Difference between revisions of "Ring/New page"
(Created initial version of page. It was tedious and took way to long.) |
m (→Further properties of elementary rings: Adding anchor, ring with identity) |
||
Line 31: | Line 31: | ||
Giving us the following 4 types of elementary rings<ref group="Note">[[field]], [[integral domain]] are also all rings, there's like 6 kinds. We call "Elementary ring" just the ones listed</ref>: | Giving us the following 4 types of elementary rings<ref group="Note">[[field]], [[integral domain]] are also all rings, there's like 6 kinds. We call "Elementary ring" just the ones listed</ref>: | ||
# Ring - properties 1-7 | # Ring - properties 1-7 | ||
− | # Ring with unity ({{AKA}}: [[u-ring]]) - properties 1-8 | + | # {{anchor|unity/identity}}Ring with unity ({{AKA}}: [[u-ring]], ring with identity) - properties 1-8 |
# Commutative ring ({{AKA}}: [[c-ring]]) - properties 1-7 and 9 | # Commutative ring ({{AKA}}: [[c-ring]]) - properties 1-7 and 9 | ||
# Commutative ring with unity ({{AKA}}: [[cu-ring]] or [[q-ring]] - properties 1-9 | # Commutative ring with unity ({{AKA}}: [[cu-ring]] or [[q-ring]] - properties 1-9 | ||
+ | |||
===Caveats=== | ===Caveats=== | ||
Some authors define a ring to be what we would call a ''ring with unity'' (which we shall call a [[u-ring]] throughout the site). Especially if the book covers the topics of rings and [[module|modules]]. We defined "commutative ring" and "ring with unity" above. | Some authors define a ring to be what we would call a ''ring with unity'' (which we shall call a [[u-ring]] throughout the site). Especially if the book covers the topics of rings and [[module|modules]]. We defined "commutative ring" and "ring with unity" above. |
Latest revision as of 16:29, 19 October 2016
Not to be confused with a ring of sets
Contents
[hide]Definition
Let R be a non-empty set, let there be two binary operations (a kind of map where rather than f(a,b) we write afb):
- ⊕:R×R→R - called "addition", ⊕:(a,b)↦a⊕b
- ⊙:R×R→R - called "multiplication", ⊙:(a,b)↦a⊙b
and let there be elements 0R∈R and 1R∈R (not necessarily distinct)[Note 1] such that we have the following 7 properties[1]:
TODO: This would be much nicer as a table....
- (R,⊕,0R) is an abelian group
- Group definition:
- ∀a,b,c∈R[(a⊕b)⊕c=a⊕(b⊕c)] - associativity
- ∃e∈R ∀a∈R[e⊕a=a⊕e=a] - existence of identity, on the group page we show it is unique[Note 2], we denote it by 0R, so: ∀a∈R[a⊕0R=0R⊕a=a]
- ∀a∈R ∃b∈R[a⊕b=b⊕a=0R] - existence of inverse, on the group page we show it is unique[Note 3]. Denoted by −a as we're using additive notation[Note 4]
- Being an Abelian group adds an additional property:
- ∀a,b∈R[a⊕b=b⊕a] - commutivity
- Group definition:
- (R,⊙) is a semigroup
- Semigroup definition:
- ∀a,b,c∈R[(a⊙b)⊙c=a⊙(b⊙c)]
- Semigroup definition:
- There is distributivity in play in.
- ⊙ distributes across ⊕ Caution:I think... it might be the other way around... the following 2 rules are certainly correct however:
- ∀a,b,c∈R[a⊙(b⊕c)=(a⊙b)⊕(a⊙c)] and
- ∀a,b,c∈R[(a+b)c=ac+bc]
- ⊙ distributes across ⊕ Caution:I think... it might be the other way around... the following 2 rules are certainly correct however:
Then (R,⊕:R×R→R,⊙:R×R→R,0R) is a ring, but as mathematicians are lazy we just write (R,⊕,⊙,0R), (R,⊕,⊙) or even just "Let R be a ring".
TODO: Be more formal about distributivity, I've checked my books, no one specified, they just say "it is distributive: "
Further properties of elementary rings
There are 2 more additional properties we can apply to define rings:
- ∃e⊙ ∀a∈R[a⊙e⊙=e⊙⊙a=a] - a multiplicative identity, this element if it exists is unique and denoted 1R or just 1
- ∀a,b∈R[a⊙b=b⊙a] - commutative with respect to ⊙
Giving us the following 4 types of elementary rings[Note 5]:
- Ring - properties 1-7
- Ring with unity (AKA: u-ring, ring with identity) - properties 1-8
- Commutative ring (AKA: c-ring) - properties 1-7 and 9
- Commutative ring with unity (AKA: cu-ring or q-ring - properties 1-9
Caveats
Some authors define a ring to be what we would call a ring with unity (which we shall call a u-ring throughout the site). Especially if the book covers the topics of rings and modules. We defined "commutative ring" and "ring with unity" above.
See next
- Types of ring
- Ring morphism
- Ring homomorphism
- Kernel of a ring homomorphism - see also: kernel
- Image of a ring homomorphism - see also: image
- Ring isomorphism
- Ring homomorphism
- Unit of a ring
- Division ring
- Ring ideal
- Quotient ring
- Fundamental ring homomorphism theorem
- Ring isomorphism theorems
- Module
Notes
- Jump up ↑ So we could have 0R=1R or we could have 0R≠1R
- Jump up ↑ there is only one inverse
- Jump up ↑ there is only one inverse for an element
- Jump up ↑ For multiplicative notation we'd use a−1
- Jump up ↑ field, integral domain are also all rings, there's like 6 kinds. We call "Elementary ring" just the ones listed