def
hypothesis interface
def or abbrev
EnergyControlHypothesis
show as:
view Lean formalization →
formal statement (Lean)
115def EnergyControlHypothesis (P : KernelParams) : Prop :=
proof body
Definition body.
116 ∀ s : ILGState, defectMass P s ≤ energyGap s
117
118/-- The ILG model satisfies CPM assumptions when the energy control hypothesis holds.
119 This makes the physical assumption explicit rather than hiding it in an unfinished proof. -/