Suppose $p = 1 \bmod 3$, prove the following statements:
- prove that $x^2 + x + 1 = 0 \mod p$ has a solution
- Prove that $\left(\frac{-3}{p}\right) = 1$ if $p = 1\mod 3$
- Determine the discriminant of $x^2 + x + 1$
- Prove using 2,3 that $\left(\frac{-3}{p}\right) = -1$ if $p = -1\mod 3$
This is what I've tried by each question:
- prove $x^2 + x = -1 \mod p$ has a solution, i tried to find an x such that: $x^2 + x = a^{\frac{p-1}{2}} = -1 \mod p$, where we use that a is equal to a quadratic non-residue and use Euler. I don't seem to see why this is true though.
- Note the following: $(2x+1)^2 = 4x^2 + 4x + 4 = 4(x^2 + x + 1) - 3 = -3 \mod p$. So this solution exist and thus $-3$ must be a quadratic residue mod p.
- -3
- ?