Difference between revisions of "Ring (mathematics)"

From Conservapedia
Jump to: navigation, search
(start def)
 
(clean up)
 
(15 intermediate revisions by 12 users not shown)
Line 1: Line 1:
A '''ring''' in mathematics is a set of numbers closed under addition and multiplication where addition is [[commutative]], both operations are [[associative]], multiplication [[Distributive property|distributes]] over addition, there is an additive identity and additive inverses.
+
{{jargon}}
  
==Other defintions==
+
A '''ring''' in [[mathematics]] is a set ''R'' equipped with two [[binary]] [[operation]]s, usually called addition and multiplication, that is a [[group]] under the operation of addition and a monoid (no inverses) under the operation of multiplication.
  
Depending on the specific context, some elements of this definition may be somewhat different. For example, some authors include in the defintion that there exists a multiplicative identity.
+
==Examples==
 +
*<math>(\mathbb{Z},+, \cdot)</math> - the set of the [[integers]] - together with the usual [[addition]] and [[multiplication]] is a ring.
 +
*For any ring <math>R</math> the polynomial ring <math>R[x]</math> consisting of elements of the form <math>b_0 +b_1x+...+b_mx^m</math> where <math>b_i \in R</math> is a ring as well. All polynomials with integer coefficients form the ring <math>Z[x]</math>.
 +
*<math>(\mathbb{Z} / 6\mathbb{Z},+, \cdot)</math> : this is the ring of six elements {0,1,2,3,4,5} and the usual addition and multiplication [[modulo]] six. So, here 1+3= 4, but 4+5 = 3. Interestingly, <math>2 \cdot 3 = 0 </math>, so, you can multiply two elements, neither of which is zero, and get zero as the result!  This means that this ring is not an [[domain]].
 +
*<math>M^{n \times n}(\mathbb R)</math>, the set of <math>n \times n</math> real matrices, with operations of matrix addition and multiplication, is a ring.
 +
 
 +
==Axioms==
 +
 
 +
Explicitly, a ring <math> R</math> is a set, with two binary operations usually labeled <math>*</math> and <math>+</math> that satisfy the following axioms.
 +
 
 +
'''Axioms of Addition'''
 +
<br/>
 +
1. '''Identity''' - there exists an element (usually labeled <math> 0</math> ) such that <math> 0+x = x+0 = x \ \forall x \in R </math>
 +
<br/>
 +
2. '''Associativity''' - for any three elements <math>a,b,c\in R\ ,(a+b)+c = a+(b+c)</math>
 +
<br/>
 +
3. '''Inverses''' - for any element <math>a \in R</math> there exists an element (usually labeled as <math>-a</math> such that <math>a+(-a) = (-a)+a = 0</math>)
 +
<br/>
 +
4. ''''Commutativity''' - for any two elements <math>a,b \in R\ ,a+b = b+a</math>
 +
 
 +
'''Axioms of Multiplication'''
 +
<br/>
 +
1. '''Identity*''' - there exists an element (usually labeled <math>1</math> ) such that  <math> 1*x = x*1 = x \ \forall x \in R</math>
 +
<br/>
 +
2. '''Associativity''' - for any three elements <math>a,b,c\in R\ ,(a*b)*c = a*(b*c)</math>
 +
 
 +
'''Distributive Property'''
 +
<br/>
 +
1. For three elements <math>a,b,c \in R\ , a*(b+c) = a*b =a*c</math>
 +
 
 +
