How do you find the individual elements of a quotient ring?

196 Views Asked by At

I just don't understand this concept at all and I can't find anywhere an explanation thay's easy enough to understand!

For example, the quotient ring $$\mathbb{Z}/6\mathbb{Z}$$

What are the elements in this?

Could someone maybe explain in VERY simple terms as I'm not great at the subject (at all). So sorry if this is an offensively stupid question.

3

There are 3 best solutions below

2
On BEST ANSWER

Elements of quotient are classes of equivalence (some subsets) of original ring.

If we take $\mathbb Z / 6\mathbb Z$, elements are equal if they differ by exactly $6$ (there difference is in $6\mathbb Z$). So elements of quotient rings are sets:

0) $\{0, 6, -6, 12, -12, 18, -18, \ldots\} = 0 + 6\mathbb Z$

1) $\{1, 7, -5, 13, -11, 19, -17, \ldots\} = 1 + 6\mathbb Z$

2) $\{2, 8, -4, 14, -10, 20, -16, \ldots\} = 2 + 6\mathbb Z$

and so on.

To take, for example, sum of such elements, we need to sum elements of it member-wise: $$(1 + 6\mathbb Z) + (2 + 6\mathbb Z) = \{1, 7, -5, \ldots\} + \{2, 8, -4, \ldots\} = \{3, 9, -3, 9, 15, 3, -3, 3, -9, \ldots\} = 3 + \mathbb Z$$

($6\mathbb Z$ been ideal guarantees that member-wise sum or product of two equivalence classes is also an equivalence class)

1
On

The elements are cosets of the form $a + 6\mathbb{Z}$. For example, $0 + 6\mathbb{Z}$ is an element, and so is $5 + 6 \mathbb{Z}$.

What do we mean by such a coset? The element $5 + 6 \mathbb{Z}$ is $$ 5 + 6 \mathbb{Z} = \{ 5 + 6n : n \in \mathbb{Z} \}.$$ Thus a first answer to your question is that all elements in $\mathbb{Z}/6\mathbb{Z}$ are of the form $a + 6 \mathbb{Z}$.

But there is more to the story. For example, $5 + 6\mathbb{Z}$ is the same coset as $11 + 6\mathbb{Z}$. Why is this true? This is because the sets $$ 5 + 6\mathbb{Z} = \{ 5 + 6n : n \in \mathbb{Z}\}$$ and $$ 11 + 6\mathbb{Z} = \{ 11 + 6m : m \in \mathbb{Z}\}$$ are the same set. In this situation, we sometimes say that $5$ and $11$ (as elements of $\mathbb{Z}$) represent the same coset in $\mathbb{Z}/6\mathbb{Z}$. Similarly $3$ and $9$ represent the same coset.

A complete set of coset representatives (i.e. a set of numbers in $\mathbb{Z}$ that represent every coset in $\mathbb{Z}/6\mathbb{Z}$) are the numbers $0, 1, 2, 3, 4, 5$. Stated differently, the elements of $\mathbb{Z}/6\mathbb{Z}$ are exactly $$ 0 + 6\mathbb{Z}, 1 + 6\mathbb{Z}, 2+ 6\mathbb{Z}, 3+ 6\mathbb{Z}, 4+ 6\mathbb{Z}, 5+ 6\mathbb{Z}.$$ Since writing "$+ 6\mathbb{Z}$" is annoying, some people denote the coset $a + 6\mathbb{Z}$ by $\overline{a}$, so you might find that some will say that the elements of $\mathbb{Z}/6\mathbb{Z}$ are exactly the cosets $$ \overline{0}, \overline{1}, \overline{2}, \overline{3}, \overline{4}, \overline{5}.$$ These are the same statement, just with different notation.

It is a good exercise to make sure that you understand what it means to add and multiply these cosets --- consider going through the proof that a quotient ring is a ring explicitly for this example.

0
On

Consider in the set $Z$ of integers the following relation: you say that an integer $x$ is related to an integer $y$ if and only if $6$ divides their difference. You can check that this relation is reflevive, symmetric and transitive, hence an equivalence relation. Call $\mathbb{Z}/6\mathbb{Z}$ the quotient set of $\mathbb{Z}$ with respect to that equivalence. Hence, an element of the quotient is by definition an equivalence class of elements of $\mathbb{Z}$. For instance, the class of $0$ is the set of all integers $x$ such that $x-0$ is divisible by $6$, hence the class of all multiples of $6$; the class of $1$ will be the set of all integers such that $x-1$ is divisible by $6$, hence $1, 7, 13, 19, \ldots$. And so on. You can also check that the classes of $0, 1, 2, 3, 4$ and $5$ are all the distinct classes you can have, hence $\mathbb{Z}/6\mathbb{Z}$ has cardinality $6$,

Another, but equivalent way of thinking, is to consider the additive structure of $\mathbb{Z}$ as a group under addition. Then $6\mathbb{Z}$ is a normal subgroup of $\mathbb{Z}$ (every subgroup of an abelian group is obviously normal), hence you can form the quotient group whose elements are left (or right) cosets of $6\mathbb{Z}$. Of course, each coset of $6\mathbb{Z}$ corresponds to each distinct equivalence class of $\mathbb{Z}$ modulo the congruence equivalence relation we have considered above.