Zn is the set of integers modulo n, which means that we take all integers and group them into equivalence classes based on their remainder when divided by n. For example, in Z6, the equivalence classes are {0, 6, 12, ...}, {1, 7, 13, ...}, {2, 8, 14, ...}, {3, 9,
Show more…