Showing that the Klein-four group is associative without checking 64 options

538 Views Asked by At

Showing that the Klein-four group is associative without checking 64 options

I don't know how to go about this. I could use the fact it's abelian to eliminate a few duplicates, but many options remain. Is there an easier way of proving that the Klein-four is associative?

3

There are 3 best solutions below

4
On BEST ANSWER

Using the $K_4$ properties:
: elements are self-inverse
: operation is commutative

Consider $x,y,z \in K_4$, not necessarily distinct. We ask if $x\cdot (y \cdot z) = (x\cdot y) \cdot z$.

If any of $x,y,z$ is the identity, the equality is immediately true.

If $x,y,z$ are distinct, the result is the identity (since inverse is unique):
$x\cdot (y \cdot z) = x\cdot x = e$
$(x\cdot y) \cdot z = z\cdot z = e$

For $x=z$, commutativity gives:
$(x\cdot y)\cdot x =(y\cdot x)\cdot x =x\cdot (y\cdot x )$

If $y=x\neq z$,
$(x\cdot y) \cdot z = e\cdot z = z$ and
$x\cdot (y \cdot z) = y\cdot w = z$ where $w$ is the other element, $w\neq (x=y),z$
and similarly if $y=z\neq x$.

0
On

It's a Monday afternoon, so let's have some fun:

Let's start with the assumption that there is a set $S = \{e, a, b, c\}$ with binary operation $*$ having Cayley table: $$\begin{array} {|r|r|}\hline \cdot & e & a & b & c \\ \hline e & e & a & b & c \\ \hline a & a & e & c & b \\ \hline b & b & c & e & a \\ \hline c & c & b & a & e \\ \hline \end{array}$$

We're going to use Light's associativity test. Because $S$ is generated by $a$ and $b$ (i.e. $e = a * a$ and $c = a * b$), it suffices to show that for all $x, y \in S$ we have both $x * (a * y) = (x * a) * y$, and $x * (b * y) = (x * b) * y$.

Let's check the first of these claims: start by defining binary operations $x \star y = x * (a * y)$ and $x \circ y = (x * a) * y$. We'll be down when we show that the Cayley tables for $\star$ and $\circ$ agree. There are a few optimizations we can take based on the circumstances:

  • As the Cayley table is symmetric about the diagonal, we know that $(S, *)$ is abelian. It follows that $x \star y = y \circ x$ (write it out!). Therefore $x \star x = x \circ x$. Moreover, if $x \star y = x \circ y$ then also $y \star x = y \circ x$ (again, convince yourself!).

  • We don't need to include the identity element in our table, because if either $x = e$ or $y = e$, then $x \star y = x \circ y$.

So now the question is how much of the two Cayley tables do we have to check? Using the above remarks, you get down to something like the below, where "No" means "No, you don't need to check it": $$\begin{array} {|r|r|}\hline \star & e & a & b & c \\ \hline e & No & No & No & No \\ \hline a & No & No & ? & ? \\ \hline b & No & No & No & ? \\ \hline c & No & No & No & No \\ \hline \end{array}$$

When the smoke clears, you see that it suffices to check: $$a \star b = a \circ b,\ a \star c = a \circ c,\ \text{and } b \star c = b \circ c.$$

To check each equation, you need to do 4 multiplications (i.e. Cayley table look-ups). For instance, \begin{align*} a \star b &= a * (a * b) = a * c = b,\\ a \circ b &= (a * a) * b = e * b = b. \end{align*} To conclude: to check whether the Klein four-group is associative, for each of its 2 generators, it suffices to check 3 "associativity equations" in $(S, *)$.

I'm curious whether there are further simplifications one can make by using algebraic properties specific to the Klein four-group table, but this is all the mileage I can get out of Light's test alone.

0
On

Thank you all for your help! I will post here my final answer:

First, we'll write down the Cayley Table: $\begin{array} {|r|r|}\hline * & e & a & b & c \\ \hline e & e & a & b & c \\ \hline a & a & e & c & b \\ \hline b & b & c & e & a \\ \hline c & c & b & a & e \\ \hline \end{array}$

From the symmetry along the main diagonal of the table, it's immediate that the operation is Abelian. We'll check whether $x,y,z\in P$ satisfy $(x*y)*z=x*(y*z)$.

If any of the elements are $e$, the equality is immediately true.

If $x=z$ the equality is immediately true (due to the operation being Abelian).

If $y=x\neq z$, the left side of the equation is $(x*y)*z=e*z=z$. For the right side, we'll define $w=y*z$. So $x*(y*z)=y*w$. By definition, $w$ is the third distinct element so that $w\neq e$. (If $x=y=a$ and $z=c$ then $w=b$). Hence $y*w=z$.

Similarly, it can be proven for $y=z\neq x$.

for $x\neq y\neq z$, $(x*y)*z=z*z=e$ and $x*(y*z)=x*x=e$.

So the equality is true for any $x,y,z$, the operation is associative.