No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
47lemma phi_eq_one_add_inv_phi : phi = 1 + (1 : ℝ) / phi := by
proof body
Tactic-mode proof.
48 have hne : phi ≠ 0 := phi_ne_zero
49 calc
50 phi = phi ^ 2 / phi := by field_simp [hne]
51 _ = (phi + 1) / phi := by simp [phi_sq_eq]
52 _ = 1 + (1 : ℝ) / phi := by field_simp [hne]
53
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (6)
Lean names referenced from this declaration's body.
-
phi_ne_zero
in IndisputableMonolith.Constants
decl_use
-
phi_sq_eq
in IndisputableMonolith.Constants
decl_use
-
phi_eq_one_add_inv_phi
in IndisputableMonolith.Masses.GapFunctionForcing
decl_use
-
phi_ne_zero
in IndisputableMonolith.NumberTheory.PhiLadderLattice
decl_use
-
phi_sq_eq
in IndisputableMonolith.NumberTheory.PhiLadderLattice
decl_use
-
phi_ne_zero
in IndisputableMonolith.PhiSupport.Lemmas
decl_use