I am trying to derive a version of Euler's criterion for the existence of cube roots modulo p, prime.
So far, I have split the primes up into two cases:
For p = 3k+2, every a(mod p) has a cube root.
For p = 3k+1, I don't know which a it is true for, but I did a few examples and noticed...