theorem
proved
tactic proof
phi_lt_two
show as:
view Lean formalization →
formal statement (Lean)
73theorem phi_lt_two : φ < 2 := by
proof body
Tactic-mode proof.
74 simp only [φ]
75 have h5 : Real.sqrt 5 < 3 := by
76 have h9 : (5 : ℝ) < 9 := by norm_num
77 have hsqrt9 : Real.sqrt 9 = 3 := by
78 rw [show (9 : ℝ) = 3^2 by norm_num, Real.sqrt_sq (by norm_num : (3 : ℝ) ≥ 0)]
79 calc Real.sqrt 5 < Real.sqrt 9 := Real.sqrt_lt_sqrt (by norm_num) h9
80 _ = 3 := hsqrt9
81 linarith
82
83/-- φ > 1.618. -/
used by (23)
-
ml_from_phi_tier_structure -
ml_matches_stellar_observations -
ml_geometric_bounds -
high_tc_superconductivity_structure -
phi_lt_two -
vev_phi_window -
delta_w0_max_lt_one -
Jcost_phi_bounds -
phi_lt_two -
log_phi_lt_one -
log_phi_lt_sevenTenths -
spacing_below_two -
phi_perturbation_bounded -
rung_slope_lt_log_two -
rungPhaseDelay_band -
C_kernel_pos -
Omega_0_pos -
phi_bit_more_efficient -
phi_lt_two -
e_gt_phi -
phi_lt_two -
ew_scale_structure -
deltaCP_prediction_matches