Help verify my understanding of groups?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I just learned the definition of groups today an would like help in verifying my understanding. Please point out any mistakes or misconceptions in my examples.
Definition: A group is a pair $G = (G,*)$ consisting of a set of elements $G$, and a binary operation $*$ on G such that:
⢠$G$ has an identity element
⢠The operation is associative
⢠Each element $g in G$ has an inverse
An example:
The pair $(Bbb Z, +)$ is a group.
Explanation:
$Bbb Z$ $= ...-2, -1, 0, 1, 2 ...$ is the set $(G)$ and $+$ is the associative operation. The element $0 in Bbb Z$ is an identity because $$a+0=0+a=a$$ for any element $a in Bbb Z$. Every element $a in Bbb Z$ also has an additive inverse such that $$a + (-a)=(-a) + a = 0$$
Non-example:
$(Bbb N, -)$ is not a group.
Explanation:
$Bbb N$ $ = 0, 1, 2,...$ is the set $(G)$ and $-$ is the associative operation.
There is no identity element for this set because $$a-0=0$$ but $$0-aneq a$$
There is also no inverse element because $$a - (-a) neq 0$$
EDIT
A major mistake was made...
$(Bbb N, -)$ is not a group because subtraction is not associative and it isn't a binary operation of the natural numbers.
abstract-algebra group-theory
add a comment |Â
up vote
1
down vote
favorite
I just learned the definition of groups today an would like help in verifying my understanding. Please point out any mistakes or misconceptions in my examples.
Definition: A group is a pair $G = (G,*)$ consisting of a set of elements $G$, and a binary operation $*$ on G such that:
⢠$G$ has an identity element
⢠The operation is associative
⢠Each element $g in G$ has an inverse
An example:
The pair $(Bbb Z, +)$ is a group.
Explanation:
$Bbb Z$ $= ...-2, -1, 0, 1, 2 ...$ is the set $(G)$ and $+$ is the associative operation. The element $0 in Bbb Z$ is an identity because $$a+0=0+a=a$$ for any element $a in Bbb Z$. Every element $a in Bbb Z$ also has an additive inverse such that $$a + (-a)=(-a) + a = 0$$
Non-example:
$(Bbb N, -)$ is not a group.
Explanation:
$Bbb N$ $ = 0, 1, 2,...$ is the set $(G)$ and $-$ is the associative operation.
There is no identity element for this set because $$a-0=0$$ but $$0-aneq a$$
There is also no inverse element because $$a - (-a) neq 0$$
EDIT
A major mistake was made...
$(Bbb N, -)$ is not a group because subtraction is not associative and it isn't a binary operation of the natural numbers.
abstract-algebra group-theory
2
Subtraction is not an associative operation. Note that $(9 - 2) - 3 neq 9 - (2 - 3)$. Also, subtraction is not a binary operation on the natural numbers since $1 - 2 notin mathbbN$.
â N. F. Taussig
Aug 12 at 6:39
I see, that's a little embarrassing...that's what I get for doing math at 2:40 in the morning.
â CaptainAmerica16
Aug 12 at 6:40
2
In group theory, you should see $a-b$ as $a+c$ where $c=-b$.
â nicomezi
Aug 12 at 6:43
1
Thanks for the feedback.
â CaptainAmerica16
Aug 12 at 7:05
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I just learned the definition of groups today an would like help in verifying my understanding. Please point out any mistakes or misconceptions in my examples.
Definition: A group is a pair $G = (G,*)$ consisting of a set of elements $G$, and a binary operation $*$ on G such that:
⢠$G$ has an identity element
⢠The operation is associative
⢠Each element $g in G$ has an inverse
An example:
The pair $(Bbb Z, +)$ is a group.
Explanation:
$Bbb Z$ $= ...-2, -1, 0, 1, 2 ...$ is the set $(G)$ and $+$ is the associative operation. The element $0 in Bbb Z$ is an identity because $$a+0=0+a=a$$ for any element $a in Bbb Z$. Every element $a in Bbb Z$ also has an additive inverse such that $$a + (-a)=(-a) + a = 0$$
Non-example:
$(Bbb N, -)$ is not a group.
Explanation:
$Bbb N$ $ = 0, 1, 2,...$ is the set $(G)$ and $-$ is the associative operation.
There is no identity element for this set because $$a-0=0$$ but $$0-aneq a$$
There is also no inverse element because $$a - (-a) neq 0$$
EDIT
A major mistake was made...
$(Bbb N, -)$ is not a group because subtraction is not associative and it isn't a binary operation of the natural numbers.
abstract-algebra group-theory
I just learned the definition of groups today an would like help in verifying my understanding. Please point out any mistakes or misconceptions in my examples.
Definition: A group is a pair $G = (G,*)$ consisting of a set of elements $G$, and a binary operation $*$ on G such that:
⢠$G$ has an identity element
⢠The operation is associative
⢠Each element $g in G$ has an inverse
An example:
The pair $(Bbb Z, +)$ is a group.
Explanation:
$Bbb Z$ $= ...-2, -1, 0, 1, 2 ...$ is the set $(G)$ and $+$ is the associative operation. The element $0 in Bbb Z$ is an identity because $$a+0=0+a=a$$ for any element $a in Bbb Z$. Every element $a in Bbb Z$ also has an additive inverse such that $$a + (-a)=(-a) + a = 0$$
Non-example:
$(Bbb N, -)$ is not a group.
Explanation:
$Bbb N$ $ = 0, 1, 2,...$ is the set $(G)$ and $-$ is the associative operation.
There is no identity element for this set because $$a-0=0$$ but $$0-aneq a$$
There is also no inverse element because $$a - (-a) neq 0$$
EDIT
A major mistake was made...
$(Bbb N, -)$ is not a group because subtraction is not associative and it isn't a binary operation of the natural numbers.
abstract-algebra group-theory
edited Aug 12 at 6:47
asked Aug 12 at 6:35
CaptainAmerica16
171110
171110
2
Subtraction is not an associative operation. Note that $(9 - 2) - 3 neq 9 - (2 - 3)$. Also, subtraction is not a binary operation on the natural numbers since $1 - 2 notin mathbbN$.
â N. F. Taussig
Aug 12 at 6:39
I see, that's a little embarrassing...that's what I get for doing math at 2:40 in the morning.
â CaptainAmerica16
Aug 12 at 6:40
2
In group theory, you should see $a-b$ as $a+c$ where $c=-b$.
â nicomezi
Aug 12 at 6:43
1
Thanks for the feedback.
â CaptainAmerica16
Aug 12 at 7:05
add a comment |Â
2
Subtraction is not an associative operation. Note that $(9 - 2) - 3 neq 9 - (2 - 3)$. Also, subtraction is not a binary operation on the natural numbers since $1 - 2 notin mathbbN$.
â N. F. Taussig
Aug 12 at 6:39
I see, that's a little embarrassing...that's what I get for doing math at 2:40 in the morning.
â CaptainAmerica16
Aug 12 at 6:40
2
In group theory, you should see $a-b$ as $a+c$ where $c=-b$.
â nicomezi
Aug 12 at 6:43
1
Thanks for the feedback.
â CaptainAmerica16
Aug 12 at 7:05
2
2
Subtraction is not an associative operation. Note that $(9 - 2) - 3 neq 9 - (2 - 3)$. Also, subtraction is not a binary operation on the natural numbers since $1 - 2 notin mathbbN$.
â N. F. Taussig
Aug 12 at 6:39
Subtraction is not an associative operation. Note that $(9 - 2) - 3 neq 9 - (2 - 3)$. Also, subtraction is not a binary operation on the natural numbers since $1 - 2 notin mathbbN$.
â N. F. Taussig
Aug 12 at 6:39
I see, that's a little embarrassing...that's what I get for doing math at 2:40 in the morning.
â CaptainAmerica16
Aug 12 at 6:40
I see, that's a little embarrassing...that's what I get for doing math at 2:40 in the morning.
â CaptainAmerica16
Aug 12 at 6:40
2
2
In group theory, you should see $a-b$ as $a+c$ where $c=-b$.
â nicomezi
Aug 12 at 6:43
In group theory, you should see $a-b$ as $a+c$ where $c=-b$.
â nicomezi
Aug 12 at 6:43
1
1
Thanks for the feedback.
â CaptainAmerica16
Aug 12 at 7:05
Thanks for the feedback.
â CaptainAmerica16
Aug 12 at 7:05
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2880041%2fhelp-verify-my-understanding-of-groups%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
Subtraction is not an associative operation. Note that $(9 - 2) - 3 neq 9 - (2 - 3)$. Also, subtraction is not a binary operation on the natural numbers since $1 - 2 notin mathbbN$.
â N. F. Taussig
Aug 12 at 6:39
I see, that's a little embarrassing...that's what I get for doing math at 2:40 in the morning.
â CaptainAmerica16
Aug 12 at 6:40
2
In group theory, you should see $a-b$ as $a+c$ where $c=-b$.
â nicomezi
Aug 12 at 6:43
1
Thanks for the feedback.
â CaptainAmerica16
Aug 12 at 7:05