Proof: Multiplication Substitution

Let's prove the following theorem:

if the following are true:
  • a = x
  • b = y
  • c = xy

then c = ab

Proof:

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

Given
1 a = x
2 b = y
3 c = xy
Proof Table
# Claim Reason
1 ab = xy if a = x and b = y, then ab = xy
2 c = ab if c = xy and ab = xy, then c = ab
Previous Lesson

Comments

Please log in to add comments