The wiki page https://en.wikipedia.org/wiki/Nagell%E2%80%93Lutz_theorem is discussing an elliptic curve
$$y^2 = x^3 + ax^2 + bx + c$$ with the cubic polynomial discriminant
$$D = -4a^3c + a^2b^2 + 18abc - 4b^3 - 27c^2.$$
Later when explaining a particular case they state:
"... $y$ divides $D$, which immediately implies that $y^2$ divides $D$."
I apologize, I'm probably missing something obvious here, but I don't see why $y$ divides $D$ implies $y^2$ divides $D$. What am I missing?
Let $f(x)=x^3+ax^2+bx+c$, so $f'(x) = 3x^2+2ax+b$. $D$ is the polynomial resultant $$ D = Res_x(f(x), f'(x)) $$ and there exists some integer polynomials $g(x), h(x)$ such that $$ D = g(x) f(x) + h(x)f'(x) $$ Usually the proof shows that $y$ divides $f(x),f'(x)$, so that $y$ divides $D$.
Now the part you are missing is you can also write $D$ as $$ D = -(-27x^3-27ax^2-27bx+4a^3-18ab+27c)f(x) + (-3x^2-2ax+a^2-4b)f'(x)^2 $$ Since $y^2 = f(x)$, $y^2$ divides $f(x)$. Then $y\mid f'(x)$ gives $y^2\mid D$.