I saw a fake proof using the power rule to show that $1 = 2$, thus disproving the power rule. It is obviously wrong but I can't spot the error. It goes something like this:
$$\frac{d}{dx}x^2 = 2x \\ x^2 = x\times x = \sum_{n = 1}^{x} x \\ \frac{d}{dx}x^2 = \frac{d}{dx}\sum_{n = 1}^{x} x = \sum_{n = 1}^{x} 1 = x \\ \therefore x = 2x \implies 1 = 2 $$
Where's the issue here? It seems to be something on the $3^{\text{rd}}$ line (which I know also contains more than any other line; I'm not versed in stating proofs), but I can't see the contradiction.
The issue is with $\frac{d}{dx}\sum_{n=1}^xx$. The upper limit of the sum is also a function of $x$, and in particular differentiating that sum with respect to $x$ does not give you $\sum_{n=1}^x1$. It doesn't even make sense to begin with - the sum is only defined for $x\in\mathbb{N}$, but you can't meaningfully differentiate a function whose domain is the integers.