Proof: Substitute 7
Let's prove the following theorem:
if the following are true:
- a + (b ⋅ (-1)) = c
- b = d
then a + (d ⋅ (-1)) = c
Proof:
Given
1 | a + (b ⋅ (-1)) = c |
---|---|
2 | b = d |
# | Claim | Reason |
---|---|---|
1 | a + (b ⋅ (-1)) = a + (d ⋅ (-1)) | if b = d, then a + (b ⋅ (-1)) = a + (d ⋅ (-1)) |
2 | a + (d ⋅ (-1)) = c | if a + (b ⋅ (-1)) = a + (d ⋅ (-1)) and a + (b ⋅ (-1)) = c, then a + (d ⋅ (-1)) = c |
Comments
Please log in to add comments