theorem
proved
wrapper
one_div_mul'
show as:
view Lean formalization →
formal statement (Lean)
30theorem one_div_mul' (x y : ℝ) : (1 / x) * y = y / x := by
proof body
One-line wrapper that applies ring.
31 ring
32