My text says:
Let Evens be the set of even integers greater than 2, and let Primes be the set of primes. Then we can write Goldbach’s Conjecture in logic notation as follows:
$ \forall n \in Evens. \exists p,q \in Primes. n = p + q $
Then later it reports:
Swapping quantifiers in Goldbach’s Conjecture creates a patently false state- ment; namely that every even number 2 is the sum of the same two primes:
$ \exists p,q \in Primes. \forall n \in Evens. n = p+q $
What exactly is the difference between these two notations? They look the same to me, with the same quantifiers -- just written in a different order