lemma
proved
term proof
alphaLock_pos
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)
228lemma alphaLock_pos : 0 < alphaLock := by
proof body
Term-mode proof.
229 have hphi := one_lt_phi
230 unfold alphaLock
231 have : 1 / phi < 1 := (div_lt_one phi_pos).mpr hphi
232 linarith
233
used by (11)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (5)
Lean names referenced from this declaration's body.
-
alphaLock
in IndisputableMonolith.Constants
decl_use
-
one_lt_phi
in IndisputableMonolith.Constants
decl_use
-
alphaLock_pos
in IndisputableMonolith.Constants.FineStructureConstant
decl_use
-
one_lt_phi
in IndisputableMonolith.PhiSupport
decl_use
-
one_lt_phi
in IndisputableMonolith.PhiSupport.Lemmas
decl_use