So I understand that for a set to be a GROUP, it must follow certain properties(closure, association etc.). But what I don't get is how do I know during validation of these properties if i must use addition or multiplication for example (a+b=x) or (a.b=x) to prove these properties
2026-05-06 09:22:31.1778059351
On
Groups/Rings/Fields question on Elementary Number Theory
34 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
For a group there's only one operation, and the operation should basically be specified to check if it's a group. A field and ring has 2 operations, $+$ and $\cdot$. And in the definition it's specified for both operations which rules they should obey. https://en.wikipedia.org/wiki/Ring_(mathematics)#Definition
It ought to be clear from context. In introductory group theory, groups are typically introduced as $(G,\ast)$, so the choice of $\ast$ makes it clear what the binary operation is.
For instance, you may consider $G = (\mathbb{Z},+)$, or $H = (\mathbb{Z},\times)$.
If you were to just see $G = \mathbb{Z}$, focus on the context, and reread the passage until you are clear which operation you are dealing with.