The statement:
(∀x ∈ Z) ((∃y ∈ Z) x = 2y) or ((∃y ∈ Z)x = 2y+1)
says that every integer is even or odd.
I can break down the statement into each part (∀x ∈ Z) means for all x in set Z, (∃y ∈ Z) x = 2y) is at least one integer y in set Z, x = 2y, so on and so on, but I don't understand how it is read as a whole.
I'm asking if anyone can break down the reading process of each statement leading up to the overall answer for a better understanding to how it is meant to be read to get the final answer "every integer is even or odd".
In plain english: Any integer number is twice another integer number or its successive number is twice an integer number (, or both).
Where I addes the or both to emphasize that the mathematical or is non-exclusive (that would be xor)
Or equivalently, by definition of even and odd:
Any integer number is even or odd (, or both).