Recently I found the following "proof" that 0=1 online, but I don't see where it is wrong. You start with the following integral:
$$\int \frac{1}{x} dx $$ You can direcly solve it to $ln(x)+k$, but let's say we do it by parts. $$ \int u·dv = u·v-\int v·du$$ Where $u=\frac{1}{x}$, $du=-\frac{1}{x^2}dx$, $dv=dx$ and $v=x$: $$\int \frac{1}{x} dx=\frac{1}{x}·x-\int x·\frac{-1}{x^2}dx$$ Simplifying we get: $$\int \frac{1}{x} dx = 1+\int \frac{1}{x} dx$$ $$\int \frac{1}{x} dx - \int \frac{1}{x} dx = 1$$ $$ 0=1 $$
Where did I mess up?