Proof: Square Root Example
Let's prove the following theorem:
square root of ((s ⋅ s) ⋅ (1 / 4)) = s / 2
Proof:
# | Claim | Reason |
---|---|---|
1 | (s ⋅ s) ⋅ (1 / 4) = (s / 2) ⋅ (s / 2) | (s ⋅ s) ⋅ (1 / 4) = (s / 2) ⋅ (s / 2) |
2 | square root of ((s ⋅ s) ⋅ (1 / 4)) = square root of ((s / 2) ⋅ (s / 2)) | if (s ⋅ s) ⋅ (1 / 4) = (s / 2) ⋅ (s / 2), then square root of ((s ⋅ s) ⋅ (1 / 4)) = square root of ((s / 2) ⋅ (s / 2)) |
3 | square root of ((s / 2) ⋅ (s / 2)) = s / 2 | square root of ((s / 2) ⋅ (s / 2)) = s / 2 |
4 | square root of ((s ⋅ s) ⋅ (1 / 4)) = s / 2 | if square root of ((s ⋅ s) ⋅ (1 / 4)) = square root of ((s / 2) ⋅ (s / 2)) and square root of ((s / 2) ⋅ (s / 2)) = s / 2, then square root of ((s ⋅ s) ⋅ (1 / 4)) = s / 2 |
Comments
Please log in to add comments