From Stephen Abbott's - understanding analysis there is a section in the text which says:
"The finite set $\{0,1,2,3,4\}$ is a field when addition and multiplication are computed modulo 5."
I wasn't so familiar with the term "modulo" so quick googling yielded this Is the idea that an addition or multiplication which in theory yields a number greater than 4, is supposed to "wrap around" the set and begin from zero again?
so $4+1 = 0 $ ?
Otherwise, I do not see how this satisfies the properties of a field, namely having an additive identity and multiplicative inverse.