lemma
proved
term proof
PhiPow_one
show as:
view Lean formalization →
formal statement (Lean)
78@[simp] lemma PhiPow_one : PhiPow 1 = Constants.phi := by
proof body
Term-mode proof.
79 unfold PhiPow
80 have hφ : 0 < Constants.phi := Constants.phi_pos
81 simp [one_mul, Real.exp_log hφ]
82