Jump to content

Linear algebra (Osnabrück 2024-2025)/Part I/Lecture 3/refcontrol

From Wikiversity



Groups

In linear algebra, we work in general over a fixed base field K. The most important field for us is the field of real numbers , which we have already used and which is introduced in analysis in an axiomatic way. A field is characterized by the existence of two binary operations fulfilling certain properties, namely addition and multiplication. Both these operations (for multiplication, one has to remove 0) are instances of an important algebraic structure: a group.


A set G together with a special element eG and with a binary operationMDLD/binary operation

G×GG,(g,h)gh

is called a group when the following properties are fulfilled.

  1. The binary operation is associative, i.e., for all f,g,hG, we have
    (fg)h=f(gh).
  2. The element e is a neutral element, i.e., for all gG, we have
    ge=g=eg.
  3. For every gG, there exists an inverse element, i.e., there exists some hG such that
    hg=gh=e.

A group is called commutative if the operation is commutative. Important examples for commutative groups are (,0,+), (,0,+), ({0},1,) or (n,0,+) with the componentwise zero

0=(0,0,,0)

and componentwise addition.

In a group (G,e,), the neutral element is uniquely determined. For if e is another element fulfilling the characteristic property of the neutral element, meaning

xe=ex=x

for all xG, then we can directly deduce

e=ee=e.

LemmaLemma 3.2 change

Let (G,e,) be a group.MDLD/group Then, for every xG, the element yG fulfilling

xy=yx=e
is uniquely determined.

Proof  

Let

xy=yx=e

and

xz=zx=e.

Then we have

y=ye=y(xz)=(yx)z=ez=z.


Abstract structures like a set, a mapping, a binary operation, or a group have a double life. On one hand, they are really just the given formal structure; the elements are just some elements in a somehow given set, a binary operation is just any binary operation, and one should not imagine anything concrete. The symbols chosen are arbitrary and without any meaning. On the other hand, these abstract structures gain a second life in that many concrete mathematical structures obey the abstract properties. These concrete structures are examples or models for the abstract structure (and they are also a motivation to introduce the abstract structure). Both viewpoints are important, and one should always try not to confuse them.

Group theory is a branch of mathematics on its own, which we will not develop here systematically. Instead, we work with rings, and in particular with fields.



Rings

A set R is called a ring if there are two binary operationsMDLD/binary operations (called addition and multiplication)

+:R×RR and :R×RR

and two elements 0,1R that fulfill the following properties.

  1. Axioms for the addition:
    1. Associative law: (a+b)+c=a+(b+c) holds for all a,b,cR.
    2. Commutative law: a+b=b+a holds for all a,bR.
    3. 0 is the neutral element of the addition, i.e., a+0=a holds for all aR.
    4. Existence of the negative: For every aR, there exists an element bR with a+b=0.
  2. Axioms of the multiplication:
    1. Associative law: (ab)c=a(bc) holds for all a,b,cR.
    2. 1 is the neutral element for the multiplication, i.e., a1=a holds for all aR.
  3. Distributive law: a(b+c)=(ab)+(ac) holds for all a,b,cR.

A ringMDLD/ring is called commutative

if its multiplication is commutative.

For us, the most important commutative rings are the set of integer numbers , the rational numbers , and the real numbers . The real numbers (and the rational numbers) with their natural operations fulfill all these axioms, as should be known from school. An axiomatic reasoning is possible, but we will not do this here. With its addition, a ring (R,0,+) (forgetting the multiplicative structure) is in particular a commutative group.

In a ring, we use the convention that multiplication ties stronger than addition. Therefore, we write ab+cd instead of (ab)+(cd). To simplify further the notation, we omit the product symbol. The special elements 0 and 1 in a ring are called the null element and the unit. For aR, we call the (according to Lemma 3.2 ) uniquely determined element y fulfilling a+y=0 the negative of a and denote it by a. We have (a)=a, since a+(a)=0 shows that the element a equals the uniquely determined negative of a. We write ba instead of b+(a) and call this a difference. Hence, the difference is not a basic operation but is defined as the addition with the negative element.

The following properties are familiar for the real numbers; we prove them using only the axioms of a ring. So they hold for any ring.


LemmaLemma 3.5 change

Let R be a ring,MDLD/ring

and let a,b,c,a1,,ar,b1,,bs denote elements from R. Then the following statements hold.
  1. a0=0 (annihilation rule).
  2. (a)b=ab=a(b)

    (rules for sign).

  3. (a)(b)=ab.
  4. a(bc)=abac.
  5. (i=1rai)(k=1sbk)=1ir,1ksaibk (general law of distributivity).

Proof  

In the noncommutative case, we only proof one half of the statements.

  1. We have a0=a(0+0)=a0+a0. Subtracting a0 (meaning addition with the negative of a0) on both sides gives the claim.
  2. (a)b+ab=(a+a)b=0b=0

    due to part (1). Therefore, (a)b is the (uniquely determined) negative of ab.

  3. Due to (2), we have (a)(b)=((a))b, and because of (a)=a (which holds in every group), we get the claim.
  4. This follows from the parts proved so far.
  5. This follows with a double induction.



