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)
52theorem linkRate_succ (n : ℕ) :
53 linkRate (n + 1) = linkRate n / phi := by
proof body
Term-mode proof.
54 unfold linkRate
55 rw [pow_succ]
56 field_simp
57
58/-! ## §2. Attenuation factor per L_φ -/
59
60/-- Per-rung attenuation factor `= 1/φ ≈ 0.618`. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
rung
in IndisputableMonolith.Compat.Constants
decl_use
-
rung
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
linkRate
in IndisputableMonolith.Engineering.CoherenceProtectedQKDLinkBudget
decl_use
-
rung
in IndisputableMonolith.Masses.AnchorPolicy
decl_use
-
rung
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
rung
in IndisputableMonolith.RSBridge.Anchor
decl_use