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)
486noncomputable def genuineRegularFactorPhaseAt
487 (qlf : QuantitativeLocalFactorization) (n : ℕ) (hn : 0 < n) :
488 RegularFactorPhase :=
proof body
Definition body.
489 let hnR : (1 : ℝ) ≤ (n : ℝ) := by exact_mod_cast hn
490 let hd : (0 : ℝ) < ↑n + 1 := by linarith
491 let hgt1 : (1 : ℝ) < ↑n + 1 := by linarith
492 regularFactorPhaseFromWitness qlf.toLocalMeromorphicWitness
493 (qlf.radius / (↑n + 1)) (div_pos qlf.radius_pos hd) (div_lt_self qlf.radius_pos hgt1)
494 qlf.logDerivBound qlf.logDerivBound_pos
495
496/-- The log-derivative bound of the genuine regular factor phase at level `n`
497is definitionally `qlf.logDerivBound * (qlf.radius / (n + 1))`.
498
499This is the critical identity that connects the analytic input
500(`QuantitativeLocalFactorization.logDerivBound`) to the phase-level
501Lipschitz constant, enabling discharge of perturbation-witness bounds. -/
used by (7)
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.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
radius
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
phase
in IndisputableMonolith.Foundation.EightTick
decl_use
-
identity
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
RegularFactorPhase
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
-
QuantitativeLocalFactorization
in IndisputableMonolith.NumberTheory.MeromorphicCircleOrder
decl_use
-
regularFactorPhaseFromWitness
in IndisputableMonolith.NumberTheory.MeromorphicCircleOrder
decl_use
-
that
in IndisputableMonolith.NumberTheory.PhiLadderLattice
decl_use
-
phase
in IndisputableMonolith.NumberTheory.RiemannHypothesis.Wedge
decl_use
-
constant
in IndisputableMonolith.Relativity.Fields.Scalar
decl_use
-
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use