abstract algebra a short summary - polito.it · algebra. 3 algebra to indicate a particular formal...

26
Abstract Algebra A Short Summary Basilio Bona DAUIN – Politecnico di Torino July 2009 B. Bona (DAUIN) Algebra July 2009 1 / 26

Upload: others

Post on 15-Jan-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Abstract AlgebraA Short Summary

Basilio Bona

DAUIN – Politecnico di Torino

July 2009

B. Bona (DAUIN) Algebra July 2009 1 / 26

Page 2: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Groupoid

A groupoid {G; ◦} is one of the most general algebraic structures.

It consists of a set G of elements and a binary operator ◦, that in generalis neither associative nor commutative, but only closed wrt elements of G

if a, b ∈ G, then also a ◦ b = c ∈ G.

The operator ◦ is not a “sum” or a “product”, since it may represent avery general operation, like e.g., a string concatenation, the maximumcommon divisor, a projection on a subspace, etc.

The operator ◦ may be only a partial operator, i.e., the totality propertydoes not necessarily holds.

When ◦ is amenable to a sum the groupoid is said to be additive, while if◦ is amenable to a sum the groupoid is said to be multiplicative.

B. Bona (DAUIN) Algebra July 2009 2 / 26

Page 3: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Semigroup

A semigroup is an associative groupoid, i.e., a groupoid {G; ◦} where ◦ isassociative

if a, b, c ∈ G, then a ◦ (b ◦ c) = (a ◦ b) ◦ c

A neutral element is not required, as for the monoid, as well as a unit(unitary) element, as for the group.

B. Bona (DAUIN) Algebra July 2009 3 / 26

Page 4: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Monoid

A monoid is a semigroup {M; ◦, u} with a neutral element wrt to ◦.

The neutral element u is also called identity element or unit element

∀a ∈ M, a ◦ u = u ◦ a = a.

Often the neutral element is indicated with the symbol 0 if the operator ◦is amenable to a sum, or with the symbol 1 if the operator ◦ is amenableto a product.

No inverse element is assumed.

B. Bona (DAUIN) Algebra July 2009 4 / 26

Page 5: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Group

A group G is an algebraic structure defined by the monoid axioms plus theexistence of an inverse element.

This structure makes a group sufficiently rich to be of some interest inmathematical physics and engineering (e.g., the rotation group SO(3))

Hence a group is a monoid {G; ◦, u, a−1}, with an inverse element a−1:

∀a ∈ G ∃a−1, such that a ◦ a−1 = a−1 ◦ a = u.

In particular,

if a ◦ a−1 = u, the element is called right inverse,

if a−1 ◦ a = u, the element is called left inverse.

If the operator ◦ is the sum, the inverse of a is commonly indicated as −a;if ◦ is the product, the inverse is indicated as a−1.

The presence of an inverse requires that the group should have at leastone element.

B. Bona (DAUIN) Algebra July 2009 5 / 26

Page 6: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Commutative/Abelian Group

A group G is called commutative or abelian if the operator ◦ argumentscommute

∀a, b ∈ G a ◦ b = b ◦ a

In this case, rigth and left inverse coincide.

A semigroup differs from a group in that for each of its elements theremay not exist an inverse; further, there may not exist an identity element.

B. Bona (DAUIN) Algebra July 2009 6 / 26

Page 7: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Examples

The sets Z, Q, R and C, of integer, rational, real, and complexnumbers are commutative groups wrt the sum operator, ◦ ≡ +.

The sets Q∗, R∗ and C∗ of nonzero rational real and complex numbersform a commutative group wrt to the product operator, ◦ ≡ ×.

The set GL(n, R) of n × n invertible matrices, form anon-commutative group wrt to the usual matrix product.

The set SX of all bi-injective transformations of a set X in itself, forma non-commutative group wrt to the operator ◦ that composes thetransformations, i.e., (f ◦ g)(x) = f (g(x)).

The rigid rotations in 3D space form a non-commutative group wrtthe matrix product. This group is called Special Orthonormal groupof dimension 3