Fields

A large part of linear algebra might be worked out over an arbitrary commutative ring, but that needs many more additional concepts. In this course, we will work over a field.


A commutative ringMDLD/commutative ring K is called a field if R0

and if every element different from 0 has a multiplicative inverse.

In all details, this means the following:


A set K is called a field if there are two binary operationsMDLD/binary operations (called addition and multiplication)

+:K×KK and :K×KK

and two different elements 0,1K that fulfill the following properties.

  1. Axioms for the addition:
    1. Associative law: (a+b)+c=a+(b+c) holds for all a,b,cK.
    2. Commutative law: a+b=b+a holds for all a,bK.
    3. 0 is the neutral element of the addition, i.e., a+0=a holds for all aK.
    4. Existence of the negative: For every aK, there exists an element bK with a+b=0.
  2. Axioms of the multiplication:
    1. Associative law: (ab)c=a(bc) holds for all a,b,cK.
    2. Commutative law: ab=ba holds for all a,bK.
    3. 1 is the neutral element for the multiplication, i.e., a1=a holds for all aK.
    4. Existence of the inverse: For every aK with a0, there exists an element cK such that ac=1.
  3. Distributive law: a(b+c)=(ab)+(ac) holds for all a,b,cK.

The properties described in Lemma 3.5 for rings (and the conventions) hold in particular for fields. Using the concept of a group, we may say that a field is a set with two binary operations + and and two fixed elements 01, such that (K,+,0) and (K{0},,1) are commutative groups,[1] and that the distributivity law holds.

For an element xK and a natural number n, we define nx to be the n-fold sum of x with itself. Here we put 0x=0. For

n1K=1K+1K++1Kn summands,

we also write simply nK or just n. This means that we can find every natural number in every field (also in every ring). However, this assignment is not necessarily injective, and it is possible that 2=0 or 7=0 holds in a field (see the examples below). For a negative integer n, we set

nx=(n)(x),

where x denotes the negative of x in the field. Due to Exercise 3.23 , everything fits well together. For example, one may consider (n)(x) as the n-fold sum of x with itself, or as the product of x and n, where this means the n-fold sum of 1K with itself.

The graph of the real function that assigns to a number a0 its inverse a1. This mapping is not defined in 0, nor can it be extended in a continuous way.

Due to Lemma 3.2 , we know that for every aK, a0, the element z fulfilling az=1 is unique. It is called the inverse of a and denoted by a1.

For a,bK, b0, we write

a/b:=ab:=ab1.

The terms on the left are abbreviations for the term on the right.

For a field element aK and n, we denote its n-th power by an; this is defined as the n-fold product of a with itself (n is the number of factors). Moreover, we set a0=1, and, for a0 and a negative integer n, we interpret an as (a1)n.

A "strange“ field is given in the following example. This field with two elements is important in computer science and in coding theory; it will not play a big role here. It shows that it is not helpful for every field to imagine its elements on the number line.


== Example Example 3.8

change==

We are trying to find the structure of a fieldMDLD/structure of a field on the set {0,1}. If 0 is supposed to be the neutral element of the addition and 1 the neutral element of the multiplication, then everything is already determined: The equation 1+1=0 must hold since 1 has an inverse element with respect to the addition, and since 00=0 holds, due to Lemma 3.5   (1). Hence, the operation tables look like

+ 0 1
0 0 1
1 1 0

and

0 1
0 0 0
1 0 1


With some tedious computations, one can check that this is indeed a field.


== Example Example 3.9

change==

On the set {0,1,2,3,4,5,6} (with seven elements), one can define a fieldMDLD/field structure using


+ 0 1 2 3 4 5 6
0 0 1 2 3 4 5 6
1 1 2 3 4 5 6 0
2 2 3 4 5 6 0 1
3 3 4 5 6 0 1 2
4 4 5 6 0 1 2 3
5 5 6 0 1 2 3 4
6 6 0 1 2 3 4 5


0 1 2 3 4 5 6
0 0 0 0 0 0 0 0
1 0 1 2 3 4 5 6
2 0 2 4 6 1 3 5
3 0 3 6 2 5 1 4
4 0 4 1 5 2 6 3
5 0 5 3 1 6 4 2
6 0 6 5 4 3 2 1


Without any further theory, it is very tedious to so show that this is indeed a field.


LemmaCreate referencenumber

Let K denote a field. Then ab=0 implies that a=0 or

b=0.

Proof  

We prove this by contradiction, so we assume that a and b are both not 0. Then there exist inverse elements a1 and b1, and hence (ab)(b1a1)=1. On the other hand, we have ab=0 by the premise, and so the annihilation rule gives

(ab)(b1a1)=0(b1a1)=0,

hence 0=1, which contradicts the field properties.



Footnotes
  1. This implies in particular that the multiplication can be restricted to give a binary operation on K{0}. This follows from the field axioms, as we will see below.


<< | Linear algebra (Osnabrück 2024-2025)/Part I | >>
PDF-version of this lecture
Exercise sheet for this lecture (PDF)