theorem
proved
term proof
C_kernel_lt_half
show as:
view Lean formalization →
formal statement (Lean)
121theorem C_kernel_lt_half : C_kernel < 1 / 2 := by
proof body
Term-mode proof.
122 rw [C_kernel_eq_two_minus_phi]
123 have h := phi_gt_onePointFive
124 linarith
125
126/-! ## §3. Numerical band -/
127
128/-- **THEOREM.** Numerical band: `0.380 < C < 0.390` from
129 `1.61 < φ < 1.62` via the `2 - φ` closed form. -/