DEMJ said:
I understand that those are all elements of G (except maybe the 4th one). But how do I even begin to show G is a group under addition? I thought the first thing to show is associativity in G, but maybe I have no clue what I am talking about because I am really confused right now =[.
You must first show that + is a binary operation, i.e, to show that:
[tex]x_1, x_2 \in G \Rightarrow x_1 + x_2 \in G[/tex]
(or in other word, G is closed under addition)
----------------------------------
I'll do this as a simple example for you:
Note that [tex]G = \{ a + b\sqrt{2} | a, b \in \mathbb{Q} \}[/tex]. That means:
- If there's some element x that can be expressed as [tex]x = a + b\sqrt{2}[/tex], where a, b are rational numbers, then [tex]x \in G[/tex]. (Note 1)
- For every element [tex]x \in G[/tex], there exists 2 rational numbers, namely, a and b, such that: [tex]x = a + b\sqrt{2}[/tex]. (Note 2)
So:
[tex]\forall x_1, x_2 \in G, \exists a_1, b_1, a_2, b_2 \in \mathbb{Q} : \left\{ \begin{array}{l} x_1 = a_1 + b_1 \sqrt{2} \\ x_2 = a_2 + b_2 \sqrt{2} \end{array} \right[/tex] (from
Note 2)
[tex]\Rightarrow x_1 + x_2 = (a_1 + b_1 \sqrt{2}) + (a_2 + b_2 \sqrt{2}) = (a_1 + a_2) + (b_1 + b_2) \sqrt{2}[/tex]
Since [tex]a_1, b_1, a_2, b_2 \in \mathbb{Q}[/tex], we also have: [tex]a_1 + a_2, b_1 + b_2 \in \mathbb{Q}[/tex]
And from
Note 1, we have: [tex]x_1 + x_2 \in G[/tex].
So, G is closed under addition.
(You can skip the 'from
(Note 1)' and 'from
(Note 2)' parts, I just put it there to help you see things more clearly).
----------------------
And, to prove associativity property, you'll need 3 elements.
Other requirements can be proven in somewhat the same way. Let's see if you can handle it on your own. :)