lemma
proved
Clag_pos
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Constants.ILG on GitHub at line 45.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
42 have half_lt_one : (1 : ℝ) / 2 < 1 := by norm_num
43 linarith
44
45lemma Clag_pos : 0 < Clag := by
46 have hφ : 0 < phi := phi_pos
47 have hpow : 0 < phi ^ (5 : Nat) := pow_pos hφ 5
48 simpa [Clag, one_div] using inv_pos.mpr hpow
49
50end Constants
51end IndisputableMonolith