SO(3) ={

R ∈ R3×3 | RTR = I, det R = +1}

B. Bona (DAUIN) Algebra July 2009 7 / 26

Page 8: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Totality Associativity Identity DivisionGroup Y Y Y YMonoid Y Y Y N

Semigroup Y Y N NLoop Y N Y Y

Quasigroup Y N N YMagma Y N N N

Groupoid N Y Y YCategory N Y Y N

Properties of the group-like structures [Wikipedia].

B. Bona (DAUIN) Algebra July 2009 8 / 26

Page 9: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Ring

A ring A is a system {A; +, ·}, i.e., a set of elements a ∈ A, together withtwo operations + and ·, called sum (or addition) and product (ormultiplication), satisfying the following two axioms:

1 {A,+} is a commutative group with neutral element 0, called ringadditive group.

2 {A, ·} is a semigroup.

A division ring, also called a skew field, is a ring in which division ispossible. More formally, a ring with 0 6= 1 is a division ring if everynon-zero element a has a multiplicative inverse (i.e., an element x withax = xa = 1). Division rings differ from fields only in that theirmultiplication is not required to be commutative.

Stated differently, a ring is a division ring if and only if the group of unitsis the set of all non-zero elements.

All fields are division rings; more interesting examples are thenon-commutative division rings. The best known example is the ring ofquaternions H.

B. Bona (DAUIN) Algebra July 2009 9 / 26

Page 10: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Properties

associativity wrt sum:

∀a, b, c ∈ A (a + b) + c = a + (b + c)

commutativity wrt sum:

∀a, b ∈ A a + b = b + a

existence of neutral element wrt sum:

∃0 ∈ A → ∀a ∈ A 0 + a = a + 0 = a

existence of inverse element wrt sum:

∀a ∈ A → ∃(−a) ∈ A, a + (−a) = (−a) + a = 0

associativity wrt product:

∀a, b, c ∈ A a · (b · c) = (a · b) · c

distributivity of product wrt sum:

∀a, b, c ∈ A a · (b + c) = (a · b) + (a · c)

A ring contains at least one element.B. Bona (DAUIN) Algebra July 2009 10 / 26

Page 11: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Properties not possessed by rings:

1 the existence of a neutral element wrt product is not required. If itexists it is called unit or unity ;

2 no axiom on quotients is required; in particular if A has a unit, it isnot required that a non-null element a 6= 0 has an inverse (left, rightor bilateral);

3 no commutative property wrt product is assumed;4 no product cancellation law is assumed: the existence of ring with

elements a 6= 0 such that a · b = 0, or b · a = 0 for some b 6= 0; thisimplies that, if a · b = a · c , not necessarily b = c . a is said to be aleft divisor of zero, since b = a−1 · 0, and b right divisor of zero, sincea = 0 · b−1.

Product cancellation law establishes that, given b 6= 0, if a · b = 0, thena = 0.

B. Bona (DAUIN) Algebra July 2009 11 / 26

Page 12: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Examples

Examples of rings:

1 The familiar matrix algebra, where in general the commutativityproperty does not hold, where non invertible elements exist, andwhere it is possible to have non zero elements whose product is null.Moreover it is known that, in general, AB = AC does not implyB = C. Therefore the set ad square matrices M ∈ Rn×n, with n ≥ 2,forms a non commutative ring with divisors of the zero.

2 The integer numbers set Z is a ring {Z,+, ·} with identity; however itis not a division ring.

3 Let m be an integer and mZ = {n ∈ Z |m divides n} be the set ofinteger multiple of m. Then {mZ,+, ·} is a ring, but devoid of theidentity unless m = ±1.

B. Bona (DAUIN) Algebra July 2009 12 / 26

Page 13: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Field

If to the axioms of a ring, one adds the existence of an inverse element forthe product, a field is obtained .

A field F is a system {F ; +, ·} of elements α ∈ F and two operations + e· called sum (or addition) and product (or multiplication), satisfying thefollowing three axioms:

