{ "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 11
\n",
"Integral Domains and Fields\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": [ "k0 + k1 x + k2 x2 + \r\n", "k3 x3 + ⋯
\r\n", "where the coefficients kn are elements of K, and only a finite number of the coefficients are nonzero. If kd is \r\n", "the last nonzero coefficient, then d is called the degree of the polynomial.0 + 0 x + 0 x2 + 0 x3 + ⋯
\r\n", "is not defined.1 + 0 x + 3 x2 + 0 x3 + ⋯
\r\n", "would be writen 1 + 3 x2. The one exception to this convention is the zero polynomial, which is simply writen as 0.A = a0 + a1 x + a2 x2 + \r\n", "a3 x3 + ⋯, and
\r\n", "B = b0 + b1 x + b2 x2 + \r\n", "b3 x3 + ⋯, then
\r\n", "A + B = (a0 + b0) + (a1 + b1) x \r\n", "+ (a2 + b2) x2 + (a3 + b3) x3 + ⋯, and
\r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "\r\n", " |
A·B = | \r\n", "∑ | \r\n", "∑ | \r\n", "(ai·bj) xi+j. | \r\n", "
\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\r\n", " |
A·B = a0·b0 + \r\n", "(a0·b1 + a1·b0) x+ \r\n", "(a0·b2 + a1·b1 + a2·b0 ) \r\n", "x2 +\r\n", "(a0·b3 + a1·b2 + a2·b1 + \r\n", "a3·b0) x3 + ⋯
\r\n", "so each coefficient is determined by a finite sum.(u + v)n = un + vn.
\r\n", "Does this hold for all polynomials in this ring?2⁄4 = 3⁄6,
\r\n", "even though these are two different fractions. Both the numerators and denominators are different. What we really mean is that these two fractions \r\n", "are equivalent, and in fact we define\r\n", "x⁄y ≡ \r\n", "u⁄v if, and only if, x·v = u·y.
\r\n", "\r\n", "{1⁄2, -1⁄-2, 2⁄4, -2⁄-4,\r\n", "3⁄6, -3⁄-6, …}
\r\n", "with each element of this set equivalent to any other. Since 2⁄4 and 3⁄6 are both in this set, we consider them \r\n", "to be equal to 1⁄2.P = { (x, y) | x, y ∈ K and y ≠ 0 }.
\r\n", "We define a relation on P by\r\n", "(x, y) ≡ (u, v) if x·v = y·u.
\r\n", "The first step is to show that this relation is an equivalence relation.\r\n", "\r\n", "\r\n", "\r\n", "LEMMA 11.2P = { (x, y) | x, y ∈ K and y ≠ 0 },
\r\n", "and let the equivalence relation on P be\r\n", "(x, y) ≡ (u, v) if x·v = y·u.
\r\n", "For each (x, y) in P, let (x⁄y) denote the equivalence class of P that contains (x, y). Let Q denote the set of all equivalence classes \r\n", "(a⁄b).\r\n", "The set Q is called the set of quotients for K.(x⁄y) = \r\n", "(u⁄v) if, and only \r\n", "if, x·v = u·y.
\r\n", "For example, \r\n", "(x·z⁄y·z) = \r\n", "(x⁄y) \r\n", "for any nonzero z, since x·z·y = y·z·x.(x⁄y) + \r\n", "(u⁄v) = \r\n", "(x·v + u·y⁄y·v)
\r\n", "and\r\n", "(x⁄y)·(u⁄v) = \r\n", "(x·u⁄y·v)
\r\n", "are both well defined operations on Q. That is, the sum and product do not depend on the choice of the representative elements\r\n", "p(x)⁄q(x) and r(x)⁄s(x)
\r\n", "to be equivalent if p(x)·s(x) = r(x)·q(x). Thus, if there are any common factors \r\n", "between p(x) and q(x), we can cancel them out to produce a simpler, equivalent fraction.1) | \r\n", "\r\n", " | (a, b) = (c, d) if, and only if, a = c and b = d. | \r\n", "\r\n", " |
2) | \r\n", "\r\n", " | (a, b) + (c, d) = (a + c, b + d). | \r\n", "\r\n", " |
3) | \r\n", "\r\n", " | (a, b)·(c, d) = (a·c − b·d, a·d + \r\n", "b·c). | \r\n", "\r\n", " |
(a, b) = (a, 0) + (0, b) = a·(1, 0) + b· (0, 1) = \r\n", "a + b i.
\r\n", "We can rewrite the rules for addition and multiplication in ℂ as follows:\r\n", "(a + b i) + (c + d i) = (a + c) + (b + d) i.
\r\n",
"(a + b i)·(c + d i) = (a·c − b·d) + \r\n",
"(b·c + a·d) i.
ϕ(a + b i) = a − b i.
\r\n", "In fact, these are the only automorphisms for which ϕ(x) = x for all real numbers x.z = ϕ(z) = a − b i.
\r\n", "We call an element of ℂ to be real if z = z. \r\n", "Clearly the real elements of ℂ are \r\n", "{ x + 0 i | x ∈ ℝ }.
\r\n", "These elements are, of course, the image of the mapping found in Proposition 11.3 of the reals into ℂ.z·z = \r\n", "(a + b i)·(a − b i) =\r\n", "a2 + a·b·i − a·b·i − \r\n", "b2·i2 = a2 + b2.
\r\n", "Not only is z·z always a real number, but it is also non-negative. Moreover, there is a \r\n", "geometric significance to this formula a2 + b2. By the Pythagorian theorem, this is the square of the distance from the point \r\n", "(a, b) to the origin. Thus, it makes sense to give a special name to the square root \r\n", "of z·z.\r\n", " | \r\n", " | \r\n", " |
|z| = | \r\n", "√ z · z | \r\n", ". | \r\n", "
x = r cos θ, and y = r sin θ.
\r\n", "Thus, \r\n", "x + y i = r(cos θ + i sin θ).
\r\n", "This form is called the polar form of the complex number x + y i. We have already seen that r is the absolute value \r\n", "of x + y i. The angle θ is called the argument of x + y i. We can find the argument of a complex number \r\n", "in Sage with the command arg(z).…, θ − 6 π, θ − 4 π, θ − 2 π, \r\n", "θ, θ + 2 π, θ + 4 π, θ + 6 π, ….
\r\n", "All of these angles have the same sine and cosine, and hence are interchangable in the polar coordinate system. We call these angles coterminal. The set of \r\n", "angles coterminal to θ can be writen\r\n", "{θ + 2 π n | n ∈ ℤ}.
\r\n", "Sage always picks θ to be between −π and π, but there are times when we need to consider the angles coterminal \r\n", "to θ as well.−√3 − i = \r\n", "2 (− √3⁄2 − \r\n", "i⁄2) = \r\n", "2 ( cos(−5π⁄6) + \r\n", "i sin(−5π⁄6) ).
\r\n", "However, we could have used any coterminal angle instead of the one Sage gave us. Thus, the following are also polar forms \r\n", "of −√3 − i:\r\n", "2 \r\n", "( cos(7π⁄6) + \r\n", "i sin(7π⁄6) ), \r\n", "2 ( cos(19π⁄6) + \r\n", "i sin(19π⁄6) ), ….
\r\n", "There actually will be an infinite number of such expressions.cos(A + B) = cos(A) cos(B) · sin(A) sin(B), and sin(A + \r\n", "B) = sin(A) cos(B) + cos(A) sin(B).
\r\n", "\r\n", "\r\n", "\r\n", "LEMMA 11.6z1 = \r\n", "r1( cos θ1 + i sin θ1) and z2 = \r\n", "r2( cos θ2 + i sin θ2),
\r\n", "then \r\n", "z1·z2 = \r\n", "r1·r2( cos(θ1 + θ2) + i sin(θ1 + \r\n", "θ2) ).
\r\n", "So the argument of the product is the sum of the arguments.z = r ( cos θ + i sin θ )
\r\n", "is a nonzero complex number in polar form, then \r\n", "zn = rn ( cos(n θ) + i sin(n θ) ).
\r\n", "\r\n", "Click here for the proof.\r\n", "\r\n", "\r\n", "De Moivre's Theorem (11.2) allows us to quickly raise a complex number to an integer power.\r\n", " | \r\n", " | \r\n", " |
r = | \r\n", "√ (−√3)² + (−1)² | \r\n", "= 2, | \r\n", "
(−√3 − i)5 = \r\n", "25( \r\n", "cos(−25π⁄6) + \r\n", "i sin(−25π⁄6) ) = \r\n", "32(√3⁄2 − \r\n", "i⁄2) = 16 √3 − 16 i.
\r\n", "We can check this result with Sage:(√2⁄2 − \r\n", "√2⁄2 i)27 =\r\n", "( 1 ( \r\n", "cos(−π⁄4) + \r\n", "i sin(−π⁄4) ) )27 =\r\n", "127( \r\n", "cos(−27π⁄4) + \r\n", "i sin(−27π⁄4) ) = \r\n", "− √2⁄2 − \r\n", "√2⁄2 i.
\r\n", "This can also be verified using Sage:ωn = \r\n", "cos(2π⁄n) + \r\n", "i sin(2π⁄n).
\r\n", "For example, ω1 = 1, ω2 = −1, ω3 = \r\n", "(−1 + i√3)/2, and ω4 = i.\r\n", "From DeMoivre's theorem (11.2), \r\n", "(ωn)n = cos(2π) + i sin(2π) = 1.
\r\n", "So ωn is a nth root of 1. In fact, all nth roots of 1 are given by the numbers ωn, \r\n", "ωn2, ωn3, … up to ωnn = 1.ω8 = (1⁄2 + \r\n", "i⁄2)√2.
\r\n", "We can enter this into Sage with the commandω12 = √3⁄2 + \r\n", "i⁄2.
\r\n", "Form a circle graphs of the twelvth roots of unity.2 = eln 2, so 2√2 =\r\n", "(eln 2)√2 = \r\n", "e(ln 2)√2,
\r\n", "which is approximatelyex+y = ex·ey for all x, \r\n", "y ∈ ℝ.
\r\n", "This indicates that the exponiential function is a group homomorphism mapping the additive group of real numbers to the multiplicative group of real numbers. \r\n", "The reason we can consider raising an element of the real numbers to the power of an element stems from the existance of a group homomorphism between the additive \r\n", "structure and the multiplicative structure.ea+b i = ea·(ei)b
\r\n", "so using De Moivre's theorem we can compute the exponential of any complex number (a + b i) where b is an integer, provided we know the value \r\n", "of ei. Can Sage give us a hint as to what ei should be? Let's try it.ei = cos( 1 radian ) + i sin( 1 radian ).
\r\n", "From this, we have by De Moivre's theorem (11.2) that\r\n", "ea+b i = ea·(ei)b = \r\n", "ea·1b·( cos (b·1) + i sin(b·1) ) = \r\n", "ea·( cos b + i sin b )
\r\n", "whenever b is an integer. It makes sence to define this as the exponiential function for all complex numbers. Notice that radian measure must be used in \r\n", "this formula!\r\n", "\r\n", "\r\n", "\r\n", "PROPOSITION 11.6ƒ(z) = ea·( cos b + i sin b )
\r\n", "defines a group homomorphism from ℂ+ to ℂ*, which is an extension of the standard exponiential function. \r\n", "This function is called the complex exponiential function, and is also denoted ez.e2πi/n = \r\n", "cos(2π⁄n) + \r\n", "i sin(2π⁄n) = ωn.
\r\n", "So we now have a more succinct way of defining the nth root of 1.z = r( cos θ + i sin θ ),
\r\n", "there is a complex number whose exponential is z, namely ln(r) + i θ. This can be seen by observing that\r\n", "e(ln r+i θ) = \r\n", "eln r( cos θ + i sin θ ) = \r\n", "r( cos θ + i sin θ ) = z.
\r\n", "The drawback of the complex exponential function is that it is not one-to-one! Note thatez = ex+y i = 1.
\r\n", "It is apparent that x must be 1, cos(y) = 1, and sin(y) = 0. Thus, the kernal of the complex exponiential function is the set\r\n", "N = {2 k π i | k ∈ ℤ }.
\r\n", "z = r( cos θ + i sin θ ),
\r\n", "that one value of x which satisfies the equation is x = ln(r) + θ i. We also know \r\n", "that ƒ−1(z) will be a coset of the kernal of ƒ. Thus, we have\r\n", "log(z) = ln(r) + θ i + N.
\r\n", "For example, log(−1) is the set\r\n", "{ π i + 2 k π i | k ∈ ℤ } = \r\n", "{…, −5 π i, −3 π i, −π i, π i, 3 π i, 5 π i, …}.
\r\n", "The Sage log function works for complex numbers,xz = (elog(x))z = \r\n", "ez·log(x).
\r\n", "Notice that this gives a set of numbers, not just a single number. In other words, we are to take the set log(x), multiply each element by z, \r\n", "and take the exponiential of this collection to get a collection of answers. Although there will at times be an infinite number of elements in the \r\n", "set xz, this will not always be so.x ∈ P, x = 0, or −x ∈ P.
\r\n", "The third property is sometimes called the law of trichotomy. With this law, we can define what it means for one element to be greater than another.x > y, x < y, or x = y.
\r\n", "This notation keeps us from having to constantly refer to the set P. Instead of writing x ∈ P, we can merely \r\n", "write x > 0.S = {x + y√2 | x, y ∈ ℤ}.
\r\n", "We saw in §10.1 that this is a subring of ℝ. We will call this ring ℤ[√2], the ring formed by ajoining the square root of 2 to ℤ. Find a non-standard ordering on this ring.(1 + √2)·(1 − \r\n", "√2) = −1 < 0,
\r\n", "and 1 − √2 is the sum of two positive numbers, so this term is positive.ƒ : ℤ[√2] → \r\n", "ℤ[√2],
\r\n", "ƒ(x + y√2) = \r\n", "x − y√2.
\r\n", "This automorphism can be defined in Sage. Since Sage already knows that sqrt(2) · sqrt(2) = 2, we do not need to tell Sage anything to define the ring ℤ[√2]!P′ = ƒ(P).
\r\n", "In fact, for any automorphism ϕ on an ordered ring, we can construct an alternative way to order the ring by \r\n", "using ϕ(P) instead of P for the set of positive elements.x + y√2, x, y ∈ ℚ
\r\n", "But are there other elements? We need to check that all non-zero elements of this form have a multiplicative \r\n", "inverse. For example, is1 | \r\n", "= | \r\n", "a − b√2 | \r\n", ". | \r\n", "
a + b√2 | \r\n", "a² − 2b² | \r\n", "
p ∈ \r\n", "P ⟹ (p⁄1) ∈ \r\n", "P ′
\r\n", "\r\n", "Click here for the proof.\r\n", "\r\n", "\r\n", "EXAMPLE:2(1/3)·2(1/3) = 2(2/3),
\r\n", "which yields a term we didn't consider. Thus, we have to include all numbers of the form\r\n", "x + y ∛2 + \r\n", "z ∛4 ∈ ℤ[∛2].
\r\n", "In Sage, we would enter this as:1 | \r\n", "= | \r\n", "a² − 2 b c + (2 c² − a b)∛2 + \r\n", " (b² − a c)∛4 | \r\n", ". | \r\n", "
a + b∛2 + c∛4 | \r\n", "a³ + 2 b³ + 4 c³ − \r\n", " 6 a b c | \r\n", "
2 ∛2 = (∛4)2 > 0.
\r\n", "So by Proposition 11.8, the cube root of 2 must be positive. Likewise, 2(2/3) must be positive, since it is a perfect square. It seems that there is \r\n", "little chance for finding an unusual ordering for this field. To eliminate this chance altogether, note that\r\n", "(4 ∛2 − 5)(16 ∛4 + \r\n", "20 ∛2 + 25) = 128 − 125 = 3 > 0.
\r\n", "Hence, we have that 4 ∛2 − 5 must be positive, even though numerically it is very close to 0.ƒ(∛2) = ∛2,
\r\n", "and therefore ƒ(x) = x for all x in the field.S = {x + y cos(π⁄9) + z cos(2π⁄9) | \r\n", "x, y, z ∈ ℚ}.
\r\n", "Find several possible ways of defining an ordering on this field.cos2(x) = 1⁄2( 1 + cos(2x) ),
\r\n", "cos(x)·cos(y) = \r\n", "1⁄2( cos(x + y) + cos(x − y) ), and
\r\n", "cos(4π⁄9) = \r\n", "cos(π⁄9) − \r\n", "cos(2π⁄9).
\r\n", "\r\n", "EXPERIMENT:cos(3 x) = 4 cos3x − 3 cos x
\r\n", "from which we get\r\n", "1⁄2 = cos(3π⁄9) = 4 cos3(π⁄9) − 3 cos(π⁄9).
\r\n", "Thus, cos(π⁄9) satisfies the polynomial equation\r\n", "4 x3 − 3 x = 1⁄2.
\r\n", "Because ƒ is an automorphism, we have to have ƒ(cos(π⁄9) ) satisfying the same polynomial equation. But there are \r\n", "only three roots to a cubic equation, and so there are only three possible values for ƒ(cos(π⁄9) ). Each of these three solutions produces a \r\n", "unique automorphism on S, since\r\n", "ƒ(cos(2π⁄9) ) = ƒ(2 cos2(π⁄9) − 1) = \r\n", "2 ƒ(cos(2π⁄9) )2 − 1.
\r\n", "By Lemma 11.5, we see that the group of automorphisms of this ring must be isomorphic to Z3. \r\n", "In fact, we can compute1 | \r\n", "= | \r\n", "8 \r\n", "ƒ(x)·ƒ(ƒ(x)) | \r\n", ". | \r\n", "
x | \r\n", "8a³ − 6ab² + b³ − 6abc + \r\n", "6b²c − 6ac² + 3bc² − c³ | \r\n", "
1 | \r\n", "= | \r\n", "(8a² − 2b² − \r\n", "2bc − 2c²) + (8ab + 8bc + 4c²) cos(π/9) + \r\n", "(4b² − 8ac − 4 c²) cos(2π/9) | \r\n", ". | \r\n", "
x | \r\n", "8a³ − 6ab² + b³ − 6abc + \r\n", "6b²c − 6ac² + 3bc² − c³ | \r\n", "
A = a0 + a1 x + a2 x2 + \r\n", "a3 x3 + ⋯ + am xm
\r\n", "and B be a polynomial of degree n,\r\n", "B = b0 + b1 x + b2 x2 + \r\n", "b3 x3 + ⋯ + bn xn.
\r\n", "Here, am and bn are nonzero elements of K. The product is determined by\r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "\r\n", " |
A·B = | \r\n", "∑ | \r\n", "∑ | \r\n", "ai·bj xi+j. | \r\n", "
\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\r\n", " |
am·bn xm+n.
\r\n", "Since there are no zero divisors in K, am·bn is nonzero, so A·B is a polynomial of \r\n", "degree m + n.(a0 + b0) + (a1 + b1) x + \r\n", "(a2 + b2) x2 + ⋯ + (am + bm) xm + \r\n", "bm+1 xm+1 + ⋯ + bn xn.
\r\n", "If m < n, this clearly is a polynomial with degree n. Even if m = n, this still gives a polynomial whose degree cannot \r\n", "be more than n.A = a0 + a1 x + a2 x2 + \r\n", "a3 x3 + ⋯
\r\n", "is given by\r\n", "−A = (−a0) + (−a1) x + \r\n", "(−a2) x2 + (−a3) x3 + ⋯
\r\n", "since the sum of these two polynomials is\r\n", "A + (−A) = 0 + 0 x + 0 x2 + 0 x3 + ⋯ = 0.
\r\n", "I = 1 + 0 x + 0 x2 + 0 x3 + ⋯,
\r\n", "acts as the multiplicative identity, since\r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "\r\n", " | ∞ | \r\n", "\r\n", " |
I·A = A·I = | \r\n", "∑ | \r\n", "∑ | \r\n", "ai·bj xi+j = | \r\n", "∑ | \r\n", "ai· 1 xi = A. | \r\n", "
\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\r\n", " | i=0 | \r\n", "\r\n", " |
A = a0 + a1 x + a2 x2 + \r\n", "a3 x3 + ⋯, | \r\n", "
B = b0 + b1 x + b2 x2 + \r\n", "b3 x3 + ⋯, and | \r\n", "
C = c0 + c1 x + c2 x2 + \r\n", "c3 x3 + ⋯. | \r\n", "
(A + B) + C = (a0 + b0) + c0 + \r\n",
"((a1 + b1) + c1) x + \r\n",
"((a2 + b2) + c2) x2 + ⋯
=\r\n",
"a0 + (b0 + c0) + \r\n",
"(a1 + (b1 + c1)) x + \r\n",
"(a2 + (b2 + c2)) x2 + ⋯ = A + (B + C).
\r\n", " | ⎛ | \r\n", "∞ | \r\n", "∞ | \r\n", "\r\n", " | ⎞ | \r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "∞ | \r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "∞ | \r\n", "\r\n", " |
A·(B·C) = A· | \r\n", "⎜ | \r\n", "∑ | \r\n", "∑ | \r\n", "bj·ck xj+k | \r\n", "⎟ | \r\n", "= | \r\n", "∑ | \r\n", "∑ | \r\n", "∑ | \r\n", "ai·(bj·ck) xi+j+k = | \r\n", "∑ | \r\n", "∑ | \r\n", "∑ | \r\n", "(ai·bj)·ck xi+j+k = (A·B)·C. | \r\n", "
⎜ | \r\n", "⎟ | \r\n", "|||||||||||||
⎜ | \r\n", "⎟ | \r\n", "|||||||||||||
\r\n", " | ⎝ | \r\n", "j=0 | \r\n", "k=0 | \r\n", "\r\n", " | ⎠ | \r\n", "\r\n", " | i=0 | \r\n", "j=0 | \r\n", "k=0 | \r\n", "\r\n", " | i=0 | \r\n", "j=0 | \r\n", "k=0 | \r\n", "\r\n", " |
\r\n", " | ⎛ | \r\n", "∞ | \r\n", "\r\n", " | ⎞ | \r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "\r\n", " |
A·(B + C) = A· | \r\n", "⎜ | \r\n", "∑ | \r\n", "(bj + cj) xj | \r\n", "⎟ | \r\n", "= | \r\n", "∑ | \r\n", "∑ | \r\n", "ai·(bj + cj) xi+j = \r\n", " | ∑ | \r\n", "∑ | \r\n", "(ai·bj + ai·cj) xi+j | \r\n", "
⎜ | \r\n", "⎟ | \r\n", "||||||||||
⎜ | \r\n", "⎟ | \r\n", "||||||||||
\r\n", " | ⎝ | \r\n", "j=0 | \r\n", "\r\n", " | ⎠ | \r\n", "\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\r\n", " |
\r\n", " | ∞ | \r\n", "∞ | \r\n", "\r\n", " | ∞ | \r\n", "∞ | \r\n", "|
= | \r\n", "\t∑ | \r\n", "∑ | \r\n", "ai·bj xi+j + | \r\n", "∑ | \r\n", "∑ | \r\n", "ai·cj xi+j= A·B + A·C. | \r\n", "
\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\r\n", " | i=0 | \r\n", "j=0 | \r\n", "\t \r\n", " |
0 = (n x)·y = n (x·y) = \r\n", "x·(n y).
\r\n", "(*) | \r\n", "\r\n", " | n x = 0 ⟺ n y = \r\n", "0 if x ≠ 0 and y ≠ 0. | \r\n", "\r\n", " |
(a x)·(b x) = (a b)·(x2) = \r\n", "(p x)·x = 0·x = 0.
\r\n", "Since the ring has no zero divisors, either a x = 0 or b x = 0. But this contradicts the fact that p was \r\n", "the smallest number such that p x = 0. Thus, p is prime. By (*) we have that p y = 0 \r\n", "for every element in R, and since this cannot be true for any smaller integer, we have that the characteristic of the ring is the \r\n", "prime number p.n x = (c p)·x = c·(p x) = \r\n", "c·0 = 0.
\r\n", "Suppose that n x = 0 for some n that is not a multiple of p. Then gcd(n, p) must be 1, and so by the \r\n", "greatest common divisor theorem (0.4), there are integers u and v such that u n + v p = 1. But then\r\n", "x = 1 x = (u n + v p) x = \r\n", "u (n x) + v (p x) = u·0 + v·0 = 0.
\r\n", "So for nonzero x, n x = 0 if, and only if, n is a multiple of p.(x, y) ≡ (x, y)
\r\n", "is equivalent to saying x·y = x·y, which is, of course, true. So this relation is reflexive.(x, y) ≡ (u, v) ⟹ x·v = \r\n", "y·u ⟹ u·y = v·x ⟹ (u, v) ≡ \r\n", "(x, y),
\r\n", "so this relation is also symmetric.(x, y) ≡ (u, v) ⟹ x·v = \r\n",
"y·u ⟹ x·v·t = y·u·t,
\r\n",
"(u, v) ≡ (s, t) ⟹ u·t = \r\n",
"v·s ⟹ u·t·y = v·s·y.
x·t = y·s ⟹ (x, y) ≡ (s, t),
\r\n", "so we have the transitive law holding. Therefore, this relation is an equivalence relation.(x⁄y) + \r\n", "(u⁄v) = \r\n", "(a⁄b) +\r\n", "(c⁄d).
\r\n", "That is, we have to prove that \r\n", "(x·v + \r\n", "u·y⁄y·v) = \r\n", "(a·d + c·b⁄b·d).
\r\n", "Since \r\n", "(x⁄y) = \r\n", "(a⁄b), and\r\n", "(u⁄v) = \r\n", "(c⁄d),\r\n", "we have x·b = a·y and u·d = c·v. Multiplying the first equation \r\n", "by v·d and the second by y·b, we get\r\n", "x·b·v·d = \r\n", "a·y·v·d and u·d·y·b = \r\n", "c·v·y·b.
\r\n", "Adding these two equations together and factoring, we get\r\n", "(x·v + u·y)·b·d = \r\n", "(a·d + c·b)·y·v.
\r\n", "(x·v + \r\n", "u·y⁄y·v) = \r\n", "(a·d + c·b⁄b·d),
\r\n", "which is what we wanted.(x⁄y)·(u⁄v) = \r\n", "(a⁄b)·(c⁄d).
\r\n", "But since x·b = a·y and u·d = c·v, we can multiply these two \r\n", "equations together to get\r\n", "x·b·u·d = a·y·c·v,
\r\n", "or\r\n", "(x·u)·(b·d) = \r\n", "(a·c)·(y·v).
\r\n", "Therefore,\r\n", "(x·u⁄y·v) = (a·c⁄b·d).
\r\n", "so multiplication also is well defined.(x⁄y) + \r\n", "(u⁄v) = (x·v + u·y⁄y·v) = \r\n", "(u⁄v) + \r\n", "(x⁄y),
\r\n", "we see that addition is commutative. Let z be any nonzero element of K. Then \r\n", "(0⁄z)\r\n", "acts as the additive identity:\r\n", "(u⁄v) + \r\n", "(0⁄z) = \r\n", "(0⁄z) + \r\n", "(u⁄v) = \r\n", "(0·v + u·z⁄z·v) = \r\n", "(u·z⁄v·z) =\r\n", "(u⁄v).
\r\n", "Likewise, (−u⁄v) is the additive inverse of \r\n", "(u⁄v):\r\n", "(u⁄v) + \r\n", "(−u⁄v) = \r\n", "(−u⁄v) + \r\n", "(u⁄v) = (−u·v + \r\n", "u·v⁄v·v) = \r\n", "(0⁄v·v) =\r\n", "(0⁄z).
\r\n", "The associativity of addition is straightforward:\r\n", "((x⁄y) + (u⁄v)) + (a⁄b) = (x·v + \r\n", "u·y⁄y·v) +\r\n", "(a⁄b) = \r\n", "(x·v·b + \r\n", "u·y·b + \r\n", "a·y·v⁄y·v·b),
\r\n", "while\r\n", "(x⁄y) + ((u⁄v) + (a⁄b)) = (x⁄y) + (u·b + \r\n", "a·v⁄v·b) = \r\n", "(x·v·b + \r\n", "u·b·y + \r\n", "a·v·y⁄y·v·b).
\r\n", "So Q forms a group with respect to addition.(x⁄y)·\r\n", "(u⁄v) = \r\n", "(x·u⁄y·v) = \r\n", "(u·x⁄v·y) = \r\n", "(u⁄v)·\r\n", "(x⁄y).
\r\n", "We also have associativity for multiplication:\r\n", "((x⁄y)·(u⁄v))·(a⁄b) = (x·u⁄y·v)·(a⁄b) = \r\n", "(x·u·a⁄y·v·b) = (x⁄y)·(u·a⁄v·b) = (x⁄y)·((u⁄v)·(a⁄b)).
\r\n", "The element (z⁄z) acts as the multiplicative \r\n", "identity for any z ≠ 0.\r\n", "(z⁄z)·\r\n", "(x⁄y) = (x⁄y)·\r\n", "(z⁄z) = (x·z⁄y·z) = \r\n", "(x⁄y).
\r\n", "If x = 0, then (x⁄y) = \r\n", "(0⁄z). Otherwise, the multiplicative inverse \r\n", "of (x⁄y) \r\n", "is (y⁄x), since\r\n", "(x⁄y)·\r\n", "(y⁄x) = \r\n", "(x·y⁄y·x) = (z⁄z).
\r\n", "Thus, every nonzero element of Q has a multiplicative inverse. Finally, we have to prove the two distribution laws. Because of the commutativity of \r\n", "multiplication, we only need to check one. Since\r\n", "((u⁄v) + (a⁄b))·(x⁄y) = (u·b + \r\n", "a·v⁄v·b)·(x⁄y) = (u·b·x + \r\n", "a·v·x⁄v·b·y).
\r\n", "while\r\n", "(u⁄v)·(x⁄y) + (a⁄b)·(x⁄y) = (u·x⁄v·y) + (a·x⁄b·y) = (u·x·b·y + \r\n", "a·x·v·y⁄v·y·b·y) = (u·x·b + \r\n", "a·x·v⁄v·b·y),
\r\n", "we have the distributive laws holding, and therefore Q is a field.(c, d) + (a, b) = (c + a, d + b) = \r\n", "(a + c, b + d) = (a, b) + (c, d)
\r\n", "and\r\n", "(c, d)·(a ,b) = (c·a − \r\n", "d·b, c·b + d·a) = (a·c − \r\n", "b·d, a·d + b·c) = (a, b)·(c, d),
\r\n", "we see that both addition and multiplication are commutative. The element (0, 0) acts as the zero element, since\r\n", "(0, 0) + (a, b) = (a, b).
\r\n", "The addition inverse of (a, b) is (−a, −b), since\r\n", "(a, b) + (−a, −b) = (0, 0).
\r\n", "Note that the order on the last two sums is irrelevant, since addition has already been shown to be commutative.(a, b) + [ (c, d) + (e, f) ] = (a, b) + \r\n", "(c + e, d + f) = (a + c + e, b + d + f) = \r\n", "(a + c, b + d) + (e, f) = [ (a, b) + (c, d) ] + (e, f).
\r\n", "To show that multiplication is associative is a little more complicated. We have\r\n", "(a, b)·[ (c, d)·(e, f) ] = \r\n", "(a, b)·(c·e − d·f, c·f + d·e) = \r\n", "(a·c·e − a·d·f − b·c·f − \r\n", "b·d·e, a·c·f + a·d·e + \r\n", "b·c·e − b·d·f),
\r\n", "and \r\n", "[ (a, b)·(c, d) ]·(e, f) = \r\n", "(a·c − b·d, a·d + b·c)·(e, f) =\r\n", "(a·c·e − b·d·e − a·d·f − \r\n", "b·c·f, a·c·f − b·d·f + \r\n", "a·d·e + b·c·e).
\r\n", "By comparing these two, we see that they are equal, so multiplication is associative.(a, b)·[ (c, d) + (e, f) ] = \r\n",
"(a, b)·(c + e, d + f) = (a·c + a·e − \r\n",
"b·d − b·f, a·d + a·f + b·c + \r\n",
"b·e)
= (a·c − b·d, a·d + b·c) + \r\n",
"(a·e − b·f, a·f + b·e) = \r\n",
"(a, b)·(c, d) + (a, b)·(e, f).
[ (a, b) + (c, d) ]·(e, f) = \r\n", "(e, f)·[ (a, b) + (c, d) ] = \r\n", "(e, f)·(a, b) + (e, f)·(c, d) = \r\n", "(a, b)·(e, f) + (c, d)·(e, f).
\r\n", "We have now shown that the set ℂ forms a commutative ring. To show that this ring has a multiplicative identity, we consider the element (1, 0). Since the ring \r\n", "is commutative, we only need to check\r\n", "(1, 0)·(a, b) = (1·a − 0·b, 1·b + 0·a) = \r\n", "(a, b).
\r\n", "Finally, we need to show that every nonzero element has an inverse. If (a, b) is nonzero, \r\n", "then a2 + b2 will be a positive number. Hence\r\n", "⎛ | \r\n", "a | \r\n", ", | \r\n", "−b | \r\n", "⎞ | \r\n", "
⎝ | \r\n", "a² + b² | \r\n", "a² + b² | \r\n", "⎠ | \r\n", "
(a, b)· | \r\n", "⎛ | \r\n", "a | \r\n", ", | \r\n", "−b | \r\n", "⎞ | \r\n", "= | \r\n", "⎛ | \r\n", "a² + b² | \r\n", ", | \r\n", "−a·b + a·b | \r\n", "⎞ | \r\n", "= (1, 0) | \r\n", "
⎝ | \r\n", "a² + b² | \r\n", "a² + b² | \r\n", "⎠ | \r\n", "⎝ | \r\n", "a² + b² | \r\n", "a² + b² | \r\n", "⎠ | \r\n", "
(a, b)-1 = | \r\n", "⎛ | \r\n", "a | \r\n", ", | \r\n", "−b | \r\n", "⎞ | \r\n", "
⎝ | \r\n", "a² + b² | \r\n", "a² + b² | \r\n", "⎠ | \r\n", "
ƒ(x) = (x, 0).
\r\n", "To check that ƒ is a homomorphism, we check that\r\n", "ƒ(x) + ƒ(y) = (x, 0) + (y, 0) = (x + y, 0) = \r\n", "ƒ(x + y)
\r\n", "and\r\n", "ƒ(x)·ƒ(y) = (x, 0)·(y, 0) = \r\n", "(x·y + 0, 0 + 0) = (x·y, 0) = ƒ(x·y).
\r\n", "Thus, ƒ is a homomorphism from the reals to ℂ. It is clear that ƒ is one-to-one, since (x, 0) = (y, 0) if, and only \r\n", "if, x = y. Thus the image of ƒ:\r\n", "{ (x, 0) | x ∈ ℝ }
\r\n", "is isomorphic to the real numbers. Hence we have found a subring of ℂ isomorphic to ℝ.(a, b)2 = (a2 − b2, 2 a b) = (−1, 0).
\r\n", "Thus, a and b must satisfy the two equations\r\n", "a2 − b2 = −1, and 2 a b = 0.
\r\n", "The second equation implies that either a or b must be 0. But if b = 0, then the first equation becomes \r\n", "a2 = −1, which has no real solutions. Thus, a = 0, and −b2 = −1. There are exactly two real solutions \r\n", "for b, ±1. Thus,\r\n", "(0, 1) and (0, −1)
\r\n", "both solve the equations for a and b, and so \r\n", "(0, 1)2 = (0, −1)2 = (−1, 0).
\r\n", "\r\n", "Return to text\r\n", "\r\n", "ƒ(ƒ−1(x) + ƒ−1(y)) = \r\n", "ƒ(ƒ−1(x)) + ƒ(ƒ−1(y)) = x + y,
\r\n", "so ƒ−1(x + y) = ƒ−1(x) + ƒ−1(y). Also, \r\n", "ƒ(ƒ−1(x)·ƒ−1(y)) = \r\n", "ƒ(ƒ−1(x))·ƒ(ƒ−1(y)) = x·y,
\r\n", "so ƒ−1(x·y) = \r\n", "ƒ−1(x)·ƒ−1(y). Thus, \r\n", "ƒ−1 is a ring homomorphism. Since ƒ was both one-to-one and onto, ƒ−1 is \r\n", "both one-to-one and onto. \r\n", "Therefore, ƒ−1 is a ring automorphism.ƒ(ϕ(x + y)) = \r\n", "ƒ(ϕ(x) + ϕ(y)) = ƒ(ϕ(x)) + ƒ(ϕ(y)),
\r\n", "and\r\n", "ƒ(ϕ(x·y)) = \r\n", "ƒ(ϕ(x)·ϕ(y)) = \r\n", "ƒ(ϕ(x))·ƒ(ϕ(y)).
\r\n", "The combination ƒ(ϕ(x)) is also one-to-one and onto, so this product, which we can denote ƒ·ϕ, \r\n", "is a ring automorphism. Since the set of all ring automorphisms is closed with respect to multiplication and inverses, and the set of all ring automorphisms is a \r\n", "subgroup of the set of all group automorphisms with respect to addition, we see that this set is a group.ϕ(a + b i) + ϕ(c + d i) = \r\n", "(a − b i) + (c − d i) = (a + c) − (b + d)i = \r\n", "ϕ((a + c) + (b + d)i) = ϕ((a + b i) + (c + d i)).
\r\n", "\r\n", "ϕ(a + b i)·ϕ(c + d i) = \r\n", "(a − b i)·(c − d i) = \r\n", "(a·c − b·d) − (a·d + b·c)i =\r\n", "ϕ((a·c − b·d) + (a·d + b·c)i) =\r\n", "ϕ((a + b i)·(c + d i)).
\r\n", "\r\n", "Thus, ϕ is a homomorphism. Since a − b i = 0 if, and only if, a and b are both 0, the kernel of ϕ \r\n", "is just {0}, and so ϕ is one-to-one. Also, ϕ is onto, \r\n", "sinceƒ(i)2 = ƒ(i2) = ƒ(−1) = −1,
\r\n", "so by Lemma 11.4, ƒ(i) = ±i. If ƒ(i) = i, then ƒ(x) = x for all \r\n", "x ∈ ℂ, and if ƒ(i) = −i, then ƒ(x) = ϕ(x) for all x.\r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " |
|x·y| = | \r\n", "√ x·y · x·y | \r\n", "= | \r\n", "√ x·y · x · \r\n", " y | \r\n", "= | \r\n", "√ x · x · y ·\r\n", " y | \r\n", "= | \r\n", "√ x · x | \r\n", "· | \r\n", "√ y · y | \r\n", "= |x|·|y|. | \r\n", "
z1·z2 = r1( cos θ1 + \r\n", "i sin θ1)·r2( cos θ2 + i sin θ2) =\r\n", "r1·r2( (cos θ1·cos θ2 − \r\n", "sin θ1·sin θ2) + i (cos θ1·sin θ2 + \r\n", "sin θ1·cos θ2) ).
\r\n", "Using the trigonometric identities, this simplifies to\r\n", "z1·z2 = \r\n", "r1·r2( cos(θ1 + θ2) + \r\n", "i sin(θ1 + θ2) ).
\r\n", "\r\n", "Return to text\r\n", "\r\n", "zn−1 = rn−1( cos((n − 1)θ) + \r\n", "i sin((n − 1)θ) ).
\r\n", "We want to prove that the theorem holds for n as well. Using Lemma 11.6, we have\r\n", "zn = zn−1·z = \r\n", "rn−1( cos((n − 1)θ) + \r\n", "i sin((n − 1)θ) )·[r( cos θ + i sin θ )] = \r\n", "rn( cos((n − 1)θ + θ) + \r\n", "i sin((n − 1)θ + θ) ) = rn( cos(n θ) + \r\n", "i sin(n θ) ).
\r\n", "Thus, the theorem is true for n if we assume it is true for n − 1, and hence by induction it is true whenever n is positive.r0(cos(0 θ) + i sin(0 θ) ) = \r\n", "1(1 + i·0) = 1 = z0.
\r\n", "So the theorem holds for n = 0. If z is nonzero, then r > 0, and so\r\n", "[r−n( cos(−n θ) + \r\n", "i sin( cos(−n θ) )]·[rn( cos(n θ) + i sin( cos(n θ) )] = \r\n", "r(−n+n)( cos(−n θ + n θ) + i sin( cos(−n θ + n θ) ) =\r\n", "r0( cos 0 + i sin 0 ) = 1.
\r\n", "Now, if n < 0, then the theorem holds for −n, and so\r\n", "z−n·[rn( cos(n θ) + i sin( cos(n θ) )] = 1,
\r\n", "hence rn( cos(n θ) + i sin( cos(n θ) ) = zn even when n < 0.ƒ(z1 + z2) = \r\n", "e(a¹+a²)( cos(b1 + b2) + \r\n", "i sin(b1 + b2) ).
\r\n", "By Lemma 11.6, this equals \r\n", "ea¹( cos(b1) + \r\n", "i sin(b1) )·ea²( cos(b2) + i sin(b2) ) =\r\n", "ƒ(z1)·ƒ(z2).
\r\n", "Thus, ƒ is a group homomorphism from ℂ+ to ℂ*.z = r ( cos θ + i sin θ).
\r\n", "Then log(z) is the set\r\n", "{ ln(r) + θ i + 2 k π i | k ∈ ℤ }.
\r\n", "Thus, log(z)/n is given by the set\r\n", "{ ln(r)⁄n + (θ + \r\n", "2kπ) i⁄n | k ∈ ℤ }.
\r\n", "Thus, the exponential function of the elements of this set is given by\r\n", "{ eln(r)/n·( \r\n", "cos(θ + 2 kπ⁄n) + \r\n", "i sin(θ + 2kπ⁄n) ) \r\n", "| k ∈ ℤ } = { r1/n·( \r\n", "cos(θ + 2kπ⁄n) + \r\n", "i sin(θ + 2kπ⁄n) ) \r\n", "| k ∈ ℤ }.
\r\n", "Notice that for two different values of k that differ by n, the arguments of the cosine and sine will differ by 2π. Hence, we only have \r\n", "to consider the values of k from 0 to (n − 1). This gives us the set \r\n", "{ r1/n·( \r\n", "cos(θ + 2kπ⁄n) + \r\n", "i sin(θ + 2kπ⁄n) ) \r\n", "| k = 0, 1, 2, … n − 1 }.
\r\n", "However, these n solutions will have arguments that differ by less than 2 π, so these n solutions are distinct.xn = rn(1/n)·( \r\n", "cos(n(θ + 2kπ)⁄n) + \r\n", "i sin(n(θ + \r\n", "2kπ)⁄n) ) = \r\n", "r( cos θ + i sin θ ) = z.
\r\n", "Likewise, if xn = z, we can raise both sides to the (1/n)th power to get that the two sets \r\n", "(xn)1/n and z1/n are equal. Since the element x is certainly in the first set, it must also \r\n", "be in the set z1/n that we have just computed.(x + z) − (y + z) ∈ P,
\r\n", "and so x + z > y + z.(x − y)·z = x·z − y·z ∈ P,
\r\n", "and so x·z > y·z.(x − y) + (y − z) = x − z ∈ P,
\r\n", "and so x > z.x2 = x·x > 0.
\r\n", "On the other hand, if −x > 0, then \r\n", "x2 = (−x)·(−x) > 0.
\r\n", "Thus, in either case x2 is in P.n·1 = (n − 1)·1 + 1·1 = (n − 1)·1 + 1 > 0.
\r\n", "Thus, we have that n·1 > 0 for every positive number n. This immediately implies that the characteristic is zero, for if R had \r\n", "a positive characteristic p, then p·1 = 0, and we would have 0 > 0, a contradiction.(1⁄p)·(p⁄1) = (p⁄p) = (1⁄1) = 1 ∈ P,
\r\n", "(1⁄p) must be considered to be positive in the new ordering. \r\n", "But then (n⁄p) must be positive whenever n \r\n", "and p are in P. Thus P ′ contains at least those elements of the \r\n", "form (n⁄p), where n and p are \r\n", "in P. Note that every nonzero element in the field of quotients Q must be of one of the four forms\r\n", "(n⁄p), \r\n", "(−n⁄p), \r\n", "(n⁄−p),\r\n", "(−n⁄−p),
\r\n", "where n and p are in P. But the first and the last expressions are equivalent, and the middle two are also equivalent. Thus, \r\n", "for every nonzero element of Q, either that element or its negative is of the \r\n", "form (n⁄p), with n and p in \r\n", "P. Thus, P ′ cannot contain any more elements besides those of the \r\n", "form (n⁄p), and hence P ′ is \r\n", "uniquely determined.(x⁄y) +\r\n", "(u⁄v) =\r\n", "(x·v+u·y⁄y·v)
\r\n", "and\r\n", "(x⁄y)·(u⁄v) =\r\n", "(x·u⁄y·v).
\r\n", "Thus, P ′ forms an ordering on Q, and is an extension of the ordering P.x⁴ + x³ + x + 1 | \r\n", ". | \r\n", "
x³ + x² + x + 1 | \r\n", "
(1 + i)x + 2 | \r\n", "+ | \r\n", "2 x + 1 + i | \r\n", ". | \r\n", "
x² + 2i x + 2 + i | \r\n", "x² + (2 + i)x + 2 | \r\n", "
3 x + 3 a | \r\n", "and | \r\n", "(1 − a)x + 5 + a | \r\n", "
(1 + a)x | \r\n", "2 x | \r\n", "
x + y cos(π/7) + z cos(2π/7)
\r\n", "is closed under multiplication, using TrigReduce. Assuming that this forms a field, find a nontrivial \r\n", "ring automorphism on this field.