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