pith. machine review for the scientific record. sign in
structure definition def or abbrev

CompositionClosureHypothesis

show as:
view Lean formalization →

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)

  74structure CompositionClosureHypothesis where
  75  bound : ℝ
  76  reflected : ∀ (ρ : ℂ), ¬OnCriticalLine ρ →
  77    ∀ (n : ℕ), defectIterate (zeroDeviation ρ) n ≤ bound
  78
  79/-! ## §2. The contradiction -/
  80
  81/-- **The iterated defect exceeds any fixed bound.**
  82
  83    The composition law generates defect values that grow as
  84    cosh(2ⁿ·2η) − 1 ≥ 4ⁿ·(cosh(2η)−1), which exceeds any finite
  85    carrier budget for n large enough. -/

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (9)

Lean names referenced from this declaration's body.