pith. machine review for the scientific record. sign in
theorem proved tactic proof

cLag_lt_one

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 125theorem cLag_lt_one : cLag_from_phi < 1 := by

proof body

Tactic-mode proof.

 126  have hlt : cLag_from_phi < 1 / 10 := cLag_lt_one_tenth
 127  have : (1 / 10 : ℝ) < 1 := by norm_num
 128  exact lt_trans hlt this
 129
 130/-- PROVEN: Product < 0.1 using algebraic bounds. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.