1 {F ,+} is a commutative group with neutral element 0, called fieldadditive group.

2 {F∗, ·} is a commutative group with unit u or 1, whereF∗ = F − {0}. {F∗, ·} is called field multiplicative group.

3 operator · has distributive property wrt +, i.e., given α, β, γ ∈ F :

α · (β + γ) = α · β + α · γ

(already included in the ring axioms).

B. Bona (DAUIN) Algebra July 2009 13 / 26

Page 14: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

An alternative definition is the following:

A field is a division ring (or a skew field)with a commutative multiplicative group.

Observe that a field is a commutative division ring both for the sum andfor the product.

The inverse wrt the sum is indicated by −α, while the inverse wrt theproduct is indicated by α−1.

B. Bona (DAUIN) Algebra July 2009 14 / 26

Page 15: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Commutator

A commutator of two elements a and b of a ring or an associative algebrais defined by

[a, b] := a · b − b · a

where a · b is the product defined on the ring.

The commutator is zero if and only if a and b commute, i.e., a · b = b · a.

By using the commutator as a Lie bracket, every associative algebra canbe turned into a Lie algebra (see below).

Properties:

[a, a] = 0

[a, b] = −[b, a]

Jacoby identity: [a, [b, c]] + [b, [c , a]] + [c , [a, b]] = 0

B. Bona (DAUIN) Algebra July 2009 15 / 26

Page 16: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Algebra

The word algebra derives from the title “Hisab al-jabr w’al-muqabala” of abook that for the first time used algebraic methods, whose author was thePersian mathematician Muhammed ibn Musa Al-Khwarizmi (circa780-850), whose deformed name gave origin to the word algorithm.

In the modern use the word takes different meanings:

1 Algebra as the subject taught in the secondary schools anduniversities, distinct from geometry, that introduces polynomialequations, one- or multi-variable functions, maxima and minima, etc.It is also called elementary algebra or arithmetics.

2 Algebra as the study of numbers and their properties, adopting theconcepts of group, ring, invariant theory, etc. It is also called abstractalgebra.

3 Algebra to indicate a particular formal structure or system governinga set of elements: in this sense algebra is a branch of mathematicsconcerning the study of structure, relation, and quantity.

4 Algebraic geometry, algebra of a vector space defined on a fieldwith a product operator, as seen above.

B. Bona (DAUIN) Algebra July 2009 16 / 26

Page 17: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Some examples:

Associative algebras: the algebra of all n × n matrices over the field(or commutative ring) F . Here the multiplication is ordinary matrixmultiplication.

Non-associative algebras: Lie algebras, for which we require xx = 0and the Jacobi identity (xy)z + (yz)x + (zx)y = 0. For these algebrasthe product is called the Lie bracket and is conventionally written[x,y] instead of xy. Examples include: Euclidean space R3 withmultiplication given by the vector cross product (with F the field R ofreal numbers); algebras of vector fields on a differentiable manifold (ifF is R or the complex numbers C) or an algebraic variety (for generalF); every associative algebra gives rise to a Lie algebra by using thecommutator as Lie bracket.

B. Bona (DAUIN) Algebra July 2009 17 / 26

Page 18: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Morphisms

A morphism is an abstraction derived from structure-preserving mappingsbetween two mathematical structures.

Morphisms are not necessarily functions, and objects over whichmorphisms are defined are not necessarily sets. Instead, a morphism isoften thought of as an arrow (i.e., a relation) linking an object called thedomain to another object called the codomain. The composition ofmorphisms is indicated with ◦.

Morphisms satisfy two axioms

1 Identity: for every abstract structure X , there exists a morphismIX : X → X called the identity morphism on X , such that for everymorphism f : A → B we have IB ◦ f = f = f ◦ IA.

2 Associativity: h ◦ (g ◦ ϕ) = (h ◦ g) ◦ ϕ whenever the operations aredefined.

B. Bona (DAUIN) Algebra July 2009 18 / 26

Page 19: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Isomorphism

