4 Groups, Rings, Fields[1ZD]

We review these definitions.

Definition 161

[1ZF](Solved on 2022-11-15) A group is a set G equipped with a binary operation , that associates an element abG to each pair a,bG, respecting these properties.

  1. Associative property: for any given a,b,cG we have (ab)c=a(bc).

  2. Existence of the neutral element: an element denoted by e such that ae=ea=a.

  3. Existence of the inverse: each element aG is associated with an inverse element a, such that aa=aa=e. The inverse of the element a is often denoted by a1 (or a if the group is commutative). 1

A group is said to be commutative (or abelian) if moreover ab=ba for each pair a,bG.

Definition 162

[1ZG](Solved on 2022-11-15) A ring is a set A with two binary operations

  • + (called sum or addition) and

  • (called ”multiplication”, also indicated by the symbol × or , and often omitted),

such that

  • A + is a commutative group (usually the neutral element is denoted by 0);

  • the operation · has neutral element (usually the neutral element is indicated by 1) and is associative;

  • multiplication distributes on addition, both on the left

    a(b+c)=(a·b)+(a·c)a,b,cA

    and on the right

    (b+c)·a=(b·a)+(c·a)a,b,cA

A ring is called commutative if multiplication is commutative. (In which case the right or left distributions are equivalent.)

We assume that 01 (otherwise {0} would be a ring).

Examples of commutative rings are: integer numbers , polynomials A[x] with coefficients in a commutative ring A.

An example of a non-commutative ring is given by matrixes n×n, with the usual operation of multiplication and addition.

Definition 163

[1ZH](Solved on 2022-11-15) A field F is a ring in which multiplication is commutative, and every element xF with x0 has an inverse x1 for multiplication.

(So F{0} is a commutative group for multiplication, see 6).

Some field examples are: rational numbers , the real numbers and the complex numbers .

Remark 164

[20R](Solved on 2022-11-15) Typically 2 you use the notations on the left instead of the writings on the right (where x,y,z are in the field and n is positive integer)

xy

x+(y)

xy

xy1

x+y+z

(x+y)+x

xyz

(xy)z

nx

x++xn times

xn

xxn times

xn

(x1)n

Precisely, nx means ”add x to itself n times”; the operation nnx can be defined recursively setting 0x=0 and (n+1)x=nx+x. Similarly xn means ”multiply x by itself n times”: see the exercise 14.

Remark 165

[1ZW]Hurwitz’s theorem [ 39 ] asserts that if V is a field and is also a real vector space with a scalar product, then V= or V=.

Definition 166

[1ZJ] An ordered ring F is a ring with a total order relation for which, for every x,y,zF,

  • xyx+zy+z;

  • x,y0x·y0 .

Due to 6, if F is a field, in the second hypothesis we may equivalently write x,y>0x·y>0 . (Regarding the second hypothesis, see also 7) For further informations see the references in [ 32 ] . We will assume that in an ordered ring the multiplication is commutative.

Examples of ordered field are: rational numbers the real numbers . The complex numbers do not allow an ordering satisfying the above properties (see exercise 12).

Definition 167

[1ZK]An ordered field F is archimedean if x,yF with x>0,y>0 there is a n for which nx>y. (See 164 for the definition of nx).

3
E167

[1ZM]The neutral element of a group is unique. Hidden solution: [UNACCESSIBLE UUID ’1ZN’]

E167

[1ZP] In a group, the inverse of an element is unique. Hidden solution: [UNACCESSIBLE UUID ’1ZQ’]

E167

[29C]Having fixed an element gG in a group, the left and right multiplications Lg:GG and Rg:GG

Lg(h)=gh , Rg(h)=hg

are bijections.

E167

[1ZR]Prove 4 that in a group:

  1. If x+y=x+z then y=z.

  2. If x+y=x then y=0.

  3. If x+y=0 then y=x.

  4. (x)=x.

E167

[1ZS]Prove 5 that in a ring:

  1. 0·x=0

  2. (x)y=(xy)=x(y).

  3. (x)(y)=xy.

  4. (1)x=x.

Hidden solution: [UNACCESSIBLE UUID ’299’]

