Proof: Remove Common Term

Let's prove the following theorem:

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

then x = y

Proof:

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

Given
1 ax = ay
2 not (a = 0)
Proof Table
# Claim Reason
1 (1 / a) ⋅ (ax) = (1 / a) ⋅ (ay) if ax = ay, then (1 / a) ⋅ (ax) = (1 / a) ⋅ (ay)
2 (1 / a) ⋅ (ax) = x if not (a = 0), then (1 / a) ⋅ (ax) = x
3 (1 / a) ⋅ (ay) = y if not (a = 0), then (1 / a) ⋅ (ay) = y
4 x = y if (1 / a) ⋅ (ax) = (1 / a) ⋅ (ay) and (1 / a) ⋅ (ax) = x and (1 / a) ⋅ (ay) = y, then x = y
Previous Lesson Next Lesson

Comments

Please log in to add comments