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.
Your induction step only works if $n$ is at least $2$. Indeed,you have a problem when assuming the statement for sets of size $1$ and going to size $2$, because when $\{1\}$ and $\{2\}$ only take one value, you cannot conclude that $\{1,2\}$ only takes one value.
Remark that it is true that under the assumption that any set of two integers are equal, then all integers are equal. (the word "set" is a bit problematic in this context, "sequence" would be better, because sets merge equal elements).