This might be a stupid question: I recently did a question concerning some polynomials and I was supposed to calculate $(X^n-1) \div (X-1)$. It was supposed to be done by induction on $n$ but I kind of overlooked that and did it by doing just normal polynomial division and writing some "..." in between my steps.
I recognize that this is not a formally nice way to do it. But is it actually wrong? Does it not calculate the solution correctly (in my case it did)?
I thought maybe the problem could be that since I did not use induction, I know (through my "proof") the solution for one fixed (?) $n$ but not for all $n \in \mathbb{N}$, meaning that I don't know if it holds for example for $n+1$. So maybe similarly to showing the solution just for $n=3$, I have just shown it for one number (even if I just called it $n$)?