theorem
proved
term proof
phi_pos
show as:
view Lean formalization →
formal statement (Lean)
209theorem phi_pos : 0 < phi := by
proof body
Term-mode proof.
210 unfold phi
211 have : 0 < Real.sqrt 5 := Real.sqrt_pos.mpr (by norm_num : (0 : ℝ) < 5)
212 linarith
213
214/-- The link-penalty cost J_bit = ln φ -/