No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
48lemma logSpiral_ne_zero
49 {r0 θ : ℝ} {P : SpiralField.Params} (hr0 : r0 ≠ 0) :
50 SpiralField.logSpiral r0 θ P ≠ 0 := by
proof body
Tactic-mode proof.
51 classical
52 unfold SpiralField.logSpiral
53 -- `φ > 0` hence `φ^exp > 0`.
54 have hφpos : 0 < IndisputableMonolith.Constants.phi :=
55 IndisputableMonolith.Constants.phi_pos
56 have hrpow_ne : Real.rpow IndisputableMonolith.Constants.phi
57 ((P.kappa : ℝ) * θ / (2 * Real.pi)) ≠ 0 := by
58 exact ne_of_gt (Real.rpow_pos_of_pos hφpos _)
59 exact mul_ne_zero hr0 hrpow_ne
60
61/-- Closed-form step ratio for the log-spiral: it depends only on `Δθ` and `kappa`.
62
63This is the mathematical kernel behind the "discrete pitch families" idea.
64
65We assume `r0 ≠ 0` to avoid the definitional `if r₀ = 0 then 1` branch
66in `SpiralField.stepRatio`.
67-/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (19)
Lean names referenced from this declaration's body.
-
step
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
kernel
in IndisputableMonolith.Cosmology.BITKernelFamilies
decl_use
-
Constants
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
Params
in IndisputableMonolith.Gravity.ILG
decl_use
-
kernel
in IndisputableMonolith.ILG.Kernel
decl_use
-
Params
in IndisputableMonolith.ILG.Params
decl_use
-
r0
in IndisputableMonolith.Masses.Anchor
decl_use
-
kappa
in IndisputableMonolith.Materials.ThermalConductivityRegimesFromPhiLadder
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
kappa
in IndisputableMonolith.NumberTheory.AnnularCost
decl_use
-
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
-
Params
in IndisputableMonolith.Relativity.ILG.Params
decl_use
-
logSpiral
in IndisputableMonolith.Spiral.SpiralField
decl_use
-
Params
in IndisputableMonolith.Spiral.SpiralField
decl_use
-
stepRatio
in IndisputableMonolith.Spiral.SpiralField
decl_use