The required is to prove that $\sum_{i=1}^n 1 = n$
So here's my attempt
- Prove that it works for n = 1
$$\sum_{i=1}^1 1 = 1$$ $$ 1 = 1$$
- Assume it works for k
$$\sum_{i=1}^k 1 = k$$
- Show that it works for k + 1
$$(\sum_{i=1}^k 1)= k$$ (adding 1 to both sides) $$(\sum_{i=1}^k 1) + 1 = k + 1$$ Since ($\sum_{i=1}^k 1$) is equal to (k) from step 2 we can do the substitution (This is the step I'm not sure of because It seems like I'm using the rule I'm trying to prove) $$k + 1 =k + 1$$
proof-verification
tag, I do not see any reason to mark it as a duplicate. – Daniel W. Farlow Aug 08 '16 at 17:36