pith. machine review for the scientific record. sign in
lemma

Clag_pos

proved
show as:
view math explainer →
module
IndisputableMonolith.Constants.ILG
domain
Constants
line
45 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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