{ "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "Abstract Algebra: An Interactive Approach, 2e\n", "
\n", "\n", "\n", "©2015 This notebook is provided with the textbook, "Abstract Algebra: An Interactive Approach, 2nd Ed." by William Paulsen. Users of this notebook are encouraged to buy the textbook.\n", "
\n", "\n", "\n", "\n", "\n",
"Chapter 10
\n",
"The Structure Within Rings\n",
"
Initialization: This cell MUST be evaluated first:
" ] }, { "cell_type": "code", "execution_count": 0, "metadata": { "collapsed": false }, "outputs": [ ], "source": [ "%display latex\n", "try:\n", " load('absalgtext.sage')\n", "except IOError:\n", " load('/media/sf_sage/absalgtext.sage')" ] }, { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "S = {x + y √2 | x, y ∈ ℤ},
\r\n", "Determine whether or not this is a subring of ℝ.a − b = (x1 − x2) + \r\n", "(y1 − y2) √2, and
\r\n", "a·b = (x1 x2 + 2 y1 y2) + \r\n", "(x1 y2 + x2 y1) √2.
\r\n", "Since all expressions in parenthesis are integers, these are in S. Thus, by Proposition 10.1, S is a subring of ℝ.H* = | \r\n", "∩ | \r\n", "H | \r\n", "
\r\n", " | H ∈ L | \r\n", "\r\n", " |
[S] = | \r\n", "∩ | \r\n", "H | \r\n", "
\r\n", " | H ∈ L | \r\n", "\r\n", " |
(1 + 2√2)·(4 − \r\n", "3√2) = −8 + 5√2.
\r\n", "\r\n", "EXPERIMENT:X + Y = { x + y | x ∈ X and y ∈ Y}.
\r\n", "This gives the quotient Q the natural addition. We can see the addition table for Q as follows:X·Y = { x·y | x ∈ X and y ∈ Y}.
\r\n", "Will such a product of two cosets in Q yield another coset? Let's try it!x1·(b + x2)
\r\n", "is not in S. Use Sage, along with a little trial and error, to find two such elements. For example, to see whether \r\n", "x1 = x2 = 0 works, enterX ∗ Y = X·Y + S.
\r\n", "We can repair the multiplication table with the command(a + n ℤ) + (b + n ℤ) = (a + b + n ℤ) = \r\n", "(a + b) mod n + n ℤ,
\r\n", "and \r\n", "(a + n ℤ)·(b + n ℤ) = (a·b + n ℤ) = \r\n", "a·b mod n + n ℤ.
\r\n", "Clearly the quotient ring behaves exactly like the ring Zn. To put this another way, the quotient ℤ/(n ℤ) is isomorphic \r\n", "to Zn. We will study ring isomorphisms in the next section.I* = | \r\n", "∩ | \r\n", "I | \r\n", "
\r\n", " | I ∈ L | \r\n", "\r\n", " |
〈S〉 = | \r\n", "∩ | \r\n", "I | \r\n", "
\r\n", " | I ∈ L | \r\n", "\r\n", " |
〈0〉, 〈a〉, 〈2a〉, 〈b〉, and 〈2a + b〉.
\r\n", "Notice that all five ideals could be generated with a single element. We will give a special name for these ideals.ƒ: A → B
\r\n", "such that \r\n", "ƒ(x + y) = ƒ(x) + ƒ(y) and \r\n", "ƒ(x·y) = ƒ(x)·ƒ(y) for all x, y ∈ A.
\r\n", "\r\n", "ƒ(a + n ℤ) = a mod n,
\r\n", "which we can verify is well defined by noting that if a + n ℤ = b + n ℤ, then a − b is a multiple \r\n", "of n, so a mod n = b mod n.\r\n", "Also, ƒ is an injective and surjective function from ℤ/(n ℤ) to Zn. Furthermore, \r\n", "ƒ(a + b) = ƒ(a) + ƒ(b), and ƒ(a·b) = \r\n", "ƒ(a)·ƒ(b). So we have that\r\n", "ℤ/(n ℤ) ≈ Zn.
\r\n", "\r\n", "A ≈ 2 Z20.
\r\n", "\r\n", "EXPERIMENT:A ≈ k Zk n.
\r\n", "\r\n", "Click here for the proof.\r\n", "\r\n", "\r\n", "This proposition suggests that rings of the form k Zk n are important. Hence, we will refer to such rings by the following \r\n", "terminology.A ≈ 2 Z20 and B ≈ 6 Z60.
\r\n", "\r\n", "Our experiment showed that in fact 2 Z20 must be isomorphic to 6 Z60. But this isomorphism was not nearly as obvious. How would \r\n", "anyone guess that ƒ(a) had to be 7 b?u x + v y = gcd(x, y),
\r\n", "where u is coprime to y.x Zx n ≈ k Zk n
\r\n", "where k = gcd(x, n).Z10, 2 Z20, 5 Z50, 10 Z100.
\r\n", "To see if these four rings are distinct, we can look at the multiplication tables.n | \r\n", "rings | \r\n", "n | \r\n", "rings | \r\n", "
---|---|---|---|
1 | \r\n", "1 | \r\n", "17 | \r\n", "2 | \r\n", "
2 | \r\n", "2 | \r\n", "18 | \r\n", "22 | \r\n", "
3 | \r\n", "2 | \r\n", "19 | \r\n", "2 | \r\n", "
4 | \r\n", "11 | \r\n", "20 | \r\n", "22 | \r\n", "
5 | \r\n", "2 | \r\n", "21 | \r\n", "4 | \r\n", "
6 | \r\n", "4 | \r\n", "22 | \r\n", "4 | \r\n", "
7 | \r\n", "2 | \r\n", "23 | \r\n", "2 | \r\n", "
8 | \r\n", "52 | \r\n", "24 | \r\n", "104 | \r\n", "
9 | \r\n", "11 | \r\n", "25 | \r\n", "11 | \r\n", "
10 | \r\n", "4 | \r\n", "26 | \r\n", "4 | \r\n", "
11 | \r\n", "2 | \r\n", "27 | \r\n", "59 | \r\n", "
12 | \r\n", "22 | \r\n", "28 | \r\n", "22 | \r\n", "
13 | \r\n", "2 | \r\n", "29 | \r\n", "2 | \r\n", "
14 | \r\n", "4 | \r\n", "30 | \r\n", "8 | \r\n", "
15 | \r\n", "4 | \r\n", "31 | \r\n", "2 | \r\n", "
16 | \r\n", "390 | \r\n", "32 | \r\n", "??? | \r\n", "
ƒ(x + y) = ƒ(x) + \r\n", "ƒ(y), and ƒ(x·y) = ƒ(x)·ƒ(y) for \r\n", "all x and y in A
\r\n", "is called a ring homomorphism.ƒ(0) = 0 and ƒ(−x) = −ƒ(x) for \r\n", "all x ∈ A.
\r\n", "We have seen some examples of ring homomorphisms in the last section, since any isomorphism is certainly a homomorphism. But let us see if we can define a \r\n", "homomorphism between two non-isomorphic rings. Consider for example a homomorphism between Z3 and Z6.ƒ : A → B, ƒ(x) = 0 for all x ∈ A
\r\n", "is called the zero homomorphism from A to B.i: R → R/I
\r\n", "defined by\r\n", "i(x) = x + I
\r\n", "is a surjective ring homomorphism from R to R/I with the kernel being I.ϕ : R/I → H
\r\n", "which causes the following diagram to commute:\r\n", "\r\n", "\r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " |
R | \r\n", " i ―――► | \r\n",
" R/I | \r\n", "||
ƒ | \r\n", "↘ | \r\n", "\r\n", " | ⤢ | \r\n", "ϕ | \r\n", "
\r\n", " | \r\n", " | H | \r\n", "\r\n", " | \r\n", " |
x − y ∈ H and x·y ∈ H
\r\n", "for all H ∈ L. Therefore, x − y and x·y are in H*, and so \r\n", "H* is a subring of R.u n + v m = gcd(n, m).
\r\n", "Since S is closed under addition, this implies that gcd(n, m) is in S. But m is not a multiple of n, so \r\n", "gcd(n, m) < n. But this contradicts the fact that n is the smallest positive integer in S. Thus, S \r\n", "consists exactly of all of the multiples of n, and so S = n ℤ.X∗Y = \r\n", "X·Y + I = (x + I)·(y + I) + I = \r\n", "x·y + I·y + x·I + I·I + I.
\r\n", "Because I is an ideal, I·y, x·I, and I·I are all subsets of I. Hence, the \r\n", "sum I·y + x·I + I·I + I will be a subset of I. But since the last term of \r\n", "this expression is I, I·y + x·I + I·I + I contains the ideal I, so \r\n", "this sum equals I. Thus,\r\n", "(x + I)·(y + I) + I = X∗Y = \r\n", "X·Y + I = x·y + I,
\r\n", "which is a coset of R/I.(X∗Y)∗Z = \r\n", "((x + I)∗(y + I))∗(z + I) = \r\n", "(x·y + I)∗(z + I) =((x·y)·z + I) = \r\n", "(x·(y·z) + I) = (x + I)∗(y·z + I) = \r\n", "(x + I)∗((y + I)∗(z + I)) = X∗(Y∗Z).
\r\n", "So multiplication is associative. Also,\r\n", "X∗(Y + Z) = (x + I)∗(y + z + I) = \r\n", "(x·(y + z) + I) = x·y + x·z + I =\r\n", "(x·y + I) + (x·z + I) = X∗Y + X∗Z,
\r\n", "and\r\n", "(X + Y)∗Z = (x + y + I)∗(z+ I) = \r\n", "((x + y)·z + I) = \r\n", "x·z + y·z + I =(x·z + I) + (y·z + I) = \r\n", "X∗Z + Y∗Z.
\r\n", "Thus, the two distributive laws hold, so R/I is a ring.1 = x·x-1 ∈ I·K ⊆ I.
\r\n", "So the multiplicative identity 1 is contained in I. But then,\r\n", "K = 1·K ⊆ I·K ⊆ I.
\r\n", "Hence, I = K, so the only ideals of K are the trivial ideals.ƒ(a·x + b·x) = ƒ((a + b)·x) = \r\n", "k·(a + b) mod (k n) = (k·a mod (k n) + \r\n", "k·b mod (k n)) mod (k n) = \r\n", "ƒ(a·x) + ƒ(b·x).
\r\n", "Also,\r\n", "ƒ((a·x)·(b·x)) = \r\n", "ƒ(a·b·x2) = ƒ(a·b·k·x) =\r\n", "k·a·b·k mod (k n) = \r\n", "((k·a mod (k n))·(k·b mod (k n))) = \r\n", "ƒ(a·x)·ƒ(b·x).
\r\n", "Therefore, ƒ is an isomorphism, and R ≈ k Zk n.x⁄k ·n ≡ 1 (mod y⁄k ).
\r\n", "Let f be the largest divisor of k that is coprime to y⁄k . By the Chinese remainder theorem (0.7), there is \r\n", "a number u such that\r\n", "u ≡ n (mod y⁄k )
\r\n", "and\r\n", "u ≡ 1 (mod f).
\r\n", "Since n is coprime to y⁄k , u is coprime to y⁄k . Also, \r\n", "u is coprime to f, so by Lemma 10.1 u is coprime to y. Also,\r\n", "u·x⁄k ≡ 1 (mod y⁄k )
\r\n", "so there is a v such that\r\n", "u·x⁄k + v·y⁄k = \r\n", "1.
\r\n", "Multiplying both sides by k gives us\r\n", "u·x + v·y = k = gcd(x, y).
\r\n", "\r\n", "Return to text\r\n", "\r\n", "ƒ(k·w mod (k n)) = \r\n", "u x w mod (x n).
\r\n", "Note that this is well defined, since if k·w is equivalent to k·p (mod k n), then \r\n", "w ≡ p (mod n) ⟹ x w ≡ x p \r\n", "(mod x n) ⟹ u x w ≡ u x p \r\n", "(mod x n).
\r\n", "Next we need to show that ƒ is a homomorphism from k Zk n to x Zx n. If a = k·w \r\n", "(mod k n) and b = k·z (mod k n), then \r\n", "ƒ(a + b) = ƒ((k·w + k·z) mod (k n)) = \r\n", "u·(x·w + x·z) mod (x n) = \r\n", "(u·x·w + u·x·z) mod (x n) = ƒ(a) + \r\n", "ƒ(b),
\r\n", "ƒ(a·b) = ƒ((k·w·k·z) \r\n",
"mod (k n)) = \r\n",
"(u·x·w·k·z) mod (x n) = \r\n",
"(u·x·w·(u·x + v·n)·z) mod (x n)
=\r\n",
"(u·x·w·u·x·z + \r\n",
"u·x·w·v·n·z) mod (x n) = \r\n",
"(u·x·w)·(u·x·z) mod (x n) = \r\n",
"ƒ(a)·ƒ(b).
ƒ(k·a·u-1 mod (k n) ) = \r\n", "(u·x·a·u-1) mod (x n) = x·a mod (x n).
\r\n", "Finally, both x Zx n and k Zk n contain n elements, so by the pigeonhole principle ƒ must be a \r\n", "one-to-one function. Thus, ƒ is an isomorphism, and\r\n", "x Zx n ≈ k Zk n.
\r\n", "\r\n", "Return to text\r\n", "\r\n", "d2, 2 d2, 3 d2, … n·d = 0.
\r\n", "while the elements appearing in the multiplication table of B are\r\n", "f2, 2 f2, 3 f2, … n·f = 0.
\r\n", "Thus, there are n⁄d such elements of A, and n⁄f elements of \r\n", "B. \r\n", "Since d and f are different, we see that the rings A and B are not isomorphic. Therefore, there is a one-to-one correspondance between \r\n", "the factors of n and the cyclic rings of order n.ƒ(x) = u and ƒ(y) = v.
\r\n", "But x·y and x − y are also in S, and so\r\n", "ƒ(x·y) = ƒ(x)·ƒ(y) = \r\n", "u·v and ƒ(x − y) = ƒ(x) − ƒ(y) = \r\n", "u − v
\r\n", "must be in ƒ(S). Thus, by Proposition 10.1, ƒ(S) is a subring of B.ƒ(x·y) = \r\n", "ƒ(x)·ƒ(y) and ƒ(x − y) = \r\n", "ƒ(x) − ƒ(y)
\r\n", "would be elements of T. Hence, x·y and x − y are in ƒ−1(T). Thus, \r\n", "by Proposition 10.1, ƒ−1(T) is a subring of A.ƒ(x·y) = ƒ(x)·ƒ(y) = \r\n", "0·ƒ(y) = 0, and ƒ(y·x) = ƒ(y)·ƒ(x) = \r\n", "ƒ(y)·0 = 0.
\r\n", "Hence, x·y and y·x are in the kernel of ƒ, so the kernel is an ideal of A.ƒ(x) = ƒ(y) ⟹ ƒ(x) − ƒ(y) = \r\n", "0 ⟹ ƒ(x − y) = 0 ⟹ x − y = 0 ⟹ x = y.
\r\n", "Therefore, ƒ is injective if, and only if, Ker(ƒ) = {0}.i(x + y) = (x + y) + I = (x + I) + (y + I) = \r\n", "i(x) + i(y)
\r\n", "and\r\n", "i(x·y) = x·y + I = \r\n", "(x + I)·(y + I) = i(x)·i(y),
\r\n", "we see that i(x) is indeed a surjective ring homomorphism.ϕ(x + I) = ƒ(x)
\r\n", "in order for the diagram to commute. To prove that this rule defines a mapping, we need to show that this is well defined. That is, if \r\n", "x + I = y + I, it needs to be true that ƒ(x) = ƒ(y), or else there would be a contradiction in the \r\n", "definition of ϕ. But\r\n", "x + I = y + I ⟺ x − y ∈ \r\n", "I ⟺ ƒ(x − y) = 0 ⟺ ƒ(x) = \r\n", "ƒ(y) ⟺ ϕ(x + I) = ϕ(y + I).
\r\n", "So we see that the definition of ϕ will not produce any such contradictions.ϕ((x + I) + (y + I)) = ϕ(x + y + I) = \r\n", "ƒ(x + y) = ƒ(x) + ƒ(y) = \r\n", "ϕ(x + I) + ϕ(y + I),
\r\n", "and \r\n", "ϕ((x + I)·(y + I)) = ϕ(x·y + I) = \r\n", "ƒ(x·y) = ƒ(x)·ƒ(y) = \r\n", "ϕ(x + I)·ϕ(y + I),
\r\n", "So ϕ is a homomorphism from R/I to H. It is apparent that this homomorphism is onto, and\r\n", "ϕ(x + I) = 0 ⟹ ƒ(x) = 0 ⟹ x ∈ \r\n", "I ⟹ x + I = I.
\r\n", "So the kernel of ϕ is {I}, the zero element of R/I. \r\n", "Thus, ϕ is an isomorphism from R/I onto H, so R/I ≈ H. Since the mapping ϕ \r\n", "was defined so that the diagram commutes, the theorem is proved.