Abstract Algebra/Fraction Fields: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>SHB2000
m thereofore->therefore - Fix a typo in one click
 
(No difference)

Latest revision as of 10:36, 4 September 2022

We know from experience that we arrive at the idea of fractions by merely considering the idea of the quotient of two integers. The motivation behind this is simply to arrive at a multiplicative inverse for every non-zero element. Thus, we can consider an integral domain R and construct its field of fractions. However, we can also try to make this work for any commutative ring, even if it has zero divisors other than 0. There is a slight alteration required because we cannot define abcd when bd=0. Thus, we must place restrictions in case b and d are zero divisors in the case of multiplication. In this case, it is called the localization of a ring.

Definitions

A multiplicative subset of a commutative ring R is a subset that does not contain 0, does contain 1, and is closed under multiplication. Some examples of multiplicative sets are the set of nonzero elements of an integral domain, the set of elements of a commutative ring that are not zero divisors, and R\P where P is a prime ideal of the commutative ring R.

Let S be a multiplicative subset. We will consider the Cartesian product R×S. Define the equivalence relation on this product: (a,b)~(c,d) whenever there exists an s such that s(ad-bc)=0.

If it is an integral domain, then (a,b) could be regarded as a/b. Now to check that this is an equivalence relation, it is obvious that it is reflexive and symmetric. To prove that it is transitive, let (a,b)~(c,d) and let (c,d)~(e,f). Then there are elements s and t within S such that s(ad-bc)=0 and such that t(cf-de)=0. This implies that stfad-stfbc=0 and that sbtcf-sbtde=0. Adding the two, we get stfad-sbtde=0, or std(af-be)=0, implying that (a,b)~(e,f).

We can thus use these equivalence classes to define the fraction: ab is the equivalence class containing (a,b).

Now we set this to be a ring. First, we define addition to be ab+cd=ad+bcbd and multiplication to be abcd=acbd. The additive identity is 01 and the additive inverse is ab. The multiplicative identity is simply 11.

Now we prove below that it is indeed a ring:

Theorem

The set of fractions with addition and multiplication as defined is a commutative ring, and if R is an integral domain, then the fractions are also. And if additionally S is R\{0}, then the set of fractions is a field.

Proof

First, we note that

  1. (ab+cd)+ef=ad+bcbd+ef=(ad+bc)f+bdebdf=adf+b(cf+de)bdf=ab+cf+dedf=ab+(cd+ef)
  2. ab+01=a1+b0b1=ab
  3. cS:1R(010c)=001=0c(*) and therefore ab+ab=ab+b(a)bb=0bb=01

, from which follows that (R×S,+) is a group.

It is abelian because of the definition of the sum in S and R is commutative.

Furthermore, (R×S,) is a monoid because

  1. 11ab=1a1b=ab
  2. and (abcd)ef=acebdf=ab(cdef), where two (not difficult) intermediate steps are left to the reader.

And, also the distributive laws hold, because

ab(cd+ef)=(cd+ef)ab=acf+adebdf and
acf+adebdf=acbf+adbebdfb=acbd+aebf

, which shows that we have indeed found a ring.

The ring is commutative because of the definition of the product in S R is commutative.

Let now R be an integral domain, and let ab,cdS. Then, because of (*) and since bdS, abcd=0acbd=0acbd=0bdsS:s(acbd0bd)=sacbd=0. But since R was assumed to be an integral domain, and s,b,d0 since s,b,dS, the last statement is exactly equivalent to sS:a=0c=0, which is in turn equivalent to sS:sab=s(ab0b)=0sS:scd=s(cd0d)=0, and this is equivalent to ab=0cd=0, which shows that the fraction set is an integral domain if R is one.

Let's assume now that S = R \ {0}, and let ab0a0, where the last equivalence is due to (*) and ab=0sS:s(a1b0)=as1=as=0a=0, where the last equivalence is in turn due to the fact that R is an integral domain and S does not contain zero. Then ab0 due to the fact that R is an integral domain, and therefore abS since S = R \ {0}, and abba=abab. But since sS:s(ab1ba1)=0, we have abab=1 and abba=1 and therefore, by noting that we have assumed R to be commutative, we have that every element of R\{0} is invertible.

From this follows that the set of fractions is indeed a field, because we have already checked all field axioms, QED. Template:Subject