1
$\begingroup$

I am reading the book about abstract algebra, which author of Joseph Gallian. In the book, at page 35, about the Group. Having a example, but I dont understand it.

The set S of positive irrational numbers together with 1 under multiplication satisfies the three properties given in the definition of a group but is not a group. Indeed, $\sqrt{2}.\sqrt{2} = 2$, so S is not closed under multiplication

Why is S not closed under multiplication and S not group ???

Thanks !

  • 0
    Eh, I thought it was a little too short to be an answer. I figured a worthy answer to this would be a bit more substantive. On the other hand, maybe I shouldn't answer at all if I don't think my answer is good enough to warrant being an answer.2011-10-28

2 Answers 2

5

In order for a set $S$ and operation $\bullet$ to form a group, one of the rules they need to satisfy is closure. This means that if you take any two elements of $S$ (say $s_1$ and $s_2$) and combine them according to the operation $\bullet$, the result ($s_1 \bullet s_2$) must also be in $S$. You can see this would be the case if $S$ and $\bullet$ were the real numbers $\mathbb{R}$ and multiplication: whenever you multiply two real numbers, the answer you get is also a real number (though this fails to be group because 0 does not have an inverse).

However, if we instead let $S$ be the set of irrationals (and 1) and $\bullet$ be multiplication, we see that closure doesn't hold. $\sqrt{2} $ and $\sqrt{2}$ are two (albeit the same) elements of $S$, but their product $ \sqrt{2} \bullet \sqrt{2} = \sqrt{2} \sqrt{2} = 2 $ is not in $S$. This isn't the only counterexample: we could have taken, for example, $ \frac{1}{\sqrt{3}} $ and $ \frac{\sqrt{3}}{2} $. Both of these are in $S$, but their product is $ \frac{1}{2} $, which isn't in $S$.

5

In the group $G$ with a binary operation $\cdot:G\times G\to G$ it is given by definition that $g\cdot h \in G$ for any $g,h\in G$. Since $\sqrt{2}\in S$ it should hold that if $(S,\cdot)$ is a group then $\sqrt{2}\cdot \sqrt{2}\in S$ but clearly $\sqrt{2}\cdot\sqrt{2}\in \mathbb Q$.

Here $\mathbb Q$ stands for rationals and $S$ for irrationals.

Some few words about the related things. The group $G$ is the set with a special structure: for any two elements $g,h$ of this set there exists a third element $g\cdot h$ which is also an element of $G$. There is also the unitary operation of taking inverses, i.e. for any $g\in G$ there exists $g^{-1}$ which also has to belong to $G$. Then you say that $G$ is closed under the group operation $\cdot$ and taking inverses.

When you define the group from the beginning this is quite clear, because you define such operation exactly with the set $G$ as a co-domain, i.e. $\cdot:G\times G\to G$ and $^{-1}:G\to G$. On the other hand, there may be a subset of $G$, say $H$ which is also closed under the group operation and taking inverses, so $h_1\cdot h_2\in H$ and $h^{-1}\in H$ for any $h,h_1,h_2\in H$. Such a subset of $G$ is called then a subgroup, so subgroup of $G$ is any subset of $G$ (together with the group operation and inverse defined as for $G$) which is closed under the group operation and taking inverses.

For example:

  1. You define multiplication for all real numbers. Does it mean that $(\mathbb R,\cdot)$ is a group? On the one hand, multiplication of any two reals is real, but you cannot take inverse of $0$. So $(\mathbb R,\cdot)$ is not a group.

  2. Now you may wonder if $(\mathbb R\setminus \{0\},\cdot)$ is a group. It is, because for any two non-zero reals their multiplication and inverse are defined and non-zero, so $\mathbb R\setminus \{0\}$ is closed under multiplication and taking inverses. You conclude that $(\mathbb R\setminus \{0\},\cdot)$ is a group (I omit here discussions about such properties as associativity).

  3. What about the subgroups of $(\mathbb R\setminus \{0\},\cdot)$? First candidate is the set of negative reals $(\mathbb R_{<0},\cdot)$. Clearly, it is closed under taking inverses - but not under multiplication since $(-1)\cdot (-1) = 1\notin \mathbb R_{<0}$. Second candidate is the set of positive reals $(\mathbb R_{>0},\cdot)$ which is closed as under multiplication as under taking inverses.

  4. Now, $(\mathbb R_{>0},\cdot)$ is a subgroup of $(\mathbb R\setminus \{0\},\cdot)$. Your question asks if $(S,\cdot)$ is also a subgroup - which we were able to disprove.

  5. Finally, one example of the set which is closed under multiplication but not taking inverses is the set of natural numbers $\mathbb N$.