theorem
proved
wrapper
optimalBufferFraction_pos
show as:
view Lean formalization →
formal statement (Lean)
53theorem optimalBufferFraction_pos : 0 < optimalBufferFraction := by
proof body
One-line wrapper that applies unfold.
54 unfold optimalBufferFraction; linarith [phi_gt_onePointFive]
55