lemma
proved
term proof
phi_is_cost_fixed_point
show as:
view Lean formalization →
formal statement (Lean)
9lemma phi_is_cost_fixed_point : Constants.phi = 1 + 1 / Constants.phi := by
proof body
Term-mode proof.
10 simpa using IndisputableMonolith.PhiSupport.phi_fixed_point
11
12end Cost
13end IndisputableMonolith