logo

Reflection and Refraction 📂Abstract Algebra

Reflection and Refraction

Definitions 1

  1. In a ring RR, a a,bRa,b \in R that is not 00 and satisfies ab=0ab = 0 is called a Zero Divisor.
  2. A DD with a unit 101 \ne 0 and without zero divisors is called an Integral Domain.

Description

Zero Divisors

Examples of non-00 elements whose product is 00 include [1000][0001]=[0000] \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} and 230(mod6)2 \cdot 3 \equiv 0 \pmod{6}. Hence, it is essential to be cautious as not everything in a ring behaves conveniently. This implies that if xy=0xy = 0 and x0x \ne 0, we cannot assert that y=0y = 0.

Integral Domains

ID is a common abbreviation for Integral Domains.

An example of an integral domain is simple to illustrate with the set of integers Z\mathbb{Z}. Naturally, the term “Integral” originates from the word “Integer”. A significant advantage of an integral domain is that there is no need to worry about division by anything other than 00. In an integral domain, if xy=0x y = 0, it assures that either x=0x = 0 or y=0y = 0, making it highly useful as an algebraic structure.

That RR is an integral domain guarantees that the Cancellation law applies to multiplication in RR, indicating that it is a ring without zero divisors, closely related to a field. Let’s explore the following useful theorems.

Theorems

  • [1]: A field is an integral domain.
  • [2]: A finite integral domain is a field.
  • [3] If pp is prime, then Zp\mathbb{Z}_{p} is a field.
  • [4]: A field has only two idempotents, 00 and 11.

Proofs

[1]

For a field FF, if a0a \ne 0 and ab=0ab = 0, then (1a)(ab)=(1a)0=0 \left( {{1} \over {a}} \right) (ab) = \left( {{1} \over {a}} \right) 0 = 0 and concurrently, [(1a)a]b=1b=b \left[ \left( {{1} \over {a}} \right) a \right] b =1 b = b holds. This means that if ab=0ab= 0, one of them must be 00, so elements of a field cannot be zero divisors, and FF is an integral domain.

[2]

Let’s name the elements of a finite integral domain DD, excluding 00, as 1,a1,,an1, a_{1} , \cdots , a_{n}. Considering them multiplied by a0a \ne 0, a,aa1,,aan a, aa_{1} , \cdots , aa_{n} since DD is an integral domain, none of these are 00.

Since the cancellation law holds in an integral domain, if aai=aajaa_{i} = aa_{j}, then ai=aja_{i} = a_{j}. This implies aiaj    aaiaaj a_{i} \ne a_{j} \implies aa_{i} \ne aa_{j} , leading to {1,a1,,an}={a,aa1,,aan} \left\{ 1, a_{1} , \cdots , a_{n} \right\} = \left\{ a, aa_{1} , \cdots , aa_{n} \right\} . Therefore, there always exists a b{1,a1,,an}b \in \left\{ 1, a_{1} , \cdots , a_{n} \right\} satisfying ab=1ab=1 for a0a \ne 0. Since bb is the multiplicative inverse of aa, DD is a field.

[3]

Obviously, Zp={0,1,,p1}\mathbb{Z}_{p} = \left\{ 0 , 1, \cdots , p-1 \right\} is a finite set. Given pp is prime, there exist no non-00 a,bZpa,b \in \mathbb{Z}_{p} satisfying ab0(modp) ab \equiv 0 \pmod{p} , so Zp\mathbb{Z}_{p} is an integral domain and, by theorem [2], a field.

[4]

For a field FF, if 02=00^2 = 0 and 12=11^2 = 1, then 00 and 11 are idempotents of FF. Assuming the existence of an idempotent aFa \in F that is neither 00 nor 11 leads to a2=aa^2 = a, hence a(a1)=0a( a-1) = 0. However, given theorem [1], since FF is an integral domain and does not have zero divisors, this assumption is contradictory.

See Also


  1. Fraleigh. (2003). A first course in abstract algebra(7th Edition): p178~179. ↩︎