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