I was trying to prove:
$$ \sum_{i=1}^n{i} = \frac{n(n+1)}{2}$$
using the WOP.
I think the part that is confusing me about this proof is a more general pattern for proofs by WOP.
To prove it we say that there exists a set of counter examples:
$$C = \{ n \in \mathbb{N} \mid \sum_{i=1}^n{i} \neq \frac{n(n+1)}{2} \} $$
So we know the claim is false for the the smallest element, say c, $n = c$ but the claim is true for $n<c$. My question is very simple. Why do we focus on the truth that it holds for $n<c$ but neglect/ignore other elements that might make the sum true? i.e. why do we not state instead that the sum (i.e. $\sum_{i=1}^n{i} = \frac{n(n+1)}{2}$) is True for:
$$T = \{ (n<c) \cup n \notin C\}$$
i.e. include not only $n < c$?
Does that omission affect the proof or is stating only the set $n<c$ a way to restrict our attention to the set that matters to reach the contradiction?