Proof: Square Root 2

Let's prove the following theorem:

square root of (xx) = x

Proof:

View as a tree | View dependent proofs | Try proving it

Proof Table
# Claim Reason
1 (xx)(1 / 2) = x (xx)(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 (xx) = x if square_root(x * x) == power(x * x, 1 / 2) and (xx)(1 / 2) = x, then square root of (xx) = x
Previous Lesson

Comments

Please log in to add comments