-
Notifications
You must be signed in to change notification settings - Fork 2
/
moderngrouptheory.tex
190 lines (137 loc) · 4.75 KB
/
moderngrouptheory.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
\documentclass[10pt]{book}
\newif\ifispdf
\ifx\pdfoutput\undefined
\ispdffalse % we are not running PDFLaTeX
\else
\pdfoutput=1 % we are running PDFLaTeX
\ispdftrue
\fi
\ifispdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{theorem}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{epsfig}
\usepackage{ifthen}
\usepackage{makeidx}
\usepackage{hyperref}
\newcommand{\version}{0.1}
%theorems and similar
\theoremstyle{break}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{corollary}[theorem]{Corollary}
\theorembodyfont{\slshape}
\newtheorem{definition}{Definition}[section]
\theorembodyfont{\rmfamily}
%\newtheorem{example}{Example}[section]
\newcounter{example}[section]
\renewcommand{\theexample}{\thesection.\arabic{example}}
\newenvironment{example}[1][]%
{\par\vspace{\theorempreskipamount}\refstepcounter{example}\noindent\textbf{Example
\theexample\ifthenelse{\equal{#1}{}}{}{
(#1)}}\\\hspace*{\parindent}}%
{\hfill$\Diamond$\par\vspace{\theorempostskipamount}}
\newcounter{question}[section]
\renewcommand{\thequestion}{\thesection.\arabic{example}}
\newenvironment{question}[1][]%
{\par\vspace{\theorempreskipamount}\refstepcounter{question}\noindent\textbf{Question
\theexample\ifthenelse{\equal{#1}{}}{}{
(#1)}}\\\hspace*{\parindent}}%
{\hfill$\Diamond$\par\vspace{\theorempostskipamount}}
\newenvironment{proof}[1][]%
{\par\noindent\textit{Proof\ifthenelse{\equal{#1}{}}{}{
(#1)}:}\\\hspace*{\parindent}}%
{\hfill\rule{2ex}{2ex}\par\vspace{\theorempostskipamount}}
\newcounter{exercise}[section]
\renewcommand{\theexercise}{\thesection.\arabic{exercise}}
\newenvironment{exercises}%
{\begin{list}{\theexercise.}{\usecounter{exercise}}}%
{\end{list}}
\newcounter{theoremenum}
\renewcommand{\thetheoremenum}{\roman{theoremenum}}
\newenvironment{theoremenum}%
{\begin{list}{(\thetheoremenum)}{\usecounter{theoremenum}}}%
{\end{list}}
\newcommand{\defn}[2]{\textsl{\textbf{#1\index{#2|emph}}}}
\newcommand{\sidebar}[2]{\mbox{}\marginpar{\footnotesize\raggedright\hspace{0pt}\textbf{#1:}
\textsl{#2}}}
\newcommand{\opsidebar}[2]{\reversemarginpar\sidebar{#1}{#2}\normalmarginpar}
\newcommand{\naturals}{\ensuremath{\mathbb{N}}}
\newcommand{\integers}{\ensuremath{\mathbb{Z}}}
\newcommand{\rationals}{\ensuremath{\mathbb{Q}}}
\newcommand{\reals}{\ensuremath{\mathbb{R}}}
\newcommand{\complex}{\ensuremath{\mathbb{C}}}
\newcommand{\torus}{\ensuremath{\mathbb{T}}}
\newcommand{\field}{\ensuremath{\mathbb{F}}}
\newcommand{\ring}{\ensuremath{\mathbb{K}}}
\newcommand{\powerset}{\mathcal{P}}
\newcommand{\divides}{\mid}
\newcommand{\intersect}{\cap}
\newcommand{\bigintersect}{\bigcap}
\newcommand{\union}{\cup}
\newcommand{\bigunion}{\bigcup}
\newcommand{\symdiff}{\bigtriangleup}
\newcommand{\cross}{\times}
\newcommand{\isom}{\cong}
\newcommand{\id}{\text{id}}
\newcommand{\tr}{\text{tr}}
\newcommand{\diag}{\text{diag}}
\newcommand{\diam}{\text{diam}}
\newcommand{\seq}[1]{(#1_{n})_{n=1}^{\infty}}
\newcommand{\net}[3]{(#1_{#2})_{#2 \in #3}}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\Sym}{\operatorname{Sym}}
\newcommand{\Aut}{\operatorname{Aut}}
\newcommand{\Sub}{\operatorname{Sub}}
\newcommand{\Inn}{\operatorname{Inn}}
\newcommand{\sign}{\operatorname{sign}}
\newcommand{\dom}{\operatorname{dom}}
\newcommand{\cod}{\operatorname{cod}}
\newcommand{\parity}{\operatorname{parity}}
\renewcommand{\emptyset}{\mbox{\O}}
\makeatletter
\newcommand{\ps@draft}{%
\renewcommand{\@evenhead}{\textrm{\thepage}\hfil\textsl{\leftmark}}%
\renewcommand{\@oddhead}{\textsl{\rightmark}\hfil\textrm{\thepage}}%
\renewcommand{\@evenfoot}{\small \today\hfil Version\ \version}%
\renewcommand{\@oddfoot}{\@evenfoot}}
\makeatother
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection. #1}}
\makeindex
\title{Group Theory}
\author{Corran Webster}
\begin{document}
\maketitle
\pagenumbering{roman}
These are a set of notes that I wrote for a course in group theory I taught at
the University of Nevada, Las Vegas in the mid-2000s. They are a little
incomplete, particularly towards the end of the course, and perhaps most
importantly I did not compile a bibliography as I went, so references are
lacking.
Hopefully someone may find these notes of use.
\bigskip
\noindent \copyright\ Corran Webster, 2004-2011
\medskip
\noindent This work is licensed under a
\href{http://creativecommons.org/licenses/by-nc-sa/3.0/}{Creative Commons
Attribution-NonCommercial-ShareAlike 3.0 Unported License}.
\tableofcontents
\newpage
\pagenumbering{arabic}
\pagestyle{draft}
\include{intro}
\include{groups}
\include{structure}
\include{construction}
\printindex
\end{document}
\end