Difference between revisions of "Subring"
(definition) |
|||
Line 1: | Line 1: | ||
− | + | Given a [[ring]] <math>R</math>, a [[subset]] <math>Q \subset R</math> is called a '''subring''' of <math>R</math> if it inherits the ring structure from <math>R</math>. That is, <math>Q</math> must contain both the <math>0</math> and <math>1</math> (additive and multiplicative [[identity | identities]]) of <math>R</math> and be [[closed]] under the ring [[operation]]s of multiplication, addition and additive inverse-taking. | |
+ | |||
+ | == Examples == | ||
+ | |||
+ | Consider the ring <math>R = \mathbb{Z} \times \mathbb{Z}</math> of [[ordered pair]]s of [[integer]]s with coordinatewise operations, i.e. <math>(a, b) + (c, d) = (a + c, b + d)</math> and <math>(a, b) \cdot (c, d) = (ac, bd)</math>. Then the diagonal ring <math>D = \{(a, a) \mid a \in \mathbb{Z}\}</math> is a subring of <math>R</math>: it contains the additive identity <math>(0, 0)</math>, the multiplicative identity <math>(1, 1)</math> and is closed under multiplication and addition. | ||
+ | |||
+ | == Non-examples == | ||
+ | |||
+ | The notion of a subring is slightly more subtle than that of a [[subgroup]]. Suppose that <math>R</math> is a [[commutative ring]] with an [[idempotent]] [[element]] <math>i</math> other than <math>0</math> and <math>1</math>, i.e. <math>i</math> is a solution to the equation <math>i^2 = i</math>. Consider the [[principle ideal]] <math>I = Ri = \{a \in R \mid \exists b, a = bi\}</math>. As an [[ideal]], this set is closed under addition and multiplication and contains the additive identity of <math>R</math>. Moreover, this ideal is a ring with multiplicative identity <math>i</math>: <math>i \cdot bi = bi^2 = bi</math> for every <math>b \in R</math>, so <math>i\cdot a = a</math> for every <math>a \in I</math>. However, it is ''not'' a subring of <math>R</math> because it does not contain the multiplicative identity of <math>R</math>. (Otherwise <math>1 \in I</math> and there is some <math>j \in R</math> such that <math>ij = 1</math>, so <math>i^2j = i</math> but also <math>i^2j = ij = 1</math>, and we assumed <math>i \neq 1</math>, a contradiction.) | ||
− | |||
== See also == | == See also == | ||
Line 9: | Line 16: | ||
[[Category:Ring theory]] | [[Category:Ring theory]] | ||
+ | |||
+ | {{stub}} |
Latest revision as of 15:37, 16 June 2008
Given a ring , a subset is called a subring of if it inherits the ring structure from . That is, must contain both the and (additive and multiplicative identities) of and be closed under the ring operations of multiplication, addition and additive inverse-taking.
Examples
Consider the ring of ordered pairs of integers with coordinatewise operations, i.e. and . Then the diagonal ring is a subring of : it contains the additive identity , the multiplicative identity and is closed under multiplication and addition.
Non-examples
The notion of a subring is slightly more subtle than that of a subgroup. Suppose that is a commutative ring with an idempotent element other than and , i.e. is a solution to the equation . Consider the principle ideal . As an ideal, this set is closed under addition and multiplication and contains the additive identity of . Moreover, this ideal is a ring with multiplicative identity : for every , so for every . However, it is not a subring of because it does not contain the multiplicative identity of . (Otherwise and there is some such that , so but also , and we assumed , a contradiction.)
See also
This article is a stub. Help us out by expanding it.