Proof: Algebra Substitution

Let's prove the following theorem:

if the following are true:
  • aa = (bb) + (cc)
  • a = x
  • b = y

then xx = (yy) + (cc)

Proof:

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

Given
1 aa = (bb) + (cc)
2 a = x
3 b = y
Proof Table
# Claim Reason
1 xa = (bb) + (cc) if a = x and aa = (bb) + (cc), then xa = (bb) + (cc)
2 xx = (bb) + (cc) if xa = (bb) + (cc) and a = x, then xx = (bb) + (cc)
3 bb = yb if b = y, then bb = yb
4 yb = yy if b = y, then yb = yy
5 bb = yy if bb = yb and yb = yy, then bb = yy
6 xx = (yy) + (cc) if xx = (bb) + (cc) and bb = yy, then xx = (yy) + (cc)
Previous Lesson

Comments

Please log in to add comments