Proof: Doubling a Number

Let's prove the following theorem:

a + a = a2

In step 2, we claim that:

a + a = (a ⋅ 1) + (a ⋅ 1)

And in step 3, we claim that:

(a ⋅ 1) + (a ⋅ 1) = a ⋅ (1 + 1)

Proof:

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

Proof Table
# Claim Reason
1 a = a1 a = a1
2 a + a = (a1) + (a1) if a = a1 and a = a1, then a + a = (a1) + (a1)
3 (a1) + (a1) = a ⋅ (1 + 1) (a1) + (a1) = a ⋅ (1 + 1)
4 1 + 1 = 2 1 + 1 = 2
5 a ⋅ (1 + 1) = a2 if 1 + 1 = 2, then a ⋅ (1 + 1) = a2
6 (a1) + (a1) = a2 if (a1) + (a1) = a ⋅ (1 + 1) and a ⋅ (1 + 1) = a2, then (a1) + (a1) = a2
7 a + a = a2 if a + a = (a1) + (a1) and (a1) + (a1) = a2, then a + a = a2

Comments

Please log in to add comments