theorem
proved
term proof
paretoExponent_eq_phi
show as:
view Lean formalization →
formal statement (Lean)
35theorem paretoExponent_eq_phi : paretoExponent = phi := by
proof body
Term-mode proof.
36 unfold paretoExponent
37 rw [inv_phi_eq]
38 ring
39
40/-- Pareto exponent ∈ (1.61, 1.62). -/