"Rings are groups"
I've read in many places that "rings are groups", for example:
- on this site, on the accepted answer for this querstion
- and on Wikipedia (second paragraph):
Formally, a ring is an abelian group whose operation is called addition, with a second binary operation called multiplication that is…
I've also read that a group is a set of elements and a (one) binary operator over that set, for example on Wikipedia (first paragraph):
"Groups are one binary operator over a set"
In mathematics, a group is a set equipped with an operation that…
- And again in the same article, in the more detailed section #Definition:
A group is a set $G$ together with a binary operation on $G$, here denoted "$\cdot$", that…
Inconsistency
Obviously these are inconsistent because a group is supposed to have one operator based on these definitions above. I need more consistent definitions for "ring" and "group". Thank you in advance.
The following un-official definitions provide a more consistent alternative, but the problem with them is that I made them up. I need generally-accepted consistent definitions.
- group: a set of elements and at least one binary operator(s) over that set
- ring: a group with exactly two operators: addition and multiplication
Please tell me if I'm missing something. I feel like I am.
Group
is the superclass ofRing
, or eachRing
simply has twoGroup
s. – SMMH May 23 '21 at 12:28