Proof: Additive Identity Variation 2
Let's prove the following theorem:
if the following are true:
- a = 0
- b = e
then a + b = e
Proof:
Given
1 | a = 0 |
---|---|
2 | b = e |
# | Claim | Reason |
---|---|---|
1 | a + b = 0 + e | if a = 0 and b = e, then a + b = 0 + e |
2 | 0 + e = e | 0 + e = e |
3 | a + b = e | if a + b = 0 + e and 0 + e = e, then a + b = e |
Comments
Please log in to add comments