18.1 Definition Rings
[[Math/ Books/A First Course in Abstract Algebra.pdf#page=172&selection=70,0,210,1&color=note|p.167]]
A ring is a set R together with two binary operations + and ·, which we call addition and multiplication, defined on R such that the following axioms are satisfied:
- R1. is an abelian group.
- R2. Multiplication is associative.
- R3. For all a, b, c ∈ R, the left distributive law, a · (b + c) = (a · b) + (a · c) and the right distributive law (a + b) · c = (a · c) + (b · c) hold.
For example, ( matrix with real number entries) is a ring
Algebra Structure.excalidraw
⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠ You can decompress Drawing data with the command palette: ‘Decompress current Excalidraw file’. For more info check in plugin settings under ‘Saving’
Excalidraw Data
Text Elements
Monoid
Semigroup
Group
Field
identity element
inverses
Abelian Group
commutativity
second operation (multiplication)
commutative multiplication
Division Ring (Skew Field)
Commutative Ring
commutative multiplication
invertibility (non-zero)
Ring
- multiplicative identity
Magma
Set
binary operation
associativity
Rng (without Unity)
Semiring
additive inverses
associative& distributive
second operation (multiplication)
associative& distributive
invertibility (non-zero)
Integral Domain
no zero-divisors
invertibility (non-zero)
Commutative Monoid
Link to original
commutativity
the absorption property of zero
18.8 Properties of a ring
[[Math/ Books/A First Course in Abstract Algebra.pdf#page=175&selection=89,1,158,1&color=note|p.170]]
If R is a ring with additive identity 0, then for any a, b ∈ R we have
- 0a = a0 = 0,
- a(−b) = (−a)b = −(ab),
- (−a)(−b) = ab.
18.14 Definition Commutative Ring and Unity
[[Math/ Books/A First Course in Abstract Algebra.pdf#page=177&selection=257,0,270,1&color=note|p.172]]
- A ring in which the multiplication is commutative is a commutative ring.
- A ring with a multiplicative identity element is a ring with unity;
- the multiplicative identity element 1 is called “unity.”
18.16 Definition Division Ring and Field
Overview of Algebra Structures
[[Math/ Books/A First Course in Abstract Algebra.pdf#page=178&selection=187,1,242,1&color=note|p.173]]
Let R be a ring with unity . An element u in R is a unit of R if it has a multiplicative inverse in R. If every nonzero element of R is a unit, then R is a division ring (or skew field).
NOTE
A unity is always a unit
NOTE
A field is a commutative division ring. A noncommutative division ring is called a “strictly skew field.”
Question
Why can an element on a ring not be divided by
In a ring you can only “divide” by an element if it has a multiplicative inverse. But for every ring for all x. If zero had an inverse y, you’d need which is impossible since is always 0, never 1. Hence 0 cannot have an inverse (except in the trivial ring where ), and so “division by zero” is undefined.
18.17 Example
In the Ring : the units are 1,13(-1),3,5,11(-3),9(-5) (-3)(-5)=3*5=1
2,4,6,7,8,10 are not units because gcd(m,14)>1