Lecture 9 Introduction Group Theory
Lecture 9 Introduction Group Theory
Goutam sanyal
1
Mathematical Structures
2
Mathematical Structures
• Binary operation
An operation that combines two objects
• Unary operation
An operation that requires only one object
3
Mathematical Structures
• Closure
A structure is closed with respect to an operation if that
operation always produces another/same member of the
collection of objects.
4
. Mathematical Structures
• Commutative property
If the order of the objects does not affect the outcome of a binary
operation, we say that the operation is commutative , namely
if x □ y = y □ x, where □ is some binary operation with
commutative property.
Example 6
(a) Join and meet for Boolean matrices are commutative operations
A V B =B V A and A ^ B = B ^ A
5
Mathematical Structures
• Associative property
if □ is a binary operation, then □ is associative or has
associative property if
(x □ y) □ z = x □ (y □ z)
Example 7
Set union is an associative operation, since
(A U B) U C = A U (B U C) is always true
6
Mathematical Structures
• Distributive property
If a mathematical structure has tow binary operations, say □ and
∇, a distributive property has the following pattern:
x □ (y ∇ z) = (x □ y) ∇ ( x □ z )
we say that □ distributes over ∇
Example 8 (b)
the structure (sets, U, ∩, -) has two distributive properties:
A U (B ∩ C) =(A U B) ∩ (A U C)
A ∩ (B U C) =(A ∩ B) U (A ∩ C)
7
Mathematical Structures
• Identity
If a structure with a binary operation □ contain an element e,
satisfying that
x□e=e□x=x
for all x in the collection
we call e an identify for the operation □
Example 10:
For (n-by-n matrices, +,*, T), In is the identity for matrix
multiplication and the n-by-n zero matrix is the identity matrix
addition.
8
Mathematical Structures
• Inverse
If a binary operation □ has an identity e, we say y is a □-
inverse of x if x □y=y □x=e
Example 11:
(a) In the structure (3-by-3 matrices, +, *, T), each matrix A=[aij]
has +-inverse(additive inverse), -A=[-aij]. (why ?)
9
Group