Proof: Fraction Multiplication

Let's prove the following theorem:

if the following are true:
  • not (b = 0)
  • not (d = 0)
  • not (bd = 0)

then (a / b) ⋅ (c / d) = (ac) / (bd)

For clarity, here is the conclusion in fraction notation:

ab cd = acbd

This theorem states that when we are multiplying fractions, the numerator is the product of numerators and the denominator is the product of denominators.

Before you read the proof, we encourage you to try to prove this theorem on your own.

This proof begins with the following theorem:

1 b 1 d = 1 bd

The proof multiplies both sides of this equation by a ⋅ c. It then shows that the left side is equal to

ab cd

and the right side is equal to

acbd

Proof:

View as a tree | View dependent proofs | Try proving it

Given
1 not (b = 0)
2 not (d = 0)
3 not (bd = 0)
Proof Table
# Claim Reason
1 (1 / b) ⋅ (1 / d) = 1 / (bd) if not (b = 0) and not (d = 0) and not (bd = 0), then (1 / b) ⋅ (1 / d) = 1 / (bd)
2 (ac) ⋅ ((1 / b) ⋅ (1 / d)) = (ac) ⋅ (1 / (bd)) if (1 / b) ⋅ (1 / d) = 1 / (bd), then (ac) ⋅ ((1 / b) ⋅ (1 / d)) = (ac) ⋅ (1 / (bd))
3 (ac) ⋅ (1 / (bd)) = (ac) / (bd) (ac) ⋅ (1 / (bd)) = (ac) / (bd)
4 (ac) ⋅ ((1 / b) ⋅ (1 / d)) = (a / b) ⋅ (c / d) (ac) ⋅ ((1 / b) ⋅ (1 / d)) = (a / b) ⋅ (c / d)
5 (a / b) ⋅ (c / d) = (ac) / (bd) if (ac) ⋅ ((1 / b) ⋅ (1 / d)) = (ac) ⋅ (1 / (bd)) and (ac) ⋅ ((1 / b) ⋅ (1 / d)) = (a / b) ⋅ (c / d) and (ac) ⋅ (1 / (bd)) = (ac) / (bd), then (a / b) ⋅ (c / d) = (ac) / (bd)
Previous Lesson

Comments

Please log in to add comments