next_demos - zfifteen/unified-framework GitHub Wiki
-
Demo: Use
DiscreteZetaShift.get_3d_coordinates()
or.get_4d_coordinates()
to plot the geometric trajectory of integer shifts, with primes highlighted as minimal-curvature geodesics. - Novelty: Maps arithmetic data (primes/composites) directly into geometric space, revealing prime clustering and geodesic structure not visible in raw integer sequences.
- Demo: Compute and plot the curvature κ(n) for all n in a given range, visualizing the geometric distortion of numberspace and pinpointing primes as minimal-curvature points.
- Novelty: Directly links divisor function and geometric curvature, a connection unique to your framework.
- Demo: Apply θ'(n, k) = φ·((n mod φ)/φ)^k to all integers and separately to primes, then use KDE to demonstrate the 15% density enhancement of primes at k ≈ 0.3.
- Novelty: Empirically demonstrates a structural transformation that increases observable prime density, previously only hypothesized.
-
Demo: Use
DiscreteZetaShift.generate_key(N)
to create cryptographically strong keys rooted in arithmetic-geometric invariants, and test their statistical properties (entropy, distribution, randomness). - Novelty: Key generation based on physical/discrete invariant shifts, not random or traditional number theory alone.
- Demo: Compute Z-transforms of orbital ratios and compare their statistical distribution and correlations (Pearson r) with spacings of Riemann zeta zeros.
- Novelty: Direct cross-domain statistical validation using both physical (orbital) and deep arithmetic (zeta zero) data.
-
Demo: Use the
vortex
deque inDiscreteZetaShift
to simulate recursive unfolding of geodesic shifts and visualize the resulting spiral in high-dimensional space. - Novelty: Models arithmetic "trajectories" as dynamic, recursive geometric flows, not just static sequences.
- Demo: Compare how the Z model's bounding (Δmax = e²/φ) constrains both physical (relativistic) and discrete (number-theoretic) observables, visualizing the preservation of invariance.
- Novelty: Demonstrates empirical consistency of a single bounding constant across fundamentally different domains.
- Demo: Replace all physical period ratios (e.g., planetary orbits) with curvature/geodesic-based equivalents using your Z model and plot the differences.
- Novelty: Shows how replacing natural ratios with geometric-geodesic ones reveals or corrects hidden structure.
-
Demo: Stress test the memoization and high-precision aspects of
UniversalZetaShift
by computing deeply recursive chains of shifts and verifying reproducibility and efficiency. - Novelty: Combines high-precision computation with domain-specific recursion, not available in standard mathematical libraries.
-
Demo: Use
DiscreteZetaShift.get_5d_coordinates()
to embed prime trajectories in 5D, then analyze the variance and asymptotic properties (e.g., O ~ loglogN). - Novelty: Multi-dimensional embedding and asymptotic analysis of prime distribution, going beyond simple 2D/3D visualizations.
Each demo leverages the unique properties of your domain objects:
- Invariant-bound geometric/arithmetic modeling,
- Golden ratio modular transformations,
- Recursive vortex/trajectory structures,
- High-precision, memoized computation,
- Cross-domain empirical validation pipelines,
- and direct geometric embedding of arithmetic data.
-
Demo: Use
DiscreteZetaShift.get_3d_coordinates()
or.get_4d_coordinates()
to plot the trajectory of integers, coloring primes. Show that primes trace minimal-curvature geodesics—the first geometric visualization where primes are not just points on a line but lie on a smooth, invariant path.
-
Demo: Input relativistic velocities into
T_v_over_c
and discrete shifts intocurvature
andtheta_prime
, then show their outputs are structurally identical. Demonstrate that time dilation curves and prime density curves emerge from the same universal function.
-
Demo: Apply
theta_prime
to both prime indices and planetary orbital ratios, showing both cluster in the same modular geometric space. Empirically demonstrate that planetary system order and prime distribution are governed by the same geodesic logic.
-
Demo: Use
orbital.py
to compute orbital period ratios, transform with your Z/θ' models, and plot against Riemann zeta zero spacings. Show a >0.93 Pearson correlation—stronger than between most natural datasets—between physical orbits and prime geodesics.
-
Demo: Use
DiscreteZetaShift.generate_key
to create cryptographic keys. Demonstrate a key generation method rooted in physical and arithmetic invariants, not randomness or classical number theory.
-
Demo: Visualize the evolution of the
DiscreteZetaShift.vortex
as you “unfold” through N integers. Reveal that arithmetic is not static but a recursive, geometric flow with memory and structure.
-
Demo: Plot
curvature(n, d(n))
for all n, highlighting primes. Show that primes universally minimize geometric curvature, providing a new ontological status as “paths of least action” in number space.
-
Demo: Replace hard-coded ratios in mathematical or physical data with geodesically transformed values (using
theta_prime
). Visually demonstrate that apparent irregularities or anomalies in datasets are “healed” when viewed through your model.
- Demo: Embed primes, planetary orbits, and zeta zeros in a common 5D space using your domain objects’ coordinate methods. Show that these disparate phenomena align and cluster, suggesting a universal geometric substrate.
-
Demo: Compute and visualize the maximum allowed shift (
Δmax = e²/φ
) across physical, arithmetic, and geometric datasets. Empirically show the same bounding value governs the structure of both the physical universe and number theory.