What is an Abelian group and why is it useful in mathematics?

In summary: This is supposed to define a binary operation "\(+\)" on \(\mathbb{G}\) using the the function \(f(.,.)\), which is closed. Then require it to be commutative, and that there is a element \( \omega \) of \(\mathbb{G}\) that behaves like the identity under "\(+\)", and that each element has an inverse under "\(+\)".
  • #1
QuestForInsight
34
0
Let $\mathbb{G}$ be a set with a map $(\xi, ~ \eta) \mapsto f(\xi, ~\eta)$ from $\mathbb{G}\times\mathbb{G}$ into $\mathbb{G}$. For every pair $(\xi, ~ \eta)$ in $\mathbb{G}$ let $f(\xi, ~\eta) = f(\eta, ~ \xi)$. Suppose there are elements $\omega$ and $\xi'$ in $\mathbb{G}$ such that for every $\xi$ in $\mathbb{G}$ we have $f(\xi, ~ \omega) = f(\xi)$ and $f(\xi, ~ \xi') = f(\omega).$ This structure is called an Abelian group when $f(\xi, \eta) = \xi+\eta$.

Is the above definition correct/does it miss anything?
 
Physics news on Phys.org
  • #2
QuestForInsight said:
Let $\mathbb{G}$ be a set with a map $(\xi, ~ \eta) \mapsto f(\xi, ~\eta)$ from $\mathbb{G}\times\mathbb{G}$ into $\mathbb{G}$. For every pair $(\xi, ~ \eta)$ in $\mathbb{G}$ let $f(\xi, ~\eta) = f(\eta, ~ \xi)$. Suppose there are elements $\omega$ and $\xi'$ in $\mathbb{G}$ such that for every $\xi$ in $\mathbb{G}$ we have $f(\xi, ~ \omega) = f(\xi)$ and $f(\xi, ~ \xi') = f(\omega).$ This structure is called an Abelian group when $f(\xi, \eta) = \xi+\eta$.

Is the above definition correct/does it miss anything?

Presumably you mean: Let \( (G,+) \) be a group, or provide some other definition for "\(+\)" (like identifying the binary "\(+\)" operation with \(f( .,. )\)) which appears unannounced above.

