Difference between revisions of "Ring"
m |
(Starting refactoring (on a subpage Ring/New page)) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Refactor notice|grade=A|msg=Page was ancient, mostly written in May 2015}} | ||
+ | __TOC__ | ||
+ | {{/New page}} | ||
+ | <hr/><br/><hr/><br/><hr/> | ||
+ | =OLD PAGE= | ||
+ | {{Requires references|The content here has 1 reference and is accurate, but I should be able to (easily) find many more, it also requires updating, as most of it is over 9 months old, before the new-style indexing and formatting of the project}} | ||
+ | |||
Not to be confused with [[Ring of sets|rings of sets]] which are a topic of [[Algebra of sets|algebras of sets]] and thus [[Sigma-algebra|{{Sigma|Algebras}}]] and [[Sigma-ring|{{Sigma|rings}}]] | Not to be confused with [[Ring of sets|rings of sets]] which are a topic of [[Algebra of sets|algebras of sets]] and thus [[Sigma-algebra|{{Sigma|Algebras}}]] and [[Sigma-ring|{{Sigma|rings}}]] | ||
Line 149: | Line 156: | ||
<references/> | <references/> | ||
− | {{Definition|Abstract Algebra}} | + | {{Definition|Abstract Algebra|Ring Theory}} |
+ | {{Theorem Of|Abstract Algebra|Ring Theory}} | ||
+ | [[Category:First-year friendly]] |
Latest revision as of 05:02, 16 October 2016
The message provided is:
Contents
[hide]Not to be confused with a ring of sets
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):
- \oplus:R\times R\rightarrow R - called "addition", \oplus:(a,b)\mapsto a\oplus b
- \odot:R\times R\rightarrow R - called "multiplication", \odot:(a,b)\mapsto a\odot b
and let there be elements 0_R\in R and 1_R\in 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,\oplus,0_R) is an abelian group
- Group definition:
- \forall a,b,c\in R[(a\oplus b)\oplus c=a\oplus(b\oplus c)] - associativity
- \exists e\in R\ \forall a\in R[e\oplus a=a\oplus e=a] - existence of identity, on the group page we show it is unique[Note 2], we denote it by 0_R, so: \forall a\in R[a\oplus 0_R=0_R\oplus a=a]
- \forall a\in R\ \exists b\in R[a\oplus b=b\oplus a=0_R] - 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:
- \forall a,b\in R[a\oplus b=b\oplus a] - commutivity
- Group definition:
- (R,\odot) is a semigroup
- Semigroup definition:
- \forall a,b,c\in R[(a\odot b)\odot c=a\odot(b\odot c)]
- Semigroup definition:
- There is distributivity in play in.
- \odot distributes across \oplus Caution:I think... it might be the other way around... the following 2 rules are certainly correct however:
- \forall a,b,c\in R[a\odot(b\oplus c)=(a\odot b)\oplus(a\odot c)] and
- \forall a,b,c\in R[(a+b)c=ac+bc]
- \odot distributes across \oplus Caution:I think... it might be the other way around... the following 2 rules are certainly correct however:
Then (R,\oplus:R\times R\rightarrow R,\odot:R\times R\rightarrow R,0_R) is a ring, but as mathematicians are lazy we just write (R,\oplus,\odot,0_R), (R,\oplus,\odot) 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:
- \exists e_\odot\ \forall a\in R[a\odot e_\odot=e_\odot\odot a=a] - a multiplicative identity, this element if it exists is unique and denoted 1_R or just 1
- \forall a,b\in R[a\odot b=b\odot a] - commutative with respect to \odot
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 0_R=1_R or we could have 0_R\ne 1_R
- 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
References
OLD PAGE
The message provided is:
Not to be confused with rings of sets which are a topic of algebras of sets and thus \sigma-Algebras and \sigma-rings
Definition
A set R and two binary operations + and \times such that the following hold[1]:
Rule | Formal | Explanation |
---|---|---|
Addition is commutative | \forall a,b\in R[a+b=b+a] | It doesn't matter what order we add |
Addition is associative | \forall a,b,c\in R[(a+b)+c=a+(b+c)] | Now writing a+b+c isn't ambiguous |
Additive identity | \exists e\in R\forall x\in R[e+x=x+e=x] | We do not prove it is unique (after which it is usually denoted 0), just "it exists" The "exists e forall x\in R" is important, there exists a single e that always works |
Additive inverse | \forall x\in R\exists y\in R[x+y=y+x=e] | We do not prove it is unique (after we do it is usually denoted -x, just that it exists The "forall x\in R there exists" states that for a given x\in R a y exists. Not a y exists for all x |
Multiplication is associative | \forall a,b,c\in R[(ab)c=a(bc)] | |
Multiplication is distributive | \forall a,b,c\in R[a(b+c)=ab+ac] \forall a,b,c\in R[(a+b)c = ac+bc] |
Is a ring, which we write: (R,+:R\times R\rightarrow R,\times:R\times R\rightarrow R) but because Mathematicians are lazy we write simply:
- (R,+,\times)
Subring
If (S,+,\times) is a ring, and every element of S is also in R (for another ring (R,+,\times)) and the operations of addition and multiplication on S are the same as those on R (when restricted to S of course) then we say "S is a subring of R"
Note:
Some books introduce rings first, I do not know why. A ring is an additive group (it is commutative making it an Abelian one at that), that is a ring is just a group (G,+) with another operation on G called \times
Properties
Name | Statement | Explanation |
---|---|---|
Commutative Ring | \forall x,y\in R[xy=yx] | The order we multiply by does not matter. Calling a ring commutative isn't ambiguous because by definition addition in a ring is commutative so when we call a ring commutative we must mean "it is a ring, and also multiplication is commutative". |
Ring with Unity | \exists e_\times\in R\forall x\in R[xe_\times=e_\times x=x] | The existence of a multiplicative identity, once we have proved it is unique we often denote this "1" |
Using properties
A commutative ring with unity is a ring with the additional properties of:
- \forall x,y\in R[xy=yx]
- \exists e_\times\in R\forall x\in R[xe_\times=e_\times x=x]
It is that simple.
Immediate theorems
Theorem: The additive identity of a ring R is unique (and as such can be denoted 0 unambiguously)
(Cancellation laws) Theorem: if a+c=b+c then a=b (and due to commutivity of addition c+a=c+b\implies a=b too)
Theorem: The additive inverse of an element is unique (and herein, for a given x\in R shall be denoted -x)
Important theorems
These theorems are "two steps away" from the definitions if you will, they are not immediate things like "the identity is unique"
Theorem: \forall x\in R[0x=x0=0] - an interesting result, in line with what we expect from our number system
See next
See also
References
- Jump up ↑ Fundamentals of abstract algebra - an expanded version - Neal H. McCoy
- Refactoring
- Todo
- Definitions
- Abstract Algebra Definitions
- Abstract Algebra
- Ring Theory Definitions
- Ring Theory
- Pages requiring references
- Pages requiring references of unknown grade
- Theorems
- Theorems, lemmas and corollaries
- Abstract Algebra Theorems
- Abstract Algebra Theorems, lemmas and corollaries
- Ring Theory Theorems
- Ring Theory Theorems, lemmas and corollaries
- First-year friendly