E167

[203] Consider the property

x,yA , xy=0x=0y=0

this property may be false in a ring A; if it holds in a specific ring, then this ring is said to be an integral domain [ 41 ] .

Show that a field F is always an integral domain. Consequently F{0} is a commutative group for multiplication. Hidden solution: [UNACCESSIBLE UUID ’204’]

E167

[1ZT] Suppose that in a ring A there is a total ordering such that for every x,y,zA you have xyx+zy+z; then show that these are equivalent

  • xy0zx·zy·z;

  • x0y0x·y0 .

E167

[1ZV]Prerequisites:3,5,7. Prove 6 than in an ordered ring F:

  1. for each xF,x20 , in particular 1=12>0;

  2. x>0x<0

  3. y>xy<x ;

  4. xya0a·xa·y ;

  5. xaybx+ya+b ;

  6. x>aybx+y>a+b ;

  7. xa0yb0x·ya·b ;

Prove than in an ordered field F:

  1. x>a>0y>b0x·y>a·b ;

  2. x>0x1>0 ;

  3. y>x>0x1>y1>0 ;

  4. x·y>0 if and only if x and y agree on sign (i.e. either both > 0 or both < 0);

Hidden solution: [UNACCESSIBLE UUID ’29B’]

E167

[1ZX] In an ordered field F we call P={xF:x0} the set of positive (or zero) numbers; it satisfies the following properties: 7

  • x,yPx+y,x·yP,

  • P(P)={0} and

  • P(P)=F.

vice versa if in a field F we can find a set PF that satisfies them, then F is an ordered field by defining xyyxP.

E167

[1ZY]Not all fields are infinite sets. Consider X={0,1} and operations 0+0=1+1=0, 0+1=1+0=1, 00=01=10=0 and 11=1. Check that it is a field. Show that it cannot be an ordered field.

E167

[1ZZ]Consider the ring of matrixes 2×2 let’s define

A=(0110),B=(0100),

then check that

AB=(0001),BA=(1000);

you conclude that the ring of matrixes is not commutative.

E167

[08V] Show that there is no ordering on such that (,) is an ordered field. Hidden solution: [UNACCESSIBLE UUID ’20S’]

E167

[200] Let’s fix an integer N2 that it is not a perfect square. Consider the subset F of given by the numbers x that can be written as x=a+bN, with a,b; we associate the operations of : show that F is a field. Hidden solution: [UNACCESSIBLE UUID ’201’]

E167

[202] Let F be a field; given 𝛼0 and h consider the recursive definition of exponentiation 𝛼h defined from 𝛼0=1 and 𝛼(n+1)=𝛼n𝛼; then prove that 𝛼h+k=𝛼h𝛼k and (𝛼h)k=𝛼(hk) for every k,h.

E167

[20T]Prerequisites:14.Given 𝛼0 in a field, define that 𝛼0=1 and let 𝛼n be the multiplicative inverse of 𝛼n when n1 natural. (Use 14). For n,m show that

𝛼n𝛼m=𝛼n+m,(𝛼h)k=𝛼(hk);

if the field is ordered and 𝛼>1 show that n𝛼n is strictly monotonic increasing.

E167

[205] Let F be a commutative ring, a,bF, n then

(a+b)n=k=0n(nk)ankbk

where the factor

(nk)=.n!k!(nk)!

is called the ”binomial coefficient”. (This result is known as the binomial theorem, Newton’s formula, Newton’s binomial). To prove it by induction, check that

(n+1k+1)=(nk+1)+(nk)

for 0k,k+1n.

[UNACCESSIBLE UUID ’08W’]

  1. The notation a1 is justified by the fact that the inverse element is unique: cf 2.
  2. Taken from 1.13 in [ 22 ]
  3. Parts of the following exercises are from Chap. 2 Sec. 2 in [ 2 ] , or Chap. 1 in [ 22 ] .
  4. [ 22 ] Prop. 1.14
  5. [ 22 ] Prop. 1.16
  6. From Cap. 2 Sec. 7 in [ 2 ] , or [ 22 ] Prop. 1.18
  7. From Chap. 2 Sect. 7 in [ 2 ]