theorem
proved
canonical_g2FromLoops
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.RecogSpec.BridgeDerivation on GitHub at line 63.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
60 simp only [g2FromLoops, hLoop]
61
62/-- The canonical bridge yields g-2 = 1/φ^5. -/
63theorem canonical_g2FromLoops (φ : ℝ) :
64 g2FromLoops (canonicalRSBridge L) φ = 1 / (φ ^ 5) := by
65 simp [g2FromLoops, canonicalRSBridge]
66
67end
68
69end RecogSpec
70end IndisputableMonolith