Linear Algebra by Prof. R. Vittal Rao: Integral Domain
Linear Algebra by Prof. R. Vittal Rao: Integral Domain
Vittal Rao
3. (a) a × (b + c) = (a × b) + (a × c) ∀a, b, c ∈ Z
3.1 Integral Domain (b) (a + b) × c = (a × c) + (b × c) ∀a, b, c ∈ Z
(c) a, b ∈ Z, a , 0, b , 0 ⇒ a × b , 0 (that is a × b = 0 ⇒
Historically, computation with integers have been the ones used
either a or b (or both) must be 0.)
most often. These computations are facilitated by some funda-
mental properties of the structure of the integers, which we shall
now recall. Remark 3.1 The property (3c) is often used in solving polynomial
Let Z denote the set of all integers, equations.
Z = {0, ±1, ±2, . . . } .
When we generalize these notions we get the concept of Integral
With the integers, we perform two basic operations, namely, Domain.
+: addition and, ×: multiplication. Let S be any non-empty set (with at least two elements). Let
The basic properties of these two operations are listed below: + and × be two operations (binary operations) on S such that the
properties listed under 1, 2 and 3 hold with Z replaced by S. Then,
1. (a) ∀a, b ∈ Z ⇒ a + b ∈ Z
we say that (S, +, ×) is an Integral Domain.
(b) (a + b) + c = a + (b + c) ∀a, b, c ∈ Z Let us look at some examples.
(c) ∃0 ∈ Z such that a + 0 = a = 0 + a ∀a ∈ Z
(d) ∀a ∈ Z ∃(−a) ∈ Z such that a + (−a) = 0 = (−a) + a Example 3.1 Clearly, (Z, +, ×) is an integral domain.
(e) a + b = b + a ∀a, b ∈ Z
2. (a) a, b ∈ Z ⇒ a × b ∈ Z
Example 3.2 (Q, +, ×), (R, +, ×) and (C, +, ×) are integral domains.
(b) (a × b) × c = a × (b × c) ∀a, b, c ∈ Z
(c) ∃1 ∈ Z such that a × 1 = a = 1 × a
1
3.2 Field
a × a−1 = 1 = a−1 × a.
Example 3.5 Of p is not a prime then (Fp , ⊕p , ⊗p ) is not an integral
domain. Why? Note that as observed above 0−1 does not exist in any integral
domain. We observe that in the integral domains, (Q, +, ×),
(R, +, ×), (C, +, ×) every non-zero element has a multiplicative in-
verse, whereas in the integral domain (Z, +, ×) only 1 and −1 have
multiplicative inverses. This leads us to the notion of a field.
Example 3.6 Let R2×2 denote the set of all 2 × 2 real matrices. Let +
and × be the usual laws of addition and multiplication of matrices.
Then, (R2×2 , +, ×) is not an integral domain. Why? Definition 3.1 An integral domain in which every non-zero ele-
ment has a multiplicative inverse is called a field.
2
3.3 Re-look at diagonalization
1 1
!
Example 3.7 (Q, +, ×), (R, +, ×), (C, +, ×) are fields. then P−1
= 2
1
2 and
2
− 12
!
1 0
Example 3.8 (Z, +, ×) is not a field. P AP =
−1
.
0 −1
3
3.4 The Column Matrices
4
3.5 Exercises
αx1
αx
2
αx = .. .
.
αxn
3.5 Exercises
1. Let S = Z2 = {(a, b) : a, b ∈ Z} . Define + and × on S as follows:
(a, b) + (c, d) = (a + c, b + d)
(a, b) × (c, d) = (ac + 2bd, ad + bc)