Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

πŸ“š The CoCalc Library - books, templates and other resources

133965 views
License: OTHER
Kernel:
%%html <link href="http://mathbook.pugetsound.edu/beta/mathbook-content.css" rel="stylesheet" type="text/css" /> <link href="https://aimath.org/mathbook/mathbook-add-on.css" rel="stylesheet" type="text/css" /> <style>.subtitle {font-size:medium; display:block}</style> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" /><!-- Hide this cell. --> <script> var cell = $(".container .cell").eq(0), ia = cell.find(".input_area") if (cell.find(".toggle-button").length == 0) { ia.after( $('<button class="toggle-button">Toggle hidden code</button>').click( function (){ ia.toggle() } ) ) ia.hide() } </script>

Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.

ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand

Section11.4Additional Exercises: Automorphisms

ΒΆ
1

Let $\aut(G)$ be the set of all automorphisms of $G\text{;}$ that is, isomorphisms from $G$ to itself. Prove this set forms a group and is a subgroup of the group of permutations of $G\text{;}$ that is, $\aut(G) \leq S_G\text{.}$

2

An of $G\text{,}$

\begin{equation*} i_g : G \rightarrow G, \end{equation*}

is defined by the map

\begin{equation*} i_g(x) = g x g^{-1}, \end{equation*}

for $g \in G\text{.}$ Show that $i_g \in \aut(G)\text{.}$

3

The set of all inner automorphisms is denoted by $\inn(G)\text{.}$ Show that $\inn(G)$ is a subgroup of $\aut(G)\text{.}$

4

Find an automorphism of a group $G$ that is not an inner automorphism.

5

Let $G$ be a group and $i_g$ be an inner automorphism of $G\text{,}$ and define a map

\begin{equation*} G \rightarrow \aut(G) \end{equation*}

by

\begin{equation*} g \mapsto i_g. \end{equation*}

Prove that this map is a homomorphism with image $\inn(G)$ and kernel $Z(G)\text{.}$ Use this result to conclude that

\begin{equation*} G/Z(G) \cong \inn(G). \end{equation*}
6

Compute $\aut(S_3)$ and $\inn(S_3)\text{.}$ Do the same thing for $D_4\text{.}$

7

Find all of the homomorphisms $\phi : {\mathbb Z} \rightarrow {\mathbb Z}\text{.}$ What is $\aut({\mathbb Z})\text{?}$

8

Find all of the automorphisms of ${\mathbb Z}_8\text{.}$ Prove that $\aut({\mathbb Z}_8) \cong U(8)\text{.}$

9

For $k \in {\mathbb Z}_n\text{,}$ define a map $\phi_k : {\mathbb Z}_n \rightarrow {\mathbb Z}_n$ by $a \mapsto ka\text{.}$ Prove that $\phi_k$ is a homomorphism.

10

Prove that $\phi_k$ is an isomorphism if and only if $k$ is a generator of ${\mathbb Z}_n\text{.}$

11

Show that every automorphism of ${\mathbb Z}_n$ is of the form $\phi_k\text{,}$ where $k$ is a generator of ${\mathbb Z}_n\text{.}$

12

Prove that $\psi : U(n) \rightarrow \aut({\mathbb Z}_n)$ is an isomorphism, where $\psi : k \mapsto \phi_k\text{.}$