So I have this question that goes like this:
Show that $x^2\not \equiv 0 \pmod {165}$ for $0<x<165$. I think I have a solution, but I'm not quite sure if it's correct:
if $x^2\equiv 0 \pmod{165}$ then $$x^2\equiv 0 \pmod{3},\ x^2\equiv 0 \pmod{5},\ x^2\equiv 0 \pmod{11},$$ but if this is true then $$x\equiv 0 \pmod{3},\ x\equiv 0 \pmod{5},\ x\equiv 0 \pmod{11}$$ and then CRT gives that $$x\equiv 0 \pmod{165},$$ but for $x\in \{ 1,...,164\}$ this cannot be true.
Is this correct? Thank you for your time.
\pmod{...}
to get mod in parentheses. – Trevor Gunn Dec 23 '19 at 20:34