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

canonical_g2FromLoops

proved
show as:
view math explainer →
module
IndisputableMonolith.RecogSpec.BridgeDerivation
domain
RecogSpec
line
63 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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