theorem
proved
fine_structure_derived
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Constants.FineStructureConstant on GitHub at line 67.
browse module
All declarations in this module, on Recognition.
explainer page
Derivations using this theorem
depends on
formal source
64
65 Relationship to measured α ≈ 1/137 requires the conversion
66 from RS-native to SI units (λ_rec calibration). -/
67theorem fine_structure_derived :
68 0 < alphaLock ∧ alphaLock < 1 ∧
69 alphaLock = (1 - 1 / phi) / 2 :=
70 ⟨alphaLock_pos, alphaLock_lt_one, rfl⟩
71
72end FineStructureConstant
73end Constants
74end IndisputableMonolith