Proof: Product is One

Let's prove the following theorem:

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

then (a ⋅ (1 / a)) ⋅ (b ⋅ (1 / b)) = 1

Proof:

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

Given
1 not (a = 0)
2 not (b = 0)
Proof Table
# Claim Reason
1 a ⋅ (1 / a) = 1 if not (a = 0), then a ⋅ (1 / a) = 1
2 b ⋅ (1 / b) = 1 if not (b = 0), then b ⋅ (1 / b) = 1
3 (a ⋅ (1 / a)) ⋅ (b ⋅ (1 / b)) = 1 ⋅ (b ⋅ (1 / b)) if a ⋅ (1 / a) = 1, then (a ⋅ (1 / a)) ⋅ (b ⋅ (1 / b)) = 1 ⋅ (b ⋅ (1 / b))
4 1 ⋅ (b ⋅ (1 / b)) = 11 if b ⋅ (1 / b) = 1, then 1 ⋅ (b ⋅ (1 / b)) = 11
5 11 = 1 11 = 1
6 1 ⋅ (b ⋅ (1 / b)) = 1 if 1 ⋅ (b ⋅ (1 / b)) = 11 and 11 = 1, then 1 ⋅ (b ⋅ (1 / b)) = 1
7 (a ⋅ (1 / a)) ⋅ (b ⋅ (1 / b)) = 1 if (a ⋅ (1 / a)) ⋅ (b ⋅ (1 / b)) = 1 ⋅ (b ⋅ (1 / b)) and 1 ⋅ (b ⋅ (1 / b)) = 1, then (a ⋅ (1 / a)) ⋅ (b ⋅ (1 / b)) = 1

Comments

Please log in to add comments