CSE5313 Coding and information theory for data science (Lecture 5)
Recap
Group
- Closure: .
- Associativity: .
- Identity: .
- Inverses: .
May not be commutative (group of invertible matrices).
Order of element in group
is of order if and is the smallest positive integer such that .
If , then .
Generator of group
is a generator of if . (for finite groups)
For infinite groups, .
Example
has generator .
has generator . (Recall . for multiplicative inverse.)
New content
Subgroups
A subgroup of is a nonempty subset of that is itself a group under the operation of .
Denoted as .
Example
has subgroups .
Only need to check three:
- non-empty
- closure
- finite
Theorem for finite subgroups
If is finite, non-empty, and closed under the operation of , then is a subgroup of .
Equivalence relations
An equivalence relation on a set is a relation that is
- reflexive:
- symmetric:
- transitive:
Example
Let be points on land, and if and are connected by land.
Equivalence classes
An equivalence relation on partitions into equivalence classes.
Equivalence classes are:
- Disjoint
- Cover
Cosets
Let be a group and its subgroup.
The coset of in is the equivalence class under congruence modulo .
Alternatively, (more convenient)
Example
Let and .
Define the equivalence relation on as:
if (congruence modulo )
To find the equivalence classes of this relation for and , we have:
Lagrange’s theorem
For every finite group , the order of every subgroup of divides the order of .
Corollary of Lagrange’s theorem
If is prime, then is cyclic.
Proof
Let .
is a cyclic subgroup of . of order at least two.
Then .
So .
So .
So is cyclic.
Additive group of a field
Any finite field has two types groups:
- Additive group:
- Multiplicative group:
The “integer” of is:
The “characteristic” of is:
- The order of in additive group
- Number of times that is added to itself to get
- Denoted by .
Example
.
.
.
Theorem field characteristic is prime
If , then is prime.
Proof
Suppose , then .
So or must be .
So is prime.
Theorem of linear power over additive group with prime characteristic
Let be a field with characteristic , then operation is linear.
That is, .
Proof
Informally, divides the numerator but not the denominator. So the whole fraction is an integer.
Since is an integer of except for and , we have for .
So .
Multiplicative group of a field
Every element in a multiplicative group of a field is cyclic.
Corollary:
- Every finite field has a generator, called a primitive element.
- This is an element such that .
- Every element of is a power of .
Example
Build .
The elements are:
| Power of | Element | As vector in |
|---|---|---|
| 0 | 0 | (0,0,0,0) |
| 1 | 1 | (1,0,0,0) |
| 2 | (0,1,0,0) | |
| 3 | (0,0,1,0) | |
| 4 | (0,0,0,1) | |
| 5 | (1,1,0,0) | |
| 6 | (0,1,1,0) | |
| 7 | (0,0,1,1) | |
| 8 | (1,1,1,0) |
The primitive element is .
Vector spaces and subspaces over finite fields
is a vector space over .
With point-wise vector addition and scalar multiplication.
Example
is a vector space over .
Let
Then is a vector in that’s “orthogonal” to itself.
in .
In general field, the dual space and space may intersect non-trivially.
Let be a subspace of .
is a subgroup of under vector addition.
- Apply the theorem: If is finite, non-empty, and closed under the operation of , then is a subgroup of .
Is every subgroup of a subspace?
Cosets in this definition are called Affine subspaces.