4.2 Rings and Fields
Definitions
We are going to define a ring
Data:
A set
R of elements.An operation
+:R×R→R called addition.An operation
⋅:R×R→R called multiplication.
Axioms:
(R,+) is an abelian group.Multiplication is left and right distributive over addition:
a*(b+c)=a*b+a*c and(a+b)*c=a*c+b*c for alla*b*c∈R Multiplication is associative:
(a*b)*c=a(b*c) for alla*b*c∈R .Multiplication has a neutral element denoted by
1 .
In this case, we say that
Multiplication is commutative:
a*b=b*a for alla*b∈R .
The ring is said to be commutative.
Field
A field is a set
F is an abelian group under+ F-{0} the setF without the additive identity0 is an abelian group under×
Alternative Definition: A field is a commutative ring where every non-zero element is invertible with respect to multiplication, and
Every non-zero element is invertible with respect to multiplication: for every
a∈R∖{0} , there exists an elementb∈R such thata*b=b*a=1 .1≠0
The ring is said to be a field. In this case, the inverse element for
Subring
Let
Data:
A subset
T⊆R .
Axioms:
(T,+)⊆(R,+) is a subgroup.T is closed under multiplication.T contains1
Ideals
Suppose that
Data:
A subset
I⊆R .
Axioms:
(I,+)⊆(R,+) is a subgroup.For any
r∈R we haver*I={r*x|x∈I}⊆I andI*r={x*r|x∈I}⊆I