【离散数学】 SEU - 25 - 2021/06/02 - Group Theory

Discrete Mathematical Structures (6th Edition)
2021/06/02 - Group Theory


Algebraic System

Homomorphism

Like a blurred mirror.

Isomorphism

f f f is a bijection

Like a clear mirror.

Group Theory

Introduction

Introduction of Group Theory
A semi group is an algebraic system < G , ∗ > <G,*> <G,> , ∗ * is a binary operation over G G G, that satisfies
associativity: ∀ a , b , c ∈ S , ( a ∗ b ) ∗ c = a ∗ ( b ∗ c ) ∀a, b, c∈S, (a*b)*c=a*(b*c) a,b,cS,(ab)c=a(bc).

A monoid is an algebraic system < G , ∗ > <G,*> <G,> , ∗ * is a binary operation over G G G, that satisfies
associativity: ∀ a , b , c ∈ S , ( a ∗ b ) ∗ c = a ∗ ( b ∗ c ) ∀a, b, c∈S, (a*b)*c=a*(b*c) a,b,cS,(ab)c=a(bc);
identity element: ∃ e ∈ S , s.t. for any  a ∈ S , a ∗ e = e ∗ a = a ∃e∈S\text{, s.t. for any }a∈S, a*e=e*a=a eS, s.t. for any aS,ae=ea=a.

A group is an algebraic system < G , ∗ > <G,*> <G,> , ∗ * is a binary operation over G G G, that satisfies
associativity: ∀ a , b , c ∈ S , ( a ∗ b ) ∗ c = a ∗ ( b ∗ c ) ∀a, b, c∈S, (a*b)*c=a*(b*c) a,b,cS,(ab)c=a(bc);
identity element: ∃ e ∈ S , s.t. for any  a ∈ S , a ∗ e = e ∗ a = a ∃e∈S\text{, s.t. for any }a∈S, a*e=e*a=a eS, s.t. for any aS,ae=ea=a;
inverse element: for  ∀ a ∈ S , ∃ b ∈ S , s.t.  a ∗ b = b ∗ a = e \text{for }∀a∈S, ∃b∈S\text{, s.t. }a*b=b*a=e for aS,bS, s.t. ab=ba=e.

Group Homomorphism

Related Notations

  • Finite group: the set is finite
  • Infinite group: the set is infinite
  • Trivial group: a group with one element
  • Abelian (Commutative) group: operation is commutative

Definition

The power of an element a in group G is defined as
a 0 = e a^0=e a0=e;
a 1 = a a^1=a a1=a;
a n = a n − 1 a , n > 0 a^n=a^{n-1}a, n>0 an=an1a,n>0;
a n = ( a − 1 ) m , n < 0 , m = − n a^n=(a^{-1})^m, n<0, m=-n an=(a1)m,n<0,m=n

The order of an element a a a in group G G G is defined as the smallest positive integer k k k, s.t. a k = e a^k=e ak=e, denoted as ∣ a ∣ |a| a.

If k k k does not exist, then the element’s order is infinite.

Example: In < Z 6 , + 6 > , ∣ 0 ∣ = 1 , ∣ 1 ∣ = 6 , ∣ 2 ∣ = 3 , ∣ 3 ∣ = 2 , ∣ 4 ∣ = 3 , ∣ 5 ∣ = 6 <Z_6, +_6>, |0|=1, |1|=6, |2|=3, |3|=2, |4|=3, |5|=6 <Z6,+6>,0=1,1=6,2=3,3=2,4=3,5=6.

Properties

  • ( a − 1 ) − 1 = 1 (a^{-1})^{-1}=1 (a1)1=1
  • ( a b ) − 1 = b − 1 a − 1 (ab)^{-1}=b^{-1}a^{-1} (ab)1=b1a1
  • a n a m = a n + m , ( a n ) m = a n m a^na^m=a^{n+m}, (a^n)^m=a^{nm} anam=an+m,(an)m=anm

G G G is a group, a , b ∈ G a,b∈G a,bG, and ( a b ) 2 = a 2 b 2 (ab)^2=a^2 b^2 (ab)2=a2b2. Prove a b = b a ab=ba ab=ba.

For group G G G, a ∈ G a∈G aG, and ∣ a ∣ = r |a|= r a=r, then for any k k k
(1) a k = e a^k=e ak=e iff r ∣ k r|k rk;
(2) ∣ a − 1 ∣ = ∣ a ∣ \left|a^{-1}\right|=|a| a1=a

Proof:
(1)
sufficiency:
since k = m r k=mr k=mr, for some m m m, we have a k = a m r = ( a r ) m = e a^k= a^{mr}= (ar)^m= e ak=amr=(ar)m=e.
necessity:
there exists m m m and i i i such that k = m r + i ( 0 ≤ i ≤ r − 1 ) k=mr+i (0≤i≤r-1) k=mr+i(0ir1), so e = a m r + i = a m r a i = a i e = a^{mr+i}= a^{mr} a^i= a^i e=amr+i=amrai=ai.
since the order of a a a is r r r and 0 ≤ i ≤ r − 1 0≤i≤r-1 0ir1.
so i = 0 i=0 i0 and we have k = m r k=mr k=mr.
(2)
Since ( a − 1 ) r = ( a r ) − 1 = e − 1 = e (a^{-1})^r = (a^r )^{-1} = e^{-1} = e (a1)r=(ar)1=e1=e, the order of a − 1 a^{-1} a1 exists.
Assume ∣ a − 1 ∣ = t | a^{-1} | = t a1=t, according to (1), r = m t r=mt r=mt for some m m m
since a a a is the inverse element of a − 1 a^{-1} a1 (just switch the location of a a a and a − 1 a^{-1} a1), we can have t = n r t=nr t=nr for some n n n. Thus r = t r=t r=t, i.e., ∣ a − 1 ∣ = ∣ a ∣ |a^{-1} | =|a| a1=a.

Review

Review
For group < G , ∗ > <G, *> <G,>, if H H H is a nonempty set of G G G, and < H , ∗ > <H, *> <H,> is also a group, then H H H is a subgroup of G G G, denoted as H ⩽ G H\leqslant G HG.


ALL RIGHTS RESERVED © 2021 Teddy van Jerry
This blog is licensed under the CC 4.0 Licence.


See also

Teddy van Jerry’s Personal Homepage
Teddy van Jerry’s CSDN Homepage
Teddy van Jerry’s GitHub Homepage

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值