theorem
proved
wrapper
c_coercive_pos
show as:
view Lean formalization →
formal statement (Lean)
36theorem c_coercive_pos : (0 : ℚ) < c_coercive := by
proof body
One-line wrapper that applies unfold.
37 unfold c_coercive; norm_num
38