pith. machine review for the scientific record. sign in
theorem proved term proof

alpha_locked_in_unit

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)

 141theorem alpha_locked_in_unit : 0 < alpha_locked ∧ alpha_locked < 1 :=

proof body

Term-mode proof.

 142  ⟨alpha_locked_pos, alpha_locked_lt_one⟩
 143
 144/-! ## §5. Demanded Recognition Rate -/
 145
 146/-- The recognition event rate demanded by Newtonian gravitational dynamics
 147    of mass M at dynamical time T_dyn.
 148
 149    Each Planck-mass element requires one ledger update per dynamical time:
 150        R_demand = M / (m_P · T_dyn)
 151
 152    In RS-native units with m_P = 1:
 153        R_demand = M / T_dyn -/

depends on (16)

Lean names referenced from this declaration's body.