Also you appear to have required the existence of a universal inverse (in that the existence of \( \xi' \) is prior to that of \( \xi \)).

This is supposed to define a binary operation "\(+\)" on \(\mathbb{G}\) using the the function \(f(.,.)\), which is closed. Then require it to be commutative, and that there is a element \( \omega \) of \(\mathbb{G}\) that behaves like the identity under "\(+\)", and that each element has an inverse under "\(+\)".

My prefernce would be for something like:

Let \( (G,\oplus) \) be a group such that \(\forall \xi, \eta \in \mathbb{G}:\ \xi \oplus \eta=\eta \oplus \xi\). This structure is called an Abelian group.CB
 
Last edited:
  • #3
Thank you.

CaptainBlack said:
Also you appear to have required the existence of a universal inverse (in that the existence of \( \xi' \) is prior to that of \( \xi \)).
Could you elaborate on the above bit, please?

Let \( (G,\oplus) \) be a group such that \(\forall \xi, \eta \in \mathbb{G}:\ \xi \oplus \eta=\eta \oplus \xi\). This structure is called an Abelian group.
CB
Cool. Can we tweak my attempt to give a definition of 'group' for that matter?
 
  • #4
QuestForInsight said:
Let $\mathbb{G}$ be a set with a map $(\xi, ~ \eta) \mapsto f(\xi, ~\eta)$ from $\mathbb{G}\times\mathbb{G}$ into $\mathbb{G}$. For every pair $(\xi, ~ \eta)$ in $\mathbb{G}$ let $f(\xi, ~\eta) = f(\eta, ~ \xi)$. Suppose there are elements $\omega$ and $\xi'$ in $\mathbb{G}$ such that for every $\xi$ in $\mathbb{G}$ we have $f(\xi, ~ \omega) = f(\xi)$ and $f(\xi, ~ \xi') = f(\omega).$ This structure is called an Abelian group when $f(\xi, \eta) = \xi+\eta$.

Is the above definition correct/does it miss anything?
Is there anything in that definition to ensure that the operation given by $\xi+\eta = f(\xi, \eta)$ is associative?
 
  • #5
Opalg said:
Is there anything in that definition to ensure that the operation given by $\xi+\eta = f(\xi, \eta)$ is associative?
I was thinking that commutativity implies associativity? Now that I think about it, though, I'm not sure.
 
  • #6
Revised Definition: Let $\mathbb{G}$ be a set with a map $(\xi, ~ \eta) \mapsto f(\xi, ~\eta)$ from $\mathbb{G}\times\mathbb{G}$ into $\mathbb{G}$. For every pair $(\xi, ~ \eta)$ in $\mathbb{G}$ let $f(\xi, ~\eta) = f(\eta, ~ \xi)$; every triplet $(\xi, ~ \eta, ~\zeta)$, let $f((\xi, ~ \eta), ~ \zeta) = f(\xi, ~ (\eta, ~ \zeta))$ -- and so on. Suppose there are elements $\omega$ and $\xi'$ in $\mathbb{G}$ such that for every $\xi$ in $\mathbb{G}$ we have $f(\xi, ~ \omega) = f(\xi)$ and $f(\xi, ~ \xi') = f(\omega).$ This structure is called an Abelian group when $f(\xi, \eta) = \xi+\eta$ (assuming we defined addition).

Okay now?
 
  • #7
QuestForInsight said:
Revised Definition: Let $\mathbb{G}$ be a set with a map $(\xi, ~ \eta) \mapsto f(\xi, ~\eta)$ from $\mathbb{G}\times\mathbb{G}$ into $\mathbb{G}$. For every pair $(\xi, ~ \eta)$ in $\mathbb{G}$ let $f(\xi, ~\eta) = f(\eta, ~ \xi)$; every triplet $(\xi, ~ \eta, ~\zeta)$, let $f((\xi, ~ \eta), ~ \zeta) = f(\xi, ~ (\eta, ~ \zeta))$ -- and so on. Suppose there are elements $\omega$ and $\xi'$ in $\mathbb{G}$ such that for every $\xi$ in $\mathbb{G}$ we have $f(\xi, ~ \omega) = f(\xi)$ and $f(\xi, ~ \xi') = f(\omega).$ This structure is called an Abelian group when $f(\xi, \eta) = \xi+\eta$ (assuming we defined addition).

Okay now?

Why are you trying to do this? What is wrong with the usual group axioms?

Also: $f((\xi, ~ \eta), ~ \zeta) = f(\xi, ~ (\eta, ~ \zeta))$ is meaningless, may be you want:

$f(f(\xi, ~ \eta), ~ \zeta) = f(\xi, ~ f(\eta, ~ \zeta))$

CB
 
  • #8
CaptainBlack said:
Why are you trying to do this? What is wrong with the usual group axioms?

Also: $f((\xi, ~ \eta), ~ \zeta) = f(\xi, ~ (\eta, ~ \zeta))$ is meaningless, may be you want:

$f(f(\xi, ~ \eta), ~ \zeta) = f(\xi, ~ f(\eta, ~ \zeta))$

CB
Nothing wrong with the usual group axioms. I was just trying this out.

Why is that notation meaningless, though?

Say we have f(a, b) = a+b. If b = (c, d), can't we write a+(c+d) as f(a, (c, d))?
 
  • #9
I believe what Cap means is that if you design $f(c,d) = c+d$, then $(c,d)$ is just the pair of elements you're applying the operation, not the result of the operation, an element of the space itself. By writing $f(a,(c,d)) = a+(c+d)$ you're instead accepting a pair instead of a single element, I'd go as far as to say it's an abuse of notation. The correct is $f(a,f(c,d)) = a+(c+d)$, like pointed out.
 
  • #10
QuestForInsight said:
Nothing wrong with the usual group axioms. I was just trying this out.

Why is that notation meaningless, though?

Say we have f(a, b) = a+b. If b = (c, d), can't we write a+(c+d) as f(a, (c, d))?

\(f\) is a function on \( \mathbb{G}\times \mathbb{G} \), \((a,b) \) could be anything, but you probably intented it to represent an ordered pair, that is an element of \( \mathbb{G}\times \mathbb{G} \), so ((a,b),c) is in \( (\mathbb{G}\times \mathbb{G}) \times \mathbb{G}\) which is not in the domain of \(f\).

What you need for associativity is on the last line of my previous post.

CB
 
  • #11
CaptainBlack said:
Why are you trying to do this? What is wrong with the usual group axioms?

Using his notation allows you to separate the set from the group. I mean, a binary operation *is* a function taking an ordered pair to a single element. Thinking about it this way allows you to define other structures on a well-known set with perhaps less confusion (and encourages students to not think of the groups as just the given set, perhaps?). For example, the Tropical semi-field is the Real numbers (with or without infinity) where addition is $\max(a, b)$ and multiplication is $a+b$.

Getting addition and multiplication mixed up seems to be a common theme of any tropical talk...
 

Related to What is an Abelian group and why is it useful in mathematics?

1. What is an Abelian group?

An Abelian group is a mathematical structure consisting of a set of elements and an operation that follows the commutative property. This means that the order in which the operation is performed does not affect the result.

2. What is the origin of the term "Abelian"?

The term "Abelian" comes from the name of the Norwegian mathematician Niels Henrik Abel, who made significant contributions to the study of group theory in the 19th century.

3. What are the main properties of an Abelian group?

An Abelian group must satisfy four main properties: closure, associativity, identity, and inverse. Closure means that the operation performed on any two elements in the group must result in another element within the group. Associativity means that the order in which the operation is performed does not matter. Identity means that there is an element in the group that, when used with the operation, will not change the other element. Inverse means that for every element in the group, there exists an element that, when used with the operation, will result in the identity element.

4. How is an Abelian group different from a non-Abelian group?

An Abelian group follows the commutative property, while a non-Abelian group does not. This means that the order in which the operation is performed does not matter in an Abelian group, while in a non-Abelian group, the order does affect the result.

5. What are some real-world examples of Abelian groups?

Abelian groups can be found in various fields such as mathematics, physics, and chemistry. Some examples include the set of integers under addition, the set of real numbers under addition, and the set of complex numbers under multiplication. In physics, the set of rotation operations on a 3-dimensional object forms an Abelian group. In chemistry, the set of chemical reactions that are reversible forms an Abelian group.

Similar threads

  • Linear and Abstract Algebra
Replies
9
Views
964
Replies
6
Views
480
  • Linear and Abstract Algebra
Replies
7
Views
1K
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
9
Views
2K
  • Linear and Abstract Algebra
Replies
14
Views
3K
  • Linear and Abstract Algebra
Replies
13
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
1K
Back
Top