'''*''' - Some texts define a ring without a multiplicative identity. See [[ring (mathematics)#Remarks|rng]]
 +
 
 +
 
 +
 
 +
 
 +
==Elements==
 +
An element of a ring <math> a \in R</math> is  a '''unit''' if it has a multiplicative inverse. The numbers <math>\pm 1 \in \mathbb{Z}</math> are the only units in the Integers
 +
 
 +
An element of a <math> x \in R </math> is a '''zero divisor''' if there is another element <math> y\in R \ ,\ y \neq 0\mbox{ such that } xy = 0 \mbox{ or } yx = 0 </math> . In the third example above, 2 and 3 are zero divisors. In fact, for any ring of Integers modulo m, all prime factors of m and their producs are zero divisors.
 +
 
 +
The '''multiplicative identity''' (usually denoted as <math> 1 \in R</math> ) is the unique element of the ring that <math> 1x = x1 = x \ \forall x \in R</math>
 +
 
 +
The '''additive Identity''' (usually denoted as <math> 0 \in  R </math> ) is the unique element of the ring that <math> 0+x = x+0 = x \ \forall x \in R </math>
 +
 
 +
A '''prime element''' (or prime) is an element of a ''commutative'' ring s.t.  a non-unit <math> p \in R</math> is prime if and only if <math>p|ab \rightarrow p|a \mbox{ or } p|b</math> (note that this differs from the definition of a [[prime]] that is more commonly presented in grade school).
 +
 
 +
An '''irreducible element''' is an element of an [[integral domain]] (a special type of ring) such that <math>a\in R</math> is irreducible if it cannot be written as a product of two non-units. When applied to the integers (which is an integral domain) this means that an irreducible element is any element that only has itself and 1 as prime factors (1 is unit, so we satisfy the definition), this is the common way to define [[prime|prime numbers]]. Note that every ''prime element'' is necessarily irreducible, but not every irreducible element is necessarily a prime element (this motivates us to exclude 1 from the list of prime numbers)
 +
==Remarks==
 +
A '''rng''' (pronounced "rung") is an a ring without a multiplicative identity. In some texts, a ring is defined as rng, it turns out that many of the most elementary theorems (the ones that apply to arbitrary rings) do not require an identity, this ambiguity causes the confusion.
 +
 
 +
In texts where a ring is defined as a rng - a '''ring with unity''' is a rng with a multiplicative identity (our definition of a ring)
 +
 
 +
A '''commutative ring''' is a ring in which multiplication is commutative.  The first three examples of rings given above are commutative rings: the last is not, since matrix multiplication is not in general commutative.  The study of the properties of commutative rings is usually called '''commutative algebra'''.
 +
 
 +
An '''entire ring''' is a ring that has no zero divisors.
 +
 
 +
An '''integral domain''' is a commutative entire ring.
 +
 
 +
A '''Unique Factorization Domain (UFD)''' is an integral domain in which every element that is not 0 or a unit can be written as a product of irreducible elements. i.e. every element can be factored into a product of primes, analogous to the integers (In a related theorem, every irreducible element of a UFD is prime)
 +
 
 +
A [[Field]] is a commutative ring where every element except 0 is a unit (is invertible). In other words, a field is a ring that is an [[abelian group]] over both addition and multiplication on the non-zero elements.
 +
 
 +
A '''division ring''' (also known as a skew field) is a ring that is a [[group]] over multiplication (every non-zero element  has an inverse, but not necessarily commutative). A division ring can also be thought of as a [[field]] that is not commutative.
 +
 
 +
[[Category:Algebra]]

Latest revision as of 06:19, September 7, 2016

This article or section needs to be written in plain English, using plain English that most of our readers can understand. Articles that depend excessively on technical terms accessible only to specialists are useless for our purposes, so writers are admonished to avoid jargon

A ring in mathematics is a set R equipped with two binary operations, usually called addition and multiplication, that is a group under the operation of addition and a monoid (no inverses) under the operation of multiplication.

Examples

  • - the set of the integers - together with the usual addition and multiplication is a ring.
  • For any ring the polynomial ring consisting of elements of the form where is a ring as well. All polynomials with integer coefficients form the ring .
  •  : this is the ring of six elements {0,1,2,3,4,5} and the usual addition and multiplication modulo six. So, here 1+3= 4, but 4+5 = 3. Interestingly, , so, you can multiply two elements, neither of which is zero, and get zero as the result! This means that this ring is not an domain.
  • , the set of real matrices, with operations of matrix addition and multiplication, is a ring.

Axioms

Explicitly, a ring is a set, with two binary operations usually labeled and that satisfy the following axioms.

Axioms of Addition
1. Identity - there exists an element (usually labeled ) such that
2. Associativity - for any three elements
3. Inverses - for any element there exists an element (usually labeled as such that )
4. 'Commutativity - for any two elements

Axioms of Multiplication
1. Identity* - there exists an element (usually labeled ) such that
2. Associativity - for any three elements

Distributive Property
1. For three elements

* - Some texts define a ring without a multiplicative identity. See rng



Elements

An element of a ring is a unit if it has a multiplicative inverse. The numbers are the only units in the Integers

An element of a is a zero divisor if there is another element . In the third example above, 2 and 3 are zero divisors. In fact, for any ring of Integers modulo m, all prime factors of m and their producs are zero divisors.

The multiplicative identity (usually denoted as ) is the unique element of the ring that

The additive Identity (usually denoted as ) is the unique element of the ring that

A prime element (or prime) is an element of a commutative ring s.t. a non-unit is prime if and only if (note that this differs from the definition of a prime that is more commonly presented in grade school).

An irreducible element is an element of an integral domain (a special type of ring) such that is irreducible if it cannot be written as a product of two non-units. When applied to the integers (which is an integral domain) this means that an irreducible element is any element that only has itself and 1 as prime factors (1 is unit, so we satisfy the definition), this is the common way to define prime numbers. Note that every prime element is necessarily irreducible, but not every irreducible element is necessarily a prime element (this motivates us to exclude 1 from the list of prime numbers)

Remarks

A rng (pronounced "rung") is an a ring without a multiplicative identity. In some texts, a ring is defined as rng, it turns out that many of the most elementary theorems (the ones that apply to arbitrary rings) do not require an identity, this ambiguity causes the confusion.

In texts where a ring is defined as a rng - a ring with unity is a rng with a multiplicative identity (our definition of a ring)

A commutative ring is a ring in which multiplication is commutative. The first three examples of rings given above are commutative rings: the last is not, since matrix multiplication is not in general commutative. The study of the properties of commutative rings is usually called commutative algebra.

An entire ring is a ring that has no zero divisors.

An integral domain is a commutative entire ring.

A Unique Factorization Domain (UFD) is an integral domain in which every element that is not 0 or a unit can be written as a product of irreducible elements. i.e. every element can be factored into a product of primes, analogous to the integers (In a related theorem, every irreducible element of a UFD is prime)

A Field is a commutative ring where every element except 0 is a unit (is invertible). In other words, a field is a ring that is an abelian group over both addition and multiplication on the non-zero elements.

A division ring (also known as a skew field) is a ring that is a group over multiplication (every non-zero element has an inverse, but not necessarily commutative). A division ring can also be thought of as a field that is not commutative.