Proof: Multiply Substitute Two Terms
Let's prove the following theorem:
if the following are true:
- a = x
- c = y
then (a + c) / m = (x + y) / m
Proof:
Given
1 | a = x |
---|---|
2 | c = y |
# | Claim | Reason |
---|---|---|
1 | a + c = x + y | if a = x and c = y, then a + c = x + y |
2 | (a + c) / m = (x + y) / m | if a + c = x + y, then (a + c) / m = (x + y) / m |
Comments
Please log in to add comments