pith. machine review for the scientific record. sign in
theorem proved wrapper

one_div_mul'

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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