Isomorphisms are studied in mathematics in order to extend insights fromone phenomenon to others: if two objects are isomorphic, then anyproperty which is preserved by an isomorphism and which is true of one ofthe objects is also true of the other. If an isomorphism can be found froma relatively unknown part of mathematics into some well studied divisionof mathematics, where many theorems are already proved, and manymethods are already available to find answers, then the function can beused to map whole problems out of unfamiliar territory over to ”solidground” where the problem is easier to understand and work with.

ϕ : X → Y is called an isomorphism if there exists a morphismϕ′ : Y → X such that

ϕ ◦ ϕ′ = IY and ϕ′ ◦ ϕ = IX

B. Bona (DAUIN) Algebra July 2009 19 / 26

Page 20: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Endomorphism

An endomorphism is a morphism from a mathematical structure to itself

ϕ : X → X

B. Bona (DAUIN) Algebra July 2009 20 / 26

Page 21: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Homomorphism

In abstract algebra, a homomorphism is a structure-preserving mapbetween two algebraic structures (such as groups, rings, or vector spaces).The word homomorphism comes from the Greek language: oµoς (homos)meaning “same” and orϕη (morphe) meaning “shape”. Note the similarroot word oµιoσς (homoios), meaning “similar,” which is found in anothermathematical concept, namely homeomorphisms.

A group homomorphism indeed preserves group structure, because it notonly preserves products, but also the identity and inverses.

Thus the image ϕ(G ) is of similar form to G , but we say that G ′ isisomorphic (of the same form) to G only when the map ϕ is 1-to-1 andonto (in which case we call ϕ an isomorphism).

In general, ϕ(G ) is only a shadow of G , because many elements of G maymap to the same element of G ′.

The case furthest from isomorphism is that in which ϕ sends all elementsof G to 1.

B. Bona (DAUIN) Algebra July 2009 21 / 26

Page 22: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Automorphism

An automorphism is an isomorphism of a system of objects onto itself.

Figure: Hierarchy of morphisms.

B. Bona (DAUIN) Algebra July 2009 22 / 26

Page 23: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Diffeomorphism

A diffeomorphism is an isomorphism in the category of smoothmanifolds. It is an invertible function that maps one differentiablemanifold into another (of the same dimension), such that both thefunction and its inverse are smooth.

Given two manifolds M and N , a bijective map ϕ from M to N is calleda diffeomorphism if both

ϕ : M → N and its inverse ϕ−1 : N → M

are differentiable.

If ϕ and ϕ−1 are r times continuously differentiable, f is called aC r -diffeomorphism). Two manifolds M and N are diffeomorphic (M ≃ N)if there is a smooth bijective function ϕ from M to N with smooth inverse.They are C r diffeomorphic if there is an r times continuously differentiablebijective function between them, whose inverse is also r times continuouslydifferentiable.

B. Bona (DAUIN) Algebra July 2009 23 / 26

Page 24: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Figure: A diffeomorphism from a square onto itself.

B. Bona (DAUIN) Algebra July 2009 24 / 26

Page 25: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Homeomorphism

In the mathematical field of topology, a homeomorphism (from Greekoµoισς (homoios), meaning “similar”) or topological isomorphism is abicontinuous function between two topological spaces.

Homeomorphisms are the isomorphisms in the category of topologicalspaces – that is, they are the mappings which preserve all the topologicalproperties of a given space.

Two spaces with a homeomorphism between them are calledhomeomorphic, and from a topological viewpoint they are the same.

B. Bona (DAUIN) Algebra July 2009 25 / 26

Page 26: Abstract Algebra A Short Summary - polito.it · algebra. 3 Algebra to indicate a particular formal structure or system governing a set of elements: in this sense algebra is a branch

Holomorphic functions

In mathematics, holomorphic functions are the central object of study ofcomplex analysis; they are functions defined on an open subset of thecomplex number plane C with values in C that are complex-differentiableat every point.

This is a much stronger condition than real differentiability and impliesthat the function is infinitely often differentiable and can be described byits Taylor series.

B. Bona (DAUIN) Algebra July 2009 26 / 26