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

securityLevelRatio_gt_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)

  46theorem securityLevelRatio_gt_one : 1 < securityLevelRatio := by

proof body

Term-mode proof.

  47  unfold securityLevelRatio
  48  rw [show (1 : ℝ) = Real.sqrt 1 from (Real.sqrt_one).symm]
  49  exact Real.sqrt_lt_sqrt (by norm_num) one_lt_phi
  50
  51/-- Standard symmetric key lengths (bits). -/

used by (1)

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.