Suppose I have some finite summation $P(n)$ on $[0, n]$, where $n\in \mathbb{N}$. I want to prove a particular formula describing it. In my structures course I'm taught to assume that with a set $S$ for all $k\in \mathbb{N}$, $P(k)$ does not equal said formula.
But suppose I find a base case where the formula is satisfied. Suppose $P(0)$ follows whatever proposition I'm given. At this point I say that $k=0 \notin S$, therefore there must be a "least element $l$" not within set $S$. If $l\ne0$ then there should be an $l-1$ not within $S$
After some algebra is done, say it turns out that the summation with upper limit $l-1$ turns out to agree with the proposition describing $P$, therefore there is no least element within $S$, proving by contradiction that the set $S$ is false for all $k$, therefore $P(n)$ is true for all $n\in\mathbb{N}$
Now,
- why does it matter if the base case at $k=0$ agrees with the proposition? I understand if it turns out it's false, that means the entire statement is false because of the universal quantifier. But what if it turns out it's a coincidence the base case is true?
- I still don't understand exactly what is meant by a "least element". Does this mean smallest element or at least 1 element? If it means at least 1 element, then would I be able to make l any element in the middle of our domain?
- If our domain is the set of naturals, then why does $0$ have any bearing on our argument?
- What does $l-1$ signify? Why is it not $l+1$ like I normally see in induction?