We're currently learning about induction in my real analysis course. I came up with the following proof that is obviously false but cannot quite figure out why it fails. Here it is...
"Any set $S$ of $n \in \mathbb{N}$ integers are equal."
Proof: For $n = 1$, we only have a single integer in $S$, and thus it is equal to itself. Assume our statement is true for $n$ integers. Now consider any set of $n + 1$ integers. Without loss of generality they are integers $\left\{ 1, 2, \dots, n, n + 1\right\}$. Consider the sets $\left\{ 1, 2, \dots, n \right\}$ and $\left\{ 2, 3, \dots, n + 1\right\}$. Each of these two sets have only $n$ integers, so they are all equal. But this means $1 = 2 = 3 = \cdots = n = n + 1$, so all integers are equal.