For every integer $m$ such that $2$ divides $m$, and $4$ doesn't divide $m$, there are no integers, $x$ and $y$ that satisfy $x^2 + 3y^2 = m$.
Use a contradiction (assume the negation is true)
Is my negation of the statement correct? My negation is: There exists an integer m such that $2$ doesn't divide m OR 4 does divide m, for all integers $x,y$, there are NONE that satisfy $x^2 + 3y^2 = m$.
By divides I mean: for example 2 divides 6 because 2 is a factor of 6. similarly by 2 divides m, i mean 2 is a factor of m.
We have $m\equiv2\pmod4$
Any integer $a\equiv0,1,2,3\pmod4\implies a^2\equiv0,1\pmod4$
then we can establish $x^2+3y^2\not\equiv2\pmod4$