def
definition
def or abbrev
blockFactor
show as:
view Lean formalization →
formal statement (Lean)
66def blockFactor (n : ℤ) (b : Block) [B : BlockOffsets] : ℝ :=
proof body
Definition body.
67 let exp : ℝ := (2 : ℝ) * (n : ℝ) + (B.offset b : ℝ)
68 Real.rpow IndisputableMonolith.Constants.phi exp
69
70/-- Rail energy (dimensionful): E_n = E_coh · φ^{2n}. -/