theorem
proved
wrapper
planck_length_SI_pos
show as:
view Lean formalization →
formal statement (Lean)
66theorem planck_length_SI_pos : 0 < planck_length_SI := by
proof body
One-line wrapper that applies unfold.
67 unfold planck_length_SI; norm_num
68