pith. machine review for the scientific record. sign in
theorem

fine_structure_derived

proved
show as:
view math explainer →
module
IndisputableMonolith.Constants.FineStructureConstant
domain
Constants
line
67 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Constants.FineStructureConstant on GitHub at line 67.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

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