Difference between revisions of "Ring"
m (→Important Theorems) |
m |
||
Line 67: | Line 67: | ||
# <math>\exists e_\times\in R\forall x\in R[xe_\times=e_\times x=x]</math> | # <math>\exists e_\times\in R\forall x\in R[xe_\times=e_\times x=x]</math> | ||
It is that simple. | It is that simple. | ||
− | |||
− | |||
− | + | ==Immediate theorems== | |
− | + | ||
− | = | + | |
{{Begin Theorem}} | {{Begin Theorem}} | ||
Theorem: The additive identity of a ring {{M|R}} is unique (and as such can be denoted {{M|0}} unambiguously) | Theorem: The additive identity of a ring {{M|R}} is unique (and as such can be denoted {{M|0}} unambiguously) | ||
Line 115: | Line 111: | ||
{{Begin Proof}} | {{Begin Proof}} | ||
{{Todo}} | {{Todo}} | ||
+ | {{End Proof}}{{End Theorem}} | ||
+ | |||
+ | ==Important theorems== | ||
+ | These theorems are "two steps away" from the definitions if you will, they are not immediate things like "the identity is unique" | ||
+ | {{Begin Theorem}} | ||
+ | Theorem: <math>\forall x\in R[0x=x0=0]</math> - an interesting result, in line with what we expect from our number system | ||
+ | {{Begin Proof}} | ||
+ | Let {{M|x\in R}} be given. | ||
+ | : '''Proof of: {{M|1=x0=0}}''' | ||
+ | :: Note that {{M|1=x=x+0}} then | ||
+ | ::: {{M|1=xx=x(x+0)=xx+x0}} by ''distributivity'' | ||
+ | :::: Note that {{M|1=xx=xx+0}} then | ||
+ | ::: {{M|1=xx+0=xx+x0}} | ||
+ | :: By the cancellation laws: {{M|1=\implies 0=x0}} | ||
+ | :: So we have shown {{M|1=\forall x\in R[x0=0]}} | ||
+ | : '''Proof of: {{M|1=0x=0}}''' | ||
+ | :: Note that {{M|1=x=x+0}} then | ||
+ | ::: {{M|1=xx=(x+0)x=xx+0x}} by ''distributivity'' | ||
+ | :::: Note that {{M|1=xx=xx+0}} then | ||
+ | ::: {{M|1=xx+0=xx+0x}} | ||
+ | :: By the cancellation laws: {{M|1=\implies 0=0x}} | ||
+ | :: So we have shown {{M|1=\forall x\in R[0x=0]}} | ||
+ | : So <math>\forall x\in R[0x=0\wedge x0=0]</math> or simply <math>\forall x\in R[0x=x0=0]</math> | ||
+ | This completes the proof. | ||
{{End Proof}}{{End Theorem}} | {{End Proof}}{{End Theorem}} | ||
Revision as of 22:21, 24 May 2015
Not to be confused with rings of sets which are a topic of algebras of sets and thus σ-Algebras and σ-rings
Contents
[hide]Definition
A set R and two binary operations + and × such that the following hold[1]:
Rule | Formal | Explanation |
---|---|---|
Addition is commutative | ∀a,b∈R[a+b=b+a] | It doesn't matter what order we add |
Addition is associative | ∀a,b,c∈R[(a+b)+c=a+(b+c)] | Now writing a+b+c isn't ambiguous |
Additive identity | ∃e∈R∀x∈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∈R" is important, there exists a single e that always works |
Additive inverse | ∀x∈R∃y∈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∈R there exists" states that for a given x∈R a y exists. Not a y exists for all x |
Multiplication is associative | ∀a,b,c∈R[(ab)c=a(bc)] | |
Multiplication is distributive | ∀a,b,c∈R[a(b+c)=ab+ac] ∀a,b,c∈R[(a+b)c=ac+bc] |
Is a ring, which we write: (R,+:R×R→R,×:R×R→R) but because Mathematicians are lazy we write simply:
- (R,+,×)
Subring
If (S,+,×) is a ring, and every element of S is also in R (for another ring (R,+,×)) 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 ×
Properties
Name | Statement | Explanation |
---|---|---|
Commutative Ring | ∀x,y∈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 | ∃e×∈R∀x∈R[xe×=e×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:
- ∀x,y∈R[xy=yx]
- ∃e×∈R∀x∈R[xe×=e×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)
Theorem: if a+c=b+c then a=b (and due to commutivity of addition c+a=c+b⟹a=b too)
Theorem: The additive inverse of an element is unique (and herein, for a given x∈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: ∀x∈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