Maths Midsem
Maths Midsem
1 Introduction
2 Trees
3 Algorithm
4 References
Graph theory was originated from the Konigsberg Bridge Problem, where
two islands linked to each other and to the banks of the Pregel River by
seven bridges. The problem was to begin at any of the four land areas, walk
across each bridge exactly once and return to the initial point. This problem
was solved in 1736 by Euler. In 1847, Kirchhoff developed the theory of trees
to solve the system of linear equations which give the current in each branch
and around each circuit of an electric network. In 1857, Hamilton presented
that Hamilton s game. The game’s object is finding a Hamiltonian cycle
along the edges of a dodecahedron such that every vertex is visited only
once and the end vertex is same as the initial vertex.
v r s
v4 e
3
A labelled graph is a graph in which every vertex and every edge is labeled.
most of the times, a graph means a labelled graph.
v1 v2 v5
v6
v7 v
8
H3
Walk: u a v f y g w b v f y .
Trail: u e y f b w g y d x .
Path: u a v f y g w .
A trail whose origin is same as terminus, is called a circuit and such a path
is called a cycle.
v v6 v2
v6 2
v5 v5 v
3
v
3
v4 v
4
%EB.IT#B keatABa.eg- f-
degG v2 = degG v6 = 2, degG v3 = degG v4 = 3, degG v5 = 1. Here, v1 is the
isolated vertex and v5 is the pendant vertex.
v2 v4
v5
V1
v3 v6
G
Radius of G:
rad(G) = min {eG (v )}.
v œV (G)
Diameter of G:
diam(G) = max {eG (v )}.
v œV (G)
eG (v1 ) = 1
eG (v2 ) = 2
eG (v3 ) = 2
eG (v4 ) = 2
eG (v5 ) = 2.
rad(G) = 1 and diam(G) = 2.
v1 is the central vertex in G.
Example 2:
eG (v1 ) = 4 eG (v5 ) = 2
eG (v2 ) = 4 eG (v6 ) = 3
eG (v3 ) = 3 eG (v7 ) = 4
eG (v4 ) = 2 eG (v8 ) = 4.
rad(G) = 2 and diam(G) = 4.
Center of G = {v4 , v5 }.
Example 3:
G
eG (v1 ) = 2
eG (v2 ) = 1
eG (v3 ) = 1
eG (v4 ) = 2
eG (v5 ) = 2.
rad(G) = 1 and diam(G) = 2.
Center of G = {v2 , v3 }.
Theorem
Result:
GABBAR
Let G be a (p, q) graph.The sum of the degrees of vertices of a graph G is
q
twice the number of edges, deg(v ) = 2q, v œ V
Proof.
Since every edge is incident with two vertices, each edge contributes 2 to
the sum of degrees of the vertices. Hence, the BEGGED
theorem.
result.
Proof.
Let Se = Sum of all degree of all even degree vertices. Let So = Sum of all
degree of all odd degree vertices. By definition, So + Se = 2q. i.e,
So = 2q ≠ Se = even. Each term in the sum So is odd. Therefore, So can
be even, only if even number of terms in So . Hence, the←BzBBzq-
theorem.
result.
v3 v v3
v 6
6
v v4
v5 v 5
4
Theorem
Result:
Browses
A graph is bipartite if and only if all its cycles are even.
of even length.
BE
Proof.
Let G be a connected bipartite graph. Then its vertex set V can be par-
titioned into two sets V1 and V2 such that every edge of G joins a vertex
of V1 with a vertex of V2 . Thus, every cycle v1 , v2 , ...vn , v1 in G necessarily
has its oddly subscripted vertices in V1 (say). i.e,v1 , v3 , ... œ V1 and other
vertices v2 , v4 , ... œ V2 . In a cycle v1 , v2 , ...vn , v1 : vn , v1 is an edge in G.
Since, v1 œ V1 we must have vn œ V2 . This implies n is even. Hence,the
length of the cycle is even.
Proof.
Let G be a graph with six vertices. Let v be any vertex in G. Since v is
adjacent to other five vertices either in G or in G. We assume that, v is
adjacent with v1 , v2 , v3 in G. If any 2 of these vertices say v1 , v2 are
adjacent then v1 , v2 , v form a triangle in G. If no two of them are adjacent
in G then v1 , v2 , v3 are the vertices of a triangle in G.
Proof.
Let G be a (p, q) graph. Number of edges in Kp = p(p ≠ 1)/2 = pC2
Since G is self complementary, number of edges in G = number of edges
in G = q
Number of edges in Kp = number of edges in G + number of edges in G.
∆ Number of edges in G = p(p ≠ 1)/2 - q
∆ q = p(p ≠ 1)/2 ≠ q, ∆ 4q = p(p ≠ 1)
Therefore, q = p(p-1)/4
∆ 4/p or 4/(p ≠ 1)
∆ p = 4n or p ≠ 1 = 4n
∆ p = 4n or p = 4n + 1
Proof.
Suppose that the graph G is disconnected. Let us assume that G has
two(or more) components say C1 and C2 . Suppose that a component C1
has a vertex of minimum degree (p ≠ 1)/2. Then, C1 must contain atleast
[(p ≠1)/2+1] vertices. Similarly, suppose that a component C2 has a vertex
of minimum degree (p ≠1)/2. Then, C2 must contain atleast [(p ≠1)/2+1]
vertices. Now, total number of vertices in G is equal to [(p ≠ 1)/2 + 1 +
(p ≠ 1)/2 + 1] = p ≠ 1 + 2 =p + 1 which is a contradiction to the fact that
G has p vertices. Hence, G is connected.
Proof.
Let x and y be any two vertices in G. Since diam(G) Ø 3, there exist
vertices u and v at distance 3 in G. Hence, uv is an edge in G. Since u
and v have no common neighbour in G, both x and y are each adjacent to
u or v in G. It follows that d(x , y ) Æ 3 in G and hence d(G) Æ 3)
Proof.
Let G be a self complementary graph. Clearly, G cannot have diameter 1.
Since G ≥= Kn which is not self complementary graph. Hence, self
complementary graphs have diameter atleast 2. Suppose that
diam(G) > 3. By the above goes
theorem,
result diam(G) Æ 3. Hence, diameter of
every self complementary graph is either 2 or 3.
Proof.
If G itself is connected, there is nothing to prove. Suppose that the graph
G is disconnected and has two components C1 and C2 . Let u and v be
any two vertices, we have the following cases.
(i) If u and v are in different components and are not adjacent in G.Then
u and v are adjacent in G. We have, uv path, hence G is connected.
(ii) If u and v belong to the same component but they are not adjacent
in G. Hence, they are adjacent in G. Hence, we have uv path.
(iii) Suppose that u and v are adjacent in G(Obviously, they belong to the
same component).Then we can find w in another component (which
does not contain u and v ). We have a uv path via w in G. That is,
u ≥ w and v ≥ w .
V
V
5 2 S T
0 1 0 0 1
W1 0 1 0 0X
W X
W X
A(G)= W0 1 0 1 0X
V V
4 3
W X
U0 0 1 0 1V
1 0 0 1 0
Figure: Graph G and its adjacency matrix A(G)
Figure: Trees
Proof.
Let G be a tree then G is connected. Hence, there exist atleast one path
between every pair of vertices. Suppose that between two vertices say u and
v , there are two distinct paths then union of these two paths will contain
a cycle; a contradiction. Thus, if G is a tree, there is atmost one path
joining any two vertices. Conversly, suppose that there is a unique path
between every pair of vertices in G.Then G is connected. A cycle in the
graph implies that there is atleast one pair of vertices u and v such that
there are two distinct paths between u and v . Which is not possible because
of our hypothesis. Hence, G is acyclic and therefore it is a tree.
Proof.
TheBB←BBoBBz@
theorem
result will be proved by induction on the number of vertices.
If p = 1, we get a tree with one vertex and no edge. If p = 2, we get a tree
with two vertices and one edge. If p = 3, we get a tree with three vertices
and two edges. Assume that, the statement is true with all tree with k
vertices (k < p). Let G be a tree with p vertices. Since G is a tree there
exist a unique path between every pair of vertices in G. Thus, removal of an
edge e from G will disconnect the graph G. Further, G ≠e consists of exactly
two components with number of vertices say m and n with m +n = p. Each
component is again a tree. By induction, the component with m vertices
has m ≠ 1 edges and the component with n vertices has n ≠ 1 edges. Thus,
the number of edges in G = m ≠ 1 + n ≠ 1 + 1 = m + n ≠ 1 = p ≠ 1.
Proof.
The result is obvious for the trees K1 and K2 . We show that any other
tree T has the same central vertices as the tree T1 obtained by removing
all end vertices of T . Clearly, the maximum of the distances from a given
vertex u of T to any other vertex v of T will occur only when v is an end
vertex. Thus, the eccentricity of each vertex in T1 will be exactly one less
than the eccentricity of the same vertex in T . Hence, the vertices of T
which possess minimum eccentricity in T are the same vertices having
minimum eccentricity in T1 . That is, T and T1 have the same center.
v6 v7 v8 v2
V
12 V9
v5 v
3
V V10
11
v4
Proof.
Suppose that G is connected and Eulerian. Since G has an eulerian circuit
which passes through each edge exactly once,goes through all vertices and
all of its vertices are of even degree.
Conversly, Let G be a connected graph such that every vertex of G is of even
degree. Since, G is connected, no vertex can be of degree zero. Thus, every
vertex of degree Ø 2, so G contains a cycle. Let C be a cycle in a graph
G. Remove edges of the cycle C from the graph G. The resulting graph
(say G1 ) may not be connected, but every vertex of the resulting graph is
of even degree.
20 19
9 10
8 11
1 7
2
3
6
4
12
5
13 18
15 14
16
17
(b)
(a)
B
C
5
7 3
A
10 8
4 5
S T
6 6
E 0 7 Œ 6 Œ
0 5 10X
D WŒ
11 W Œ X
W X
D(G) = W 12 6 0 Œ 3X
W X
U 4 5 Œ 0 6V
11 Œ 8 Œ 0
Figure: Graph G and its distance matrix D(G)
Vertex in U A C D E
bestd Œ 5 Œ 10
tree B B B B
Vertex in U A D E
bestd 17 Œ 8
tree C B C
(4) min bestd = 8; s = E .
U = {A, D}, K = {B, C , E }.
Vertex in U A D
bestd 17 Œ
tree C B
Vertex in U D
bestd 23
tree A
S T
0 5 6 Œ 17 Œ
W3 0 4 Œ Œ 7X
W X
WŒ Œ 0 6 Œ 11X
W X
D(G) = W X
W11 Œ 7 0 9 4X
W X
UŒ Œ Œ Œ 0 5V
11 Œ Œ 9 4 0
Figure: GraphG and its distance matrix D(G)
Vertex in U a b f g h
bestd Œ Œ 6 Œ 11
tree c c c c c
Vertex in U a b g h
bestd 17 Œ 15 10
tree f c f f
(4) min bestd = 10; s = h.
U = {a, b, g}, K = {c, f , h}.
Vertex in U a b g
bestd 17 Œ 14
tree f c h
[3]
Solution:
Step 1: LU decomposition of the coecient matrix A.
3 −7 −2
A = −3 5 1
6 −4 0
1 0 0 3 −7 −2
= 0 1 0 −3 5 1
0 0 1 6 −4 0
1 0 0 3 −7 −2
= −1 1 0 0 −2 −1
2 0 1 0 10 4
1 0 0 3 −7 −2
= −1
1 0 0 −2 −1.
2 −5 1 0 0 −1
| {z }| {z }
L U
Step 2: Solve LY = b.
Let Y = [y1 , y2 , y3 ]T . Then y1 = −7; −y1 + y2 = 5; 2y1 − 5y2 + y3 = 2. Solving these
by forward substitution, we get y1 = −7, y2 = −2 and y3 = 6.
Step 3. Solve U X = Y .
6
Let X = [x1 , x2 , x3 ]T . Then 3x1 − 7x2 − 2x3 = −7; −2x2 − x3 = −2; −x3 = 6.
Solving these by back substitution, we get x1 = 3; x2 = 4 and x3 = −6.
Solution:
1 0 0 2 −1 2
= 0 1 0 −6 0 −2
0 0 1 8 −1 5
1 0 0 2 −1 2
= −3 1 0 0 −3 4
4 0 1 0 3 −3
1 0 0 2 −1 2
= −3
1 0 0 −3 4.
4 −1 1 0 0 1
| {z }| {z }
L U
Step 2: Solve LY = b.
Let Y = [y1 , y2 , y3 ]T . Then y1 = 1; −3y1 + y2 = 0; 4y1 − y2 + y3 = 4. Solving these
by forward substitution, we get, y1 = 1, y2 = 3 and y3 = 3.
Step 3. Solve U X = Y .
Let X = [x1 , x2 , x3 ]T . Then 2x1 − x2 + 2x3 = 1; −3x2 + 4x3 = 3; x3 = 3. Solving
these by back substitution, we get x1 = −1; x2 = 3 and x3 = 3.
Exercise:
4 3 −5
(1) Find an LU decomposition of −4 −5 7 .
8 6 −8
(2) Solve 2x − 2y + 4z = 0; x − 3y + z = −5; 3x + 7y + 5z = 7 by LU decomposition
method.
7
(3) Solve 4x+2y+14z=14; 2x+17y-5z=-101; 14x-5y+83z=155 by LU decomposition
method.
8
QR Decomposition with Gram-Schmidt
Igor Yanovsky (Math 151B TA)
A = QR,
1 Gram-Schmidt process
Consider the GramSchmidt procedure, with the vectors to be considered in the process as
columns of the matrix A. That is,
· ¸
¯ ¯ ¯
¯ ¯
A = a1 a2 · · · an .¯
Then,
u1
u1 = a1 , e1 = ,
||u1 ||
u2
u2 = a2 − (a2 · e1 )e1 , e2 = .
||u2 ||
uk+1
uk+1 = ak+1 − (ak+1 · e1 )e1 − · · · − (ak+1 · ek )ek , ek+1 = .
||uk+1 ||
Note that || · || is the L2 norm.
1.1 QR Factorization
The resulting QR factorization is
a1 · e1 a2 · e1 · · · an · e1
· ¸ · ¸
¯ ¯ ¯ ¯ ¯ ¯ 0 a2 · e2 · · · an · e2
A= a1 ¯ a2 ¯ · · · ¯ an = ¯ ¯ ¯
e1 e2 · · · en .. .. .. .. = QR.
. . . .
0 0 ··· an · en
1
2 Example
Consider the matrix
1 1 0
A = 1 0 1 ,
0 1 1
u1 = a1 = (1, 1, 0),
µ ¶
u1 1 1 1
e1 = = √ (1, 1, 0) = √ , √ , 0 ,
||u1 || 2 2 2
µ ¶ µ ¶
1 1 1 1 1
u2 = a2 − (a2 · e1 )e1 = (1, 0, 1) − √ √ , √ , 0 = ,− ,1 ,
2 2 2 2 2
µ ¶ µ ¶
u2 1 1 1 1 1 2
e2 = =p , − , 1 = √ , −√ , √ ,
||u2 || 3/2 2 2 6 6 6
2
Singular values and singular vectors
Let A be an m × n matrix. A scalar λ is called a singular value of the matrix A if there
is a pair of non-zero column vectors u and v such that Av = λu and AT u = λv . The
vectors u and v are called as singular vector pair corresponding to the singular value λ.
More precisely, the vector u is called as left singular vector and the vector v is called as
right singular vector.
Equivalently, if min{m, n} = n, then the sigular values of A are the positive square roots
of the eigenvalues of AT A. Otherwise, the singular values of A are the positive roots of
the eigenvalues of AAT .
Note:
(ii) The matrices AT A and AAT have the same set of non-zero eigenvalues.
(iii) The left singular vectors of A are the eigenvectors of AAT and the right singular
vectors of A are the eigenvectors of AT A.
Example 0.1.
" # " #
1 2 5 4
(i) Let A = . Then AT A = . and its eigenvalues are 1 and 9. There-
2 1 4 5
fore the singular values of A are 1 and 3.
" #
3 6
1 1 1
(ii) Let A = . Then AAT = and its eigenvalues are 15 and 0.
2 2 2 6 12
√
Therefore the singular values of A are 15 and 0 .
" #
333 81
4 11 14
(iii) Let A = . Then AA ∗ T = and its eigenvalues are 90,
8 7 −2 81 117
√ √
360. Therefore the singular values of A are 90 and 360.
1
Theorem 0.2. Let A be an m×n matrix of rank r. Suppose {v1 , v2 , . . . , vn } is an
space of A.
V T,
P
σ1 ≥ σ2 ≥ · · · ≥ σr be the non-zero singular values of A. Then A=U where
D 0
P
(iii) is an m × n matrix of the form where D is the diagonal matrix of order
0 0
r given by D = diag(σ1 , σ2 , . . . , σr ).
Working procedure :
To determine a singular value decomposition of a matrix A of order m × n (m ≥ n):
(vi) Then, A = U V T.
P
2
Problems :
" #
1 1 1
1. Find a singular value decomposition of the matrix A = .
1 −1 1
2 0 2
Solution: Consider AT A =
0 2 0 . Its eigenvalues are 0, 2 and 4. Therefore the
2 0 2
√
singular values of A are 2, 2 and 0.
From the equation (AT A − λI3 )X = 0, we get x = z = 0. Thus, {(0, 1, 0)} is an orthonor-
mal basis of Eλ (AT A).
3
1 0 0
From the matrix equation (AT A − λI3 )X = 0, we get z = 0. Therefore {(1, 0, 0), (0, 1, 0)}
is an orthonormal basis of Eλ (AT A).
Av1
Set v1 = (0, 0, 1)T , v2 = (1, 0, 0)T and v3 = (0, 1, 0)T , u1 = = (0, 0, 1)T , u2 =
||Av1 ||
0 1 0 0 1 0
Av2 Av3
= (0, 1, 0)T and u3 = = (1, 0, 0)T Let V = , U = 0 0 1
0 0 1
||Av2 || ||Av3 ||
1 0 0 1 0 0
2 0 0
and = 0 1 0 . Then A = U V T .
P P
0 0 1
−3 1
3. Find a singular value decomposition of the matrix A =
6 −2 .
6 −2
10 −20 −20
Solution: Consider AAT = . Its eigenvalues are 0, 0 and 90. There-
−20 40 40
−20 40 40
√
fore the singular values of A are 0 and 3 10.
4
Orthonormal basis corresponding to the eigenvalue λ = 0:
5
Group Theory (Part 1)
Department of Mathematics
Manipal Institute of Technology, Manipal
Introduction
Group Axioms
Definition •
1.
1. Associativity: 8x, y , z 2 G , x ⇤ (y ⇤ z) = (x ⇤ y ) ⇤ z.
2. Existence of identity: 9e 2 G , 8x 2 G , e ⇤ x = x ⇤ e = x. The element e is said
to be an identity element of G .
3. Existence of inverses: 8x 2 G , 9y 2 G , x ⇤ y = y ⇤ x = e. The element y is said
to be an inverse of the element x.
Implicit in the statement that ⇤ is a binary operation on G , is the fact that G is closed
under ⇤ – i.e., 8x, y 2 G , x ⇤ y 2 G . This property is therefore called closure. 1
If (G , ⇤) is a group, the number of elements in the set G is said to be the order of G ,
and is denoted |G | or o(G ). A finite group is a group whose order is finite, and an
infinite group is a group of infinite order.
When the group operation is clear from context, we shall write xy to mean x ⇤ y .
Remark.
Note that xy is di↵erent from yx, as the group operation need not be commutative. If
x and y are two elements such that xy = yx, then we say that x and y commute with
each other. Every element commutes with the identity element. Obviously, each
element also commutes with itself. If y is an inverse of x, then xy = yx = e, which
means that x and y commute with each other.
2
Example Bar
2.
• The set Z of integers forms a group under the usual addition +. The sum of any
two integers is also an integer, thus + is indeed a binary operation on Z (in other
words, Z is closed under +). The identity element of this group is 0, since
n + 0 = 0 + n = n for all n 2 Z. Finally, for any integer n, we know that
n + ( n) = ( n) + n = 0, so that n, which is also an integer, is the inverse of
n. This a group of infinite order.
• (Z, ) is not a group, since is not associative (nor is there an identity element
for subtraction, since n e = n only if e = 0, but then e n = 0 n = n 6= n;
and without an identity element, inverses are not defined).
• Similarly, the rationals, reals, and complex numbers also form groups under
addition: (Q, +), (R, +), (C, +). All three are infinite groups.
• The set of non-negative integers N0 = {0, 1, 2, · · · } does not form a group under
addition.
3
Example •
2.
• Let G = {0}, the singleton set containing only the real number 0. Then (G , +) is
a group. Its order is 1, and it is therefore the smallest group.
• The set of non-zero real numbers forms a group under multiplication:
(R {0}, ⇥). The identity element is 1 and the inverse of x 2 R, x 6= 0, is 1/x
(which is also a non-zero real number). If we include 0, it is no longer a group,
since 0 has no (multiplicative) inverse.
• If R>0 denotes the set of all positive real numbers, (R>0 , ⇥) is also a group.
p
• Let G = {1}, H = {1, 1}, and K = {1, i, 1, i}, where i = 1. Then
(G , ⇥), (H, ⇥) and (K , ⇥) are groups of orders 1, 2, and 4 respectively.
3
Example Bog
2.
3
Example Ba
2.
• Let X be any non-empty set, and let S(X ) denote the set of all bijections from X
to itself. That is,
3
Basic Properties of Groups
4
Basic Properties of Groups
Since each element x is guaranteed to have a unique inverse, we can denote this
inverse as x 1 . From Axiom 3, it is clear that if y is an inverse of x, then x is also an
inverse of y . Thus, (x 1 ) 1 = x.
5
'
Result: .
Exercise Bey
BEBE 1.
÷"Ao#oA
Prove that (xy ) 1 =y 1x 1.
1 1 1 1
(xy )(y x ) = x(yy )x [Associativity]
1
= xex
1
= xx
= e.
6
Result: 2 (Cancellation Laws).
←
Exercise
Prove that the (left and right) cancellation laws hold in every group. That is, prove
that if x and y are elements of a group G , then
1. If 9a 2 G , ax = ay , then x = y .
2. If 9b 2 G , xb = yb, then x = y .
Solution.
7
Exercise Hour
3.
If x and y are two elements of G that commute, then show that x, y , x 1, and y 1 all
commute with one another.
8
:
Definition 3.
x n = x| · x{z· · · x} .
n times
1. x n = (x n ) 1
2. x m · x n = x m+n
3. (x m )n = x mn
Note: In each case, m and n may (independently) be positive, negative, or zero. Since the definition of x n is
di↵erent when n is positive, negative, and zero, the proof must deal with all these cases separately.
9
Abelian Groups
Definition er
4.
A group (A, ⇤) is said to be Abelian or commutative if ⇤ is a commutative operation.
That is,
8a, b 2 A, a ⇤ b = b ⇤ a.
10
Exercise *
5.
Let G be a group.
11
2. Prove that G is Abelian if and only if 8x, y 2 G , (xy ) 1 = x 1 y 1 .
Solution. If G is Abelian, then (xy ) 1 = y 1 x 1 = x 1 y 1 .
Conversely, suppose G satisfies the given property.
Then for any two elements x and y ,
(xy ) 1 = x 1 y 1 =) xy = (x 1 y 1 ) 1 = (y 1 ) 1 (x 1 ) 1 = yx.
3. Prove that G is Abelian i↵ 8a, b 2 G , (ab)2 = a2 b 2 .
Solution. If G is Abelian, then (ab)2 = abab = aabb = a2 b 2 .
Conversely,
(ab)2 = a2 b 2 =) abab = aabb =) ba = ab (by left and right cancellation).
12
Subgroups
Subgroups
Definition *
5.
Example Hoo
6. .
In Example 2, we saw that Z, Q, R, and C all forms groups under addition. Observe
that Z ✓ Q ✓ R ✓ C.
Similarly, Q {0}, R>0 , and R {0} are all groups under multiplication. The former
two are subsets of the latter. All of these are examples of subgroups.
Remark.
It is very important that the operation be the same, for otherwise it is meaningless to
call one the subgroup of the other. For example, (Q {0}, ⇥) is not a subgroup of
(R, +), even though Q {0} ✓ R.
13
Given a subset H of a group G , to check whether H is a subgroup, we need to verify
that H satisfies the group axioms.
It is obvious that all elements of H will satisfy associativity, since they are elements of
G as well.
The closure of H under the group operation of G needs to be checked carefully, since
the result of applying the operation to two elements of H may be an element of G that
is outside H.
To verify the existence of identity and inverses, it is enough to check if the identity
element of the group G , which is already known, is present in the subset H, and
similarly in the case of inverses.
These observations are summarised in the following lemma.
14
Result:7.
°←*←*
Lemma
15
teredo
Theorem 8.
Result:
A subset H of a group G is a subgroup of G if and only if H 6= ? and 8x, y 2 H,
xy 1 2 H.
Proof.
If H G , then it is obviously non-empty (for e 2 H) and for any x, y 2 H, we have
x, y 1 2 H (since H contains the inverses of all its elements), and therefore xy 1 2 H
(by closure).
Conversely, suppose it is given that H 6= ? and 8x, y 2 H, xy 1 2 H.
16
Example dad
9.
Let G be the group of non-zero complex numbers under multiplication, and let
2⇡i
! = e n , where n is a positive integer, so that ! is a primitive nth root of unity.
Then H = {1, !, ! 2 , . . . , ! n 1} is a subgroup of G .
Clearly, H 6= ?.
The elements of H are all the complex numbers of the form ! r for some integer r .
Thus, if ! r and ! s are any two elements of H, then ! r · (! s ) 1 = ! r s is also an
element of H. Hence H is a subgroup of G.
mnmwqnBMBmagg__
Then by Theorem 8, H G .
17
Let G be a group and let H be a subgroup of G. Define a relation
≥ on G as follows: For a, b œ G,
a ≥ b if and only if ab ≠1 œ H.
[a] = {b œ G | b ≥ a}
= {b œ G | ba≠1 œ H}
= {b œ G | ba≠1 = h for some h œ H}
= {b œ G | b = ha for some h œ H}
= {ha | h œ H}.
as
S
and
(2) ’a, b œ A, either [a] = [b] or [a] fl [b] = ÿ.
1. H \ K G
2. H [ K is not a subgroup of G unless H ✓ K or K ✓ H.
18
Proof.
1. Since e 2 H and e 2 K , e 2 H \ K 6= ?.
Now if x, y 2 H \ K , then x, y 2 H =) xy 1 2 H and
x, y 2 K =) xy 1 2 K , and therefore, xy 1 2 H \ K . Thus, H \ K G .
2. Suppose that neither one of H and K is contained in the other.
Then there exists an element h 2 H such that h 2 / K , and similarly, 9k 2 K ,
k2 / H.
Now, hk cannot be an element of H, since hk 2 H =) h 1 hk = k 2 H.
Similarly, hk 2
/ K . Therefore, hk 2
/ H [ K . Since H [ K is not closed under the
operation, it is not a subgroup of G .
If H ✓ K , then H [ K = K G . The other case is similar.
19
For subgroups H and K of a group G , define
HK = { hk | h 2 H, k 2 K }.
Note that HK and KH are subsets of the group G (but not necessarily subgroups), and
in general, HK 6= KH.
Every element of HK is of the form hk, where h 2 H and k 2 K .
Therefore, HK = KH if and only if for every element hk 2 HK , hk = k 0 h0 for some
k 0 2 K and h0 2 H 1 .
1
Here, h0 is not necessarily equal to h, and k 0 is not necessarily equal to k.
20
Result: 11.
-68kHz
Theorem
Proof.
First, suppose that HK G .
Let x 2 HK .
Then (since HK G ), x 1 2 HK =) x 1 = hk, 9h 2 H, k 2 K .
Now, x = (hk) 1 =k 1h 1, which is an element of KH since k 1 2 K and h 1 2 H.
Thus, x 2 HK =) x 2 KH, which shows that HK ✓ KH.
To see that KH ✓ HK as well, consider an arbitrary element kh 2 KH.
Now (kh) 1 =h 1k 1 2 HK =) ((kh) 1) 1 = kh 2 HK (since HK G ).
Therefore, HK = KH.
21
_-B••qEsaoa-gqeBE
Result: 11.
Theorem
xy 1
= (h1 k1 )(h2 k2 ) 1
= h1 k 1 k 2 1 h2 1
2K
1
= h1 k 3 h2 , k3 = k1 k2 1
2KH=HK
= h1 h3 k 4 , 9h3 2 H, k3 2 K
= h4 k4 , h4 = h1 h3 2 H
=) xy 1 2 HK . Thus, HK G . 21
Exercise Bag
6.
Let G be a group.
22
Lagrange’s theorem
mmmm
Definition 20.
xH = { xh | h 2 H }.
Hx = { hx | h 2 H }.
Remark.
The subgroup H itself is a coset (of itself): H = eH = He. In fact, note that for any
h 2 H, hH = Hh = H (for clearly, hH, Hh ✓ H; prove that H ✓ hH, Hh).
29
We shall show that left cosets of a subgroup partition the whole group into equally
sized parts.
TheoremHmo
21 (Lagrange).
o(H) | o(G ).
To prove the theorem, we first establish three lemmas describing how the cosets
partition the group.
30
In the following, let G be a finite group, H G , and let x1 H, . . . , xk H be
all the distinct left cosets of H in G .
-86kg
Result:
Lemma 22.
k
[
G= xi H
i=1
Proof.
Every element is in the coset of H with respect to that element.
That is, 8x 2 G , x 2 xH = xi H for some i = 1, . . . , k.
This does only half the work in showing that the left cosets partition the group. The
other half is to show that distinct cosets are disjoint.
31
Result:23.
BABER
Lemma
Proof.
Suppose xH \ yH 6= ?.
Then 9z 2 xH \ yH, so that z = xh1 = yh2 , 9h1 , h2 2 H.
Then y = xh1 h2 1 .
Now, for any yh 2 yH, yh = x h1 h2 1 h =) yh 2 xH.
2H
Thus, yH ✓ xH.
Similarly, xH ✓ yH, and therefore, xH = yH.
32
Result:
e-Book
Lemma 24.
k
[
o(G ) = xi H
i=1
Xk
= |xi H| BEBE
[Lemma 23]
i=1
k
X
= |H| BABE
[Lemma 24]
i=1
= k ⇥ o(H).
34
Remark.
o(G )
The integer o(H) is the number of left cosets of H in G , and is called the index of the
subgroup H in G , denoted |G : H|. Note that all the results above could equivalently
be written in terms of right cosets. Thus, the number of right cosets of H in G is also
|G : H|.
ABE
Corollary 25.
The order of every element of a finite group divides the order of the group.
Proof.
Exercise.
35
_@oE-B_--_-zfg_
Cyclic subgroups and cyclic groups
mower
Definition 12.
That is, hxi is the subset containing all powers (positive, negative, and zero) of x.
Thus, every element of hxi is of the form x k for some integer k, and vice-versa for
every integer k, the element x k is in hxi.Clearly, it is a subgroup.
Remark.
In any group, the identity element generates the trivial subgroup: hei = {e}. It is the
only one that does (since for all x 2 G , x 2 hxi).
Any element generates the same subgroup as its inverse: hxi = hx 1 i.
23
Definition BEBE
13.
A group G is said to be cyclic if it is equal to the cyclic subgroup generated by one of
its elements. That is, G is cyclic if there exists an element g 2 G such that G = hg i.
Then g is a generator of G .
24
ARE
Example 16.
Let V4 denote the group formed by {1, 3, 5, 7} under multiplication modulo 8. This is
indeed a group – multiplication modulo n is associative for any integer n, and the other
axioms are easily seen to hold from the multiplication table given below.
1 3 5 7
1 1 3 5 7
3 3 1 7 5
5 5 7 1 3
7 7 5 3 1
Every element of this group is self-inverse, and therefore the group is Abelian.
However, it is not cyclic. Each non-identity element generates a subgroup of order 2.
This is so precisely because every element is self-inverse! This group V4 is called the
Klein 4-group (or Vierergruppe) and is the smallest non-cyclic group. 26
_oBhzEBN
Result: 26.
Corollary
.
Proof.
Let G be a group of order p, where p is a prime number.
Since p 2, G has at least one non-identity element, say g .
Macey Now
By Corollary 25, o(g ) | p, which implies that o(g ) = 1 or p.
,
But g 6= e =) o(g ) 6= 1.
Thus, o(hg i) = o(g ) = p =) G = hg i.
36
Normal Subgroups
Normal Subgroups
1 1
xSx = { xSx |n2H}
37
Exercise 7.
1. If G is an Abelian group, which subgroups of G are normal?
2. Prove that a finite Abelian group is simple if and only if its order is a prime
number. Hint: Every element generates a subgroup.
3. For any group G , prove that its centre Z (G ) is always a normal subgroup.
T
4. Let H G (not necessarily normal), and define N = xHx 1 . Show that
x2G
N E G.
5. Let N be a subgroup of index 2 in G (i.e., |G : N| = 2). Show that N E G . Hint: If N
has only two left cosets, and only two right cosets, and one of them is N in each case, what is the other?
39
Theorem 29.
Let N G . Then N E G if and only if 8x 2 G , xNx 1
GAV.
=G .
Proof.
If N E G , then for any x 2 G , xNx 1 ✓ N. We must prove that N ✓ xNx 1 as well.
Let n 2 N. Now (with x 1 in place of x),
x 1 Nx ✓ N =) x 1 nx 2 N =) x 1 nx = n0 , for some n0 2 N.
Then n = xn0 x 1 2 xNx 1.
40
Theorem 30.
Let N G . Then N E G if and only if 8x 2 G , xN = Nx.
Proof.
Suppose that N E G .
Let x 2 G . Now for any n 2 N, xnx 1 2 n0 , 9n0 2 N.
Therefore, xn = n0 x 2 Nx.
Thus, xN ✓ Nx.
Similarly, x 1 nx = n00 , 9n00 2 N implies nx = xn00 , and thus, Nx ✓ xN.
Therefore, xN = Nx.
For the converse, suppose that 8x 2 G , xN = Nx.
Let x 2 G , n 2 N. Then xn = n0 x, 9n0 2 N, which implies that xnx 1 = n0 2 N.
Thus, xNx 1 ✓ N, and we have N E G .
41