Groups do not necessarily have to have only one operation

  • Thread starter Thread starter Gear300
  • Start date Start date
  • Tags Tags
    Groups
AI Thread Summary
Groups can have multiple operations, but they are primarily identified by one specific operation. When discussing groups, it's important to specify which operation is being used, as this affects the group's properties. For example, while the set of rational numbers Q can be examined under both addition and multiplication, only one operation should be used to define the group structure. The discussion emphasizes that when proving closure in a group, the operation must be clearly defined and consistent. Ultimately, clarity in defining operations is crucial for understanding group properties.
Gear300
Messages
1,209
Reaction score
9
To be sure of things, groups do not necessarily have to have only one operation; they may have more, but there is one and only one operation they are identified with. Am I right?
 
Mathematics news on Phys.org


There may be two operations o and * defined on a set G, such that (G, o) and (G, *) are both groups.
When we say "let G be a group" we're sloppy, you should say what the operation is.
 


Thus, if I were asked whether the set of all rational numbers Q with addition was a group, would it be valid to assume multiplication as an operation and state that a/b + c/d = (ad + cb)/(bd) ε Q (for a, b, c, d ε Z) in the case of proving that addition is closed with respect to Q.
 


Gear300 said:
Thus, if I were asked whether the set of all rational numbers Q with addition was a group, would it be valid to assume multiplication as an operation and state that a/b + c/d = (ad + cb)/(bd) ε Q (for a, b, c, d ε Z) in the case of proving that addition is closed with respect to Q.

Yes, that's valid, but you're not multiplying group elements (which would be bad). You're just expanding the definition of rational addition.
 


I see. Thanks for the replies.
 


Well, in general there is only one operation that is defined in a group. That is there is only one operation which is applied berween the elements of a group.

In your example, we could say let (Q,@) be a group, where Q is the set of rational numbers, and then we would say that @ is defined in this way:

\frac{a}{b} @ \frac{c}{d}=\frac{a*d+c*b}{b*d}

where + is the natural addition symbol and * multiplication.

But, like it was said above, here you are not multiplying the elements of Q, which we have assumed are of the form

Q={ \frac{a}{b}: a,b \in Z }
 


But in any case, in
\frac{a}{b}+ \frac{c}{d}= \frac{ad+ bc}{cd}
You are NOT multiplying rational number you are multiplying integers.
 
Back
Top