theorem
proved
wrapper
securityLevelRatio_pos
show as:
view Lean formalization →
formal statement (Lean)
43theorem securityLevelRatio_pos : 0 < securityLevelRatio := by
proof body
One-line wrapper that applies unfold.
44 unfold securityLevelRatio; exact Real.sqrt_pos.mpr phi_pos
45