User Tools

Site Tools


Sidebar

* [[Start|Home]] * [[Possible Outlines]] * [[playground:Playground]] * [[Needs Review]] * [[sidebar|Edit The Sidebar]]

definition:group

This is an old revision of the document!


Group

Definition

Let $G$ be a Set together with a function $m:G\times G \rightarrow G$, a function $i:G \rightarrow G$, and a distinguished element $e\in G$. The structure $\mathbb{G} = (G,m,i,e)$ is called a $\textdef{group}$ if the following hold for all $x,y,z \in G$; we write $xy$ in place of $m(x,y)$ and $x^{-1}$ in place of $i(x)$.

  1. $(xy)z = x(yz)$
  2. $xx^{-1} = x^{-1}x = e$
  3. $xe = ex = x$

We usually simply write $G$ when referring to the entire structure $\mathbb{G}$.


Remarks

  • We usually think of $m$ as defining a multiplication on $G$, though often this is better interpreted as addition.
  • We usually think of $i$ as defining inversion on $G$, though often this is better interpreted as negation.
  • When thinking of $m$ as multiplication we often use the symbol $1$ instead of $e$. Similarly, When thinking of $m$ as addition we may use the symbol $0$ instead of $e$.

$\LaTeX$ version

%%%%%
% DEPENDENCIES 
% RequiredMacros: \newcommand{\textdef}[1]{\textit{#1}} 
%%%%%
\begin{definition}
Let $G$ be a set together with a function $m:G\times G \rightarrow G$, a function $i:G \rightarrow G$, and a distinguished element $e\in G$. The structure $\mathbb{G} = (G,m,i,e)$ is called a \textdef{group} if the following hold for all $x,y,z \in G$; we write $xy$ in place of $m(x,y)$ and $x^{-1}$ in place of $i(x)$.
\begin{enumerate}
\item $(xy)z = x(yz)$
\item $xx^{-1} = x^{-1}x = e$
\item $xe = ex = x$
\end{enumerate}
We usually simply write $G$ when referring to the entire structure $\mathbb{G}$.
\end{definition}

definition

definition/group.1376579475.txt.gz · Last modified: 2013/08/15 11:11 by joshuawiscons