Proof: Substitute Two Variables Theorem
Let's prove the following theorem:
if the following are true:
- a = x
- b = y
then a ⋅ b = x ⋅ y
Proof:
Given
1 | a = x |
---|---|
2 | b = y |
# | Claim | Reason |
---|---|---|
1 | a ⋅ b = x ⋅ b | if a = x, then a ⋅ b = x ⋅ b |
2 | x ⋅ b = x ⋅ y | if b = y, then x ⋅ b = x ⋅ y |
3 | a ⋅ b = x ⋅ y | if a ⋅ b = x ⋅ b and x ⋅ b = x ⋅ y, then a ⋅ b = x ⋅ y |
Comments
Please log in to add comments