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)
103theorem row_anchor_bottom_strange_ratio_exp :
104 massAtAnchor .b / massAtAnchor .s =
105 Real.exp ((6 : ℝ) * Real.log phi) := by
proof body
Tactic-mode proof.
106 have hZ : ZOf .b = ZOf .s := by decide
107 have h := anchor_ratio .b .s hZ
108 have hr : ((rung .b : ℝ) - rung .s) = (6 : ℝ) := by
109 simp [rung]
110 norm_num
111 simpa [hr] using h
112
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (11)
Lean names referenced from this declaration's body.
-
rung
in IndisputableMonolith.Compat.Constants
decl_use
-
rung
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
rung
in IndisputableMonolith.Masses.AnchorPolicy
decl_use
-
anchor_ratio
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
massAtAnchor
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
rung
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
ZOf
in IndisputableMonolith.Masses.RSBridge.Anchor
decl_use
-
anchor_ratio
in IndisputableMonolith.RSBridge.Anchor
decl_use
-
massAtAnchor
in IndisputableMonolith.RSBridge.Anchor
decl_use
-
rung
in IndisputableMonolith.RSBridge.Anchor
decl_use
-
ZOf
in IndisputableMonolith.RSBridge.Anchor
decl_use