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)
98theorem rh_from_composition_closure (cch : CompositionClosureHypothesis) :
99 ∀ ρ : ℂ, ¬OnCriticalLine ρ → False := by
proof body
Term-mode proof.
100 intro ρ hρ
101 obtain ⟨n, hn⟩ := composition_violates_budget ρ hρ cch.bound
102 have hle := cch.reflected ρ hρ n
103 linarith
104
105/-! ## §3. The Forcing Chain (summary) -/
106
107/-- **Certificate**: the full forcing chain from RCL to RH.
108
109 This packages the entire argument:
110 - T5: RCL uniquely forces J
111 - Bridge: ξ-symmetry = J-symmetry
112 - Composition: RCL self-composition amplifies defect
113 - Divergence: iterated defect is unbounded
114 - Budget: carrier budget is finite
115 - Conclusion: off-critical zeros are impossible -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (18)
Lean names referenced from this declaration's body.
-
Chain
in IndisputableMonolith.Chain
decl_use
-
carrier
in IndisputableMonolith.Engineering.CorticalNeuromodulationDevice
decl_use
-
carrier
in IndisputableMonolith.Engineering.PhantomCoupledGWAntennaSensitivity
decl_use
-
Composition
in IndisputableMonolith.Foundation.CostAxioms
decl_use
-
defect
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
-
forces
in IndisputableMonolith.Foundation.MagnitudeOfMismatch
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
CompositionClosureHypothesis
in IndisputableMonolith.NumberTheory.CompositionDivergence
decl_use
-
composition_violates_budget
in IndisputableMonolith.NumberTheory.CompositionDivergence
decl_use
-
OnCriticalLine
in IndisputableMonolith.NumberTheory.ZeroLocationCost
decl_use
-
Chain
in IndisputableMonolith.Recognition
decl_use
-
Bridge
in IndisputableMonolith.RecogSpec.Core
decl_use
-
self
in IndisputableMonolith.RecogSpec.Core
decl_use
-
Chain
in IndisputableMonolith.RRF.Core.Recognition
decl_use