Difference between revisions of "Ideal"
(New page: In ring theory, an ideal is a special subset of the ring. ==Definition== Let <math>R</math> be a ring, with <math>(R, +)</math> the underlying additive group of the ring. A subset <m...) |
(expanded) |
||
Line 1: | Line 1: | ||
− | In [[ring]] | + | In [[ring theory]], an '''ideal''' is a special kind of [[subset]] of a [[ring]]. |
− | + | Specifially, if <math>A</math> is a ring, a subset <math>\mathfrak{a}</math> of <math>A</math> is called a ''left ideal of <math>A</math>'' if it is a subgroup under addition, and if <math>xa \in \alpha</math>, for all <math>x\in R</math> and <math>a\in \mathfrak{a}</math>. Symbolically, this can be written as | |
− | + | <cmath> 0\in \mathfrak{a}, \qquad \mathfrak{a+a\subseteq a}, \qquad A \mathfrak{a \subseteq a} . </cmath> | |
− | + | A ''right ideal'' is defined similarly, but with the modification <math>\mathfrak{a}A \subseteq \mathfrak{a}</math>. If <math>\mathfrak{a}</math> is both a left ideal and a right ideal, it is called a ''two-sided ideal''. In a [[commutative ring]], all three ideals are the same; they are simply called ideals. Note that the right ideals of a ring <math>A</math> are exactly the left ideals of the opposite ring <math>A^0</math>. | |
− | + | ||
+ | An ideal has the structure of a [[pseudo-ring]], that is, a structure that satisfies the properties of rings, except possibly for the existance of a multiplicative identity. | ||
+ | |||
+ | By abuse of language, a (left, right, two-sided) ideal of a ring <math>A</math> is called ''maximal'' if it is a [[maximum |maximal element]] of the set of (left, right, two-sided) ideals distinct from <math>A</math>. | ||
+ | |||
+ | == Examples of Ideals == | ||
+ | |||
+ | In the ring <math>\mathbb{Z}</math>, the ideals are the rings of the form <math>n \mathbb{Z}</math>, for some integer <math>n</math>. | ||
+ | |||
+ | In a [[field]] <math>F</math>, the only ideals are the set <math>\{0\}</math> and <math>F</math> itself. | ||
+ | |||
+ | In general, if <math>A</math> is a ring and <math>x</math> is an element of <math>A</math>, the set <math>Ax</math> is a left ideal of <math>A</math>. | ||
+ | |||
+ | == Generated Ideals == | ||
+ | |||
+ | Let <math>A</math> be a ring, and let <math>(x_i)_{i\in I}</math> be a family of elements of <math>A</math>. The left ideal generated by the family <math>(x_i)_{i\in I}</math> is the set of elements of <math>A</math> of the form | ||
+ | <cmath> \sum_{i \in I} a_i x_i, </cmath> | ||
+ | where <math>(a_i)_{i \in I}</math> is a family of elements of <math>A</math> of [[finite]] [[support]], as this set is a left ideal of <math>A</math>, thanks to distributivity, and every element of the set must be in every left ideal containing <math>(x_i)_{i\in I}</math>. Similarly, the two-sided ideal generated by <math>(x_i)_{i\in I}</math> is the set of elements of <math>A</math> of the form | ||
+ | <cmath> \sum_{i\in I} a_i x_i b_i, </cmath> | ||
+ | where <math>(a_i)_{i\in I}</math> and <math>(b_i)_{i \in I}</math> are families of finite support. | ||
==Problems== | ==Problems== | ||
<url>viewtopic.php?t=174516 Problem 1</url> | <url>viewtopic.php?t=174516 Problem 1</url> | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Subring]] | ||
+ | * [[Quotient ring]] | ||
+ | * [[Krull's Theorem]] | ||
+ | * [[Pseudo-ring]] | ||
+ | |||
+ | [[Category:Ring theory]] |
Revision as of 08:55, 13 June 2008
In ring theory, an ideal is a special kind of subset of a ring.
Specifially, if is a ring, a subset of is called a left ideal of if it is a subgroup under addition, and if , for all and . Symbolically, this can be written as A right ideal is defined similarly, but with the modification . If is both a left ideal and a right ideal, it is called a two-sided ideal. In a commutative ring, all three ideals are the same; they are simply called ideals. Note that the right ideals of a ring are exactly the left ideals of the opposite ring .
An ideal has the structure of a pseudo-ring, that is, a structure that satisfies the properties of rings, except possibly for the existance of a multiplicative identity.
By abuse of language, a (left, right, two-sided) ideal of a ring is called maximal if it is a maximal element of the set of (left, right, two-sided) ideals distinct from .
Examples of Ideals
In the ring , the ideals are the rings of the form , for some integer .
In a field , the only ideals are the set and itself.
In general, if is a ring and is an element of , the set is a left ideal of .
Generated Ideals
Let be a ring, and let be a family of elements of . The left ideal generated by the family is the set of elements of of the form where is a family of elements of of finite support, as this set is a left ideal of , thanks to distributivity, and every element of the set must be in every left ideal containing . Similarly, the two-sided ideal generated by is the set of elements of of the form where and are families of finite support.
Problems
<url>viewtopic.php?t=174516 Problem 1</url>