M HYPE SPLASH
// updates

With two subgroups of a group $G$, does one being a subset of the other imply being a subgroup of it?

By John Peck
$\begingroup$

Let $(G,\ast,e)$ be a group, and $(H,\ast,e)$ and $(K,\ast,e)$ be subgroups of $G$. If $K\subseteq H$, is $K \leq H$ ?

With the subgroup test, it seems trivial, but I just want to make sure I'm not making some stupid mistake, as I'm using this for another proof that's causing me to question everything.

$\endgroup$ 2

2 Answers

$\begingroup$

Yes, that is true. It follows immediately from one step subgroup test, that is

For K subset of H,

K is a subgroup of H if and only if:

  1. K is not empty;
  2. For every two elements $a,b\in K$ also $a^{-1}b\in K$

Can you check that these two conditions hold?

$\endgroup$ 2 $\begingroup$

Assuming a fixed operation $*$ which is the same for all groups in the context, the statement $K$ is a subgroup of $H$ just means that (i) $K$ is a subset of $H$ AND (ii) $K$ is a group.

This applies in this case since $G, H, K$ are all using the same operation. Since $K$ is a subgroup of $G$, it's a group, and since it's a subset of $H$, by the above fact, it's a subgroup of $H$.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy