theorem
proved
term proof
optimal_ratio_is_phi_power
show as:
view Lean formalization →
formal statement (Lean)
109theorem optimal_ratio_is_phi_power :
110 ∃ n : ℤ, n ∈ ({0, 1, 2, 3} : Set ℤ) := by
proof body
Term-mode proof.
111 use 1
112 simp
113
114/-- The M/L ratio from geometric constraints -/