Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

19 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 19 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Ideals, Quotient Rings and the Isomorphism Theorems for Rings

1 · Prerequisites

2 · Summary

Rings, unital subrings, additive quotients, group kernels, and Zorn's lemma provide the starting point. Ideals are additive subgroups closed under multiplication by ambient ring elements, so they are exactly the subobjects that permit representative-independent multiplication of additive cosets. The canonical quotient map and the group factorisation result guide the corresponding ring constructions.

The page defines ideals, generated ideals, quotient rings, ideal sums and products, and prime and maximal ideals. It proves quotient-ring well-definedness and laws, the universal property, each ring isomorphism theorem, and the ideal correspondence. For commutative rings it characterises domain and field quotients, derives maximal-implies-prime, and obtains maximal ideals from Zorn's lemma.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

Left, right and two-sided ideals

Definition

Left, right and two-sided ideals.

Let RR be a ring. An additive subgroup I(R,+)I\le(R,+) is a left ideal when riIr i\in I for every rRr\in R and iIi\in I, and a right ideal when irIi r\in I for every such r,ir,i. A two-sided ideal, written IRI\mathrel{\trianglelefteq}R, is both a left and a right ideal. In a commutative ring these three notions agree.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Ideal criteria and intersections of ideals

Statement

Ideal criteria and intersections of ideals.

A nonempty subset IRI\subseteq R is a two-sided ideal exactly when it is closed under xyx-y and under rx,xrrx,xr for all rRr\in R, x,yIx,y\in I. Any intersection of two-sided ideals is a two-sided ideal, with the empty intersection equal to RR.

Facts & Assumptions

Given: A ring RR and a subset IRI\subseteq R.

[L1]

A two-sided ideal is an additive subgroup closed under left and right multiplication by ring elements (Left, right and two-sided ideals).

Proof

technique · direct
1.1

Closure under xyx-y is exactly the additive subgroup criterion, and the two absorption conditions then give the ideal criterion.

L1L2L3givenalgebra
2.1

An intersection has subtraction closure and both absorption properties because each member ideal has them; for the empty family the intersection is RR.

step 1.1L1L2L3givenalgebra
3.1

The criterion and intersection assertion follow.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

The ideal generated by a subset and principal ideals

Definition

The ideal generated by a subset and principal ideals.

For SRS\subseteq R, define (S)(S) to be the intersection of all two-sided ideals of RR containing SS. This family is nonempty because it contains RR, and Ideal criteria and intersections of ideals shows that (S)(S) is an ideal. For aRa\in R, the ideal ({a})(\{a\}) is written (a)(a) and is called principal.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

In a commutative ring, (S)(S) consists of finite sums risi\sum r_i s_i, and (a)=Ra(a)=Ra

Statement

In a commutative ring, (S)(S) consists of finite sums risi\sum r_i s_i, and (a)=Ra(a)=Ra.

The empty sum is included and equals 00.

Facts & Assumptions

Given: A commutative ring RR and a subset SRS\subseteq R.

[L1]

(S)(S) is the intersection of ideals containing SS (The ideal generated by a subset and principal ideals).

[L2]

The ideal criterion uses subtraction and absorption (Ideal criteria and intersections of ideals).

[L3]

Multiplication in a commutative ring commutes (Commutative ring).

Proof

technique · direct
1.1

Let JJ be the finite sums risi\sum r_is_i; it contains SS and is closed under subtraction and multiplication by arbitrary ring elements.

L1L2L3givenalgebra
2.1

Thus JJ is an ideal containing SS, while every ideal containing SS contains each such finite sum.

step 1.1L1L2L3givenalgebra
3.1

Hence J=(S)J=(S); taking S={a}S=\{a\} gives (a)=Ra(a)=Ra.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

The sum I+JI+J and product IJIJ of two-sided ideals

Definition

The sum I+JI+J and product IJIJ of two-sided ideals.

For two-sided ideals I,JRI,J\mathrel{\trianglelefteq}R, set

I+J:={i+j:iI, jJ},IJ:={k=1mikjk:m0, ikI, jkJ}.I+J:=\{i+j:i\in I,\ j\in J\},\qquad IJ:=\left\{\sum_{k=1}^m i_kj_k:m\ge0,\ i_k\in I,\ j_k\in J\right\}.

The empty sum in the definition of IJIJ is 00.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The sum and product of two-sided ideals are two-sided ideals

Statement

The sum and product of two-sided ideals are two-sided ideals.

Facts & Assumptions

Given: Two-sided ideals I,JRI,J\mathrel{\trianglelefteq}R.

[L1]

I+JI+J and IJIJ are the indicated elementwise and finite-sum sets (The sum I+JI+J and product IJIJ of two-sided ideals).

[L2]

The ideal criterion is subtraction closure plus two-sided absorption (Ideal criteria and intersections of ideals).

Proof

technique · direct
1.1

Subtraction closure of I+JI+J and of IJIJ follows by subtracting representatives and concatenating finite sums.

L1L2L3givenalgebra
2.1

Multiplying a representative on either side keeps it in I+JI+J, and distributivity keeps each summand of a product in IJIJ.

step 1.1L1L2L3givenalgebra
3.1

The closure established in step 2.1 proves both claims.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The kernel of a ring homomorphism is a two-sided ideal

Statement

The kernel of a ring homomorphism is a two-sided ideal.

Facts & Assumptions

Given: A ring homomorphism f:RSf:R\to S.

[L1]

A ring homomorphism preserves addition, multiplication, 00, and 11 (Ring homomorphism: additive, multiplicative, and required to send 11 to 11).

[L3]

The group kernel is the inverse image of 00 in the additive groups (The kernel and image of a group homomorphism).

[L4]

A two-sided ideal is an additive subgroup with two-sided absorption (Left, right and two-sided ideals).

Proof

technique · direct
1.1

The additive-group kernel of ff is an additive subgroup of RR.

L1L2L3L4given
2.1

If xkerfx\in\ker f and rRr\in R, then f(rx)=f(r)f(x)=0f(rx)=f(r)f(x)=0 and f(xr)=0f(xr)=0.

step 1.1L1L2L3L4givenalgebra
3.1

Thus the additive and absorption properties make kerf\ker f a two-sided ideal.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

The quotient ring R/IR/I with (r+I)(s+I)=rs+I(r+I)(s+I)=rs+I

Definition

The quotient ring R/IR/I with (r+I)(s+I)=rs+I(r+I)(s+I)=rs+I.

Let IRI\mathrel{\trianglelefteq}R. Since II is an additive subgroup of the abelian group (R,+)(R,+), its additive cosets form the quotient group R/IR/I (The quotient group G/NG/N and coset product (gN)(hN)=ghN(gN)(hN)=ghN, Every subgroup of an abelian group is normal). Define

(r+I)(s+I):=rs+I.(r+I)(s+I):=rs+I.

The well-definedness and ring laws are established by Multiplication of additive cosets is well defined if and only if the additive subgroup is a two-sided ideal and For a two-sided ideal II, the additive cosets form a ring R/IR/I with identity 1+I1+I .

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Multiplication of additive cosets is well defined if and only if the additive subgroup is a two-sided ideal

Statement

Multiplication of additive cosets is well defined if and only if the additive subgroup is a two-sided ideal.

Let J(R,+)J\le(R,+). The rule (r+J)(s+J)=rs+J(r+J)(s+J)=rs+J is independent of representatives exactly when JRJ\mathrel{\trianglelefteq}R.

Facts & Assumptions

Given: A ring RR and an additive subgroup J(R,+)J\le(R,+).

[L1]

The displayed rule is the proposed quotient multiplication (The quotient ring R/IR/I with (r+I)(s+I)=rs+I(r+I)(s+I)=rs+I).

[L2]

A two-sided ideal is an additive subgroup absorbing multiplication on both sides (Left, right and two-sided ideals).

[L5]

Additive cosets are available for an additive subgroup (The quotient group G/NG/N and coset product (gN)(hN)=ghN(gN)(hN)=ghN).

Proof

technique · direct
1.1

If JJ is an ideal and r=r+ir'=r+i, s=s+js'=s+j, then rsrs=rj+is+ijJr's'-rs=rj+is+ij\in J, so the product is well defined.

L1L2L3L4L5givenalgebra
2.1

Conversely, compare (r+J)(0+J)(r+J)(0+J) with (r+J)(j+J)(r+J)(j+J) and the reversed product; [L4] gives rj,jrJrj,jr\in J for all r,jr,j.

step 1.1L1L2L3L4L5givenalgebra
3.1

Thus the rule is well defined exactly when JJ is a two-sided ideal.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

For a two-sided ideal II, the additive cosets form a ring R/IR/I with identity 1+I1+I

Statement

For a two-sided ideal II, the additive cosets form a ring R/IR/I with identity 1+I1+I.

Facts & Assumptions

Given: A ring RR and a two-sided ideal IRI\mathrel{\trianglelefteq}R.

[L1]

R/IR/I has the stated coset addition and multiplication (The quotient ring R/IR/I with (r+I)(s+I)=rs+I(r+I)(s+I)=rs+I).

Proof

technique · direct
1.1

By [L3], coset addition has an abelian-group structure, and [L2] makes coset multiplication a defined operation.

L1L2L3L4given
2.1

Associativity and both distributive laws follow by applying the corresponding ring law in RR to representatives; 1+I1+I is a multiplicative identity.

step 1.1L1L2L3L4givenalgebra
3.1

Hence R/IR/I is a ring with identity 1+I1+I.

step 2.1
PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

The canonical projection RR/IR\to R/I is a surjective ring homomorphism with kernel II

Statement

The canonical projection RR/IR\to R/I is a surjective ring homomorphism with kernel II.

For IRI\mathrel{\trianglelefteq}R, π(r)=r+I\pi(r)=r+I has these properties.

Facts & Assumptions

Given: A ring RR and a two-sided ideal IRI\mathrel{\trianglelefteq}R.

[L2]

A ring homomorphism preserves addition, multiplication, and identity (Ring homomorphism: additive, multiplicative, and required to send 11 to 11).

[L4]

A kernel is the inverse image of the identity element (The kernel and image of a group homomorphism).

[L5]

The coset-equality criterion gives r+I=0+Ir+I=0+I exactly when rI-r\in I, hence exactly when rIr\in I because II is an additive subgroup (xaHx\in aH iff a1xHa^{-1}x\in H, and aH=bHaH=bH iff a1bHa^{-1}b\in H).

Proof

technique · direct
1.1

The identities π(r+s)=π(r)+π(s)\pi(r+s)=\pi(r)+\pi(s), π(rs)=π(r)π(s)\pi(rs)=\pi(r)\pi(s), and π(1)=1+I\pi(1)=1+I show that π\pi is a ring homomorphism.

L1L2givenalgebra
2.1

By [L3] it is surjective; by [L4] and [L5], its kernel is exactly II.

step 1.1L3L4L5givenalgebra
3.1

Thus kerπ=I\ker\pi=I.

step 2.1
PropositionStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

For every nNn\in\mathbb N, the congruence-class ring Z/n\mathbb Z/n is the quotient ring Z/nZ\mathbb Z/n\mathbb Z

Statement

For every nNn\in\mathbb N, the congruence-class ring Z/n\mathbb Z/n is the quotient ring Z/nZ\mathbb Z/n\mathbb Z.

This includes n=0n=0 and n=1n=1.

Facts & Assumptions

Given: A natural number nn, viewed as a nonnegative integer.

[L1]
[L2]
[L4]

[a]n+[b]n=[a+b]n[a]_n+[b]_n=[a+b]_n and [a]n[b]n=[ab]n[a]_n[b]_n=[ab]_n (Addition and multiplication on Z/n\mathbb{Z}/n by [a]n+[b]n=[a+b]n[a]_n+[b]_n=[a+b]_n and [a]n[b]n=[ab]n[a]_n[b]_n=[ab]_n).

[L5]

Z\mathbb Z is a commutative ring with identity (The integers form a commutative ring).

Proof

technique · direct
1.1

Map a+nZa+n\mathbb Z to [a]n[a]_n; [L2] makes this an equality of additive quotient sets.

L1L2L3L4L5givenconstruct
2.1

The quotient product maps to [ab]n[ab]_n, exactly the modular product in [L4], and the identities agree.

step 1.1L1L2L3L4L5givenalgebra
3.1

Therefore the congruence-class ring is literally the quotient ring, including at n=0,1n=0,1.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

A ring homomorphism whose kernel contains a two-sided ideal factors uniquely through the quotient ring

Statement

A ring homomorphism whose kernel contains a two-sided ideal factors uniquely through the quotient ring.

If IRI\mathrel{\trianglelefteq}R, f:RSf:R\to S is a ring homomorphism, and IkerfI\subseteq\ker f, there is a unique ring homomorphism fˉ:R/IS\bar f:R/I\to S such that fˉ(r+I)=f(r)\bar f(r+I)=f(r).

Facts & Assumptions

Given: A two-sided ideal IRI\mathrel{\trianglelefteq}R and a ring homomorphism f:RSf:R\to S with IkerfI\subseteq\ker f.

[L2]

A two-sided ideal is an additive subgroup (Left, right and two-sided ideals).

[L3]

Every subgroup of an abelian group is normal (Every subgroup of an abelian group is normal).

[L4]
[L5]

A group homomorphism killing a normal subgroup factors uniquely through its quotient (A homomorphism that kills a normal subgroup factors uniquely through the quotient group).

[L6]

A ring homomorphism preserves addition, multiplication, and identity (Ring homomorphism: additive, multiplicative, and required to send 11 to 11).

Proof

technique · constructive
1.1

By [L1]--[L3], II is normal in the additive group of RR; applying [L5] to the additive homomorphism underlying ff defines fˉ(r+I)=f(r)\bar f(r+I)=f(r) and proves representative independence.

L1L2L3L5L6givenconstruct
2.1

Since [L4] gives (r+I)(s+I)=rs+I(r+I)(s+I)=rs+I, one has fˉ((r+I)(s+I))=f(rs)=f(r)f(s)\bar f((r+I)(s+I))=f(rs)=f(r)f(s), and fˉ(1+I)=f(1)=1\bar f(1+I)=f(1)=1; thus fˉ\bar f is a ring homomorphism.

step 1.1L4L6givenalgebra
3.1

The factor identity f=fˉπf=\bar f\circ\pi holds by step 1.1, and any ring-homomorphic factor is additive, so the uniqueness in [L5] proves its uniqueness as a ring factor.

step 1.1step 2.1L5L6discharge-construct
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

First isomorphism theorem for rings: R/kerfimfR/\ker f\cong\operatorname{im}f

Statement

First isomorphism theorem for rings: R/kerfimfR/\ker f\cong\operatorname{im}f.

Facts & Assumptions

Proof

technique · direct
1.1

By [L2] and [L1], ff induces a ring homomorphism fˉ:R/kerfimf\bar f:R/\ker f\to\operatorname{im}f with fˉ(r+kerf)=f(r)\bar f(r+\ker f)=f(r).

L1L2L3L4L5givenconstruct
2.1

This map is surjective by the definition of image, and its additive kernel is trivial, hence it is injective by [L4].

step 1.1L1L2L3L4L5givenalgebra
3.1

Thus fˉ\bar f is a ring isomorphism.

step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

If SS is a subring and II is an ideal of RR, then S+IS+I is a subring, II is an ideal of S+IS+I, and SIS\cap I is an ideal of SS

Statement

If SS is a subring and II is an ideal of RR, then S+IS+I is a subring, II is an ideal of S+IS+I, and SIS\cap I is an ideal of SS.

Facts & Assumptions

Given: A unital subring SRS\subseteq R and a two-sided ideal IRI\mathrel{\trianglelefteq}R.

[L1]

A subring contains the ambient identity and is closed under ring operations (Subring: a subset containing 1R1_R and closed under addition, additive inverses and multiplication).

[L3]

An ideal is an additive subgroup with two-sided absorption (Left, right and two-sided ideals).

[L4]

Intersections of ideals and the ideal criterion are valid (Ideal criteria and intersections of ideals).

Proof

technique · direct
1.1

S+IS+I contains 1R1_R and is subtraction-closed; expanding (s+i)(t+j)=st+sj+it+ij(s+i)(t+j)=st+sj+it+ij proves multiplication closure.

L1L2L3L4givenalgebra
2.1

For s+iS+Is+i\in S+I and jIj\in I, both (s+i)j(s+i)j and j(s+i)j(s+i) lie in II, while SIS\cap I is subtraction-closed and absorbed by SS.

step 1.1L1L2L3L4givenalgebra
3.1

Hence S+IS+I is a unital subring, IS+II\mathrel{\trianglelefteq}S+I, and SISS\cap I\mathrel{\trianglelefteq}S.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Second isomorphism theorem for rings: S/(SI)(S+I)/IS/(S\cap I)\cong(S+I)/I

Statement

Second isomorphism theorem for rings: S/(SI)(S+I)/IS/(S\cap I)\cong(S+I)/I.

If SS is a unital subring of RR and IRI\mathrel{\trianglelefteq}R, then this is an isomorphism of unital rings.

Facts & Assumptions

Given: A unital subring SRS\subseteq R and a two-sided ideal IRI\mathrel{\trianglelefteq}R.

[L1]

S+IS+I is a subring, IS+II\mathrel{\trianglelefteq}S+I, and SISS\cap I\mathrel{\trianglelefteq}S (If SS is a subring and II is an ideal of RR, then S+IS+I is a subring, II is an ideal of S+IS+I, and SIS\cap I is an ideal of SS).

[L2]

The first ring isomorphism theorem identifies a ring modulo a kernel with its image (First isomorphism theorem for rings: R/kerfimfR/\ker f\cong\operatorname{im}f).

[L3]

Proof

technique · direct
1.1

Restrict the quotient map S+I(S+I)/IS+I\to(S+I)/I to ϕ:S(S+I)/I\phi:S\to(S+I)/I, ϕ(s)=s+I\phi(s)=s+I.

L1L2L3givenconstruct
2.1

Its kernel is SIS\cap I, and every (s+i)+I(s+i)+I equals s+Is+I, so its image is all of (S+I)/I(S+I)/I.

step 1.1L1L2L3givenalgebra
3.1

The kernel and image computation gives S/(SI)(S+I)/IS/(S\cap I)\cong(S+I)/I.

step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

If IJI\subseteq J are ideals of RR, then J/IJ/I is an ideal of R/IR/I

Statement

If IJI\subseteq J are ideals of RR, then J/IJ/I is an ideal of R/IR/I.

Facts & Assumptions

Given: Two-sided ideals IJRI\subseteq J\mathrel{\trianglelefteq}R.

[L1]

Ideals are additive subgroups with absorption (Left, right and two-sided ideals).

Proof

technique · direct
1.1

J/I={j+I:jJ}J/I=\{j+I:j\in J\} is an additive subgroup of R/IR/I because JJ is an additive subgroup.

L1L2L3givenalgebra
2.1

For r+IR/Ir+I\in R/I and j+IJ/Ij+I\in J/I, both (r+I)(j+I)=rj+I(r+I)(j+I)=rj+I and (j+I)(r+I)=jr+I(j+I)(r+I)=jr+I lie in J/IJ/I.

step 1.1L1L2L3givenalgebra
3.1

Hence J/IJ/I is a two-sided ideal of R/IR/I.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Third isomorphism theorem for rings: (R/I)/(J/I)R/J(R/I)/(J/I)\cong R/J

Statement

Third isomorphism theorem for rings: (R/I)/(J/I)R/J(R/I)/(J/I)\cong R/J.

Facts & Assumptions

Given: Two-sided ideals IJRI\subseteq J\mathrel{\trianglelefteq}R.

Proof

technique · direct
1.1

Define ϕ:R/IR/J\phi:R/I\to R/J by ϕ(r+I)=r+J\phi(r+I)=r+J; it is a well-defined surjective ring homomorphism because IJI\subseteq J.

L1L2L3givenconstruct
2.1

The equality ϕ(r+I)=0+J\phi(r+I)=0+J holds exactly when rJr\in J, so kerϕ=J/I\ker\phi=J/I.

step 1.1L1L2L3givenalgebra
3.1

The kernel and image computation gives (R/I)/(J/I)R/J(R/I)/(J/I)\cong R/J.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Correspondence theorem: ideals of R/IR/I correspond to ideals of RR containing II

Statement

Correspondence theorem: ideals of R/IR/I correspond to ideals of RR containing II.

For IRI\mathrel{\trianglelefteq}R, JJ/IJ\mapsto J/I and Kπ1(K)K\mapsto\pi^{-1}(K) are inverse inclusion-preserving bijections between ideals JJ of RR containing II and ideals KK of R/IR/I.

Facts & Assumptions

Given: An ideal IRI\mathrel{\trianglelefteq}R and π:RR/I\pi:R\to R/I.

[L1]
[L2]

Kernels of ring homomorphisms are ideals (The kernel of a ring homomorphism is a two-sided ideal).

[L3]

Ideals are additive subgroups with absorption (Left, right and two-sided ideals).

Proof

technique · direct
1.1

If JJ contains II, then J/I=π[J]J/I=\pi[J] is an ideal of R/IR/I; if KK is an ideal of R/IR/I, then π1(K)\pi^{-1}(K) is an ideal containing II.

L1L2L3L4givenconstruct
2.1

Surjectivity gives π[π1(K)]=K\pi[\pi^{-1}(K)]=K, and IJI\subseteq J gives π1(π[J])=J\pi^{-1}(\pi[J])=J; inclusion is preserved.

step 1.1L1L2L3L4givenalgebra
3.1

Therefore the two assignments give the claimed correspondence.

step 2.1
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-02Open item page →

Prime ideals and maximal ideals in a commutative ring

Definition

Prime ideals and maximal ideals in a commutative ring.

Let RR be a commutative ring. A proper ideal PRP\subsetneq R is prime when abPab\in P implies aPa\in P or bPb\in P. A proper ideal MRM\subsetneq R is maximal when there is no proper ideal strictly between MM and RR; equivalently, it is a maximal element of the poset of proper ideals ordered by inclusion.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

R/PR/P is an integral domain if and only if PP is a prime ideal

Statement

R/PR/P is an integral domain if and only if PP is a prime ideal.

Here RR is commutative and PRP\mathrel{\trianglelefteq}R is an ideal.

Facts & Assumptions

Given: A commutative ring RR and a two-sided ideal PRP\mathrel{\trianglelefteq}R.

[L1]

A prime ideal is proper and satisfies abPaPab\in P\Rightarrow a\in P or bPb\in P (Prime ideals and maximal ideals in a commutative ring).

[L2]

Products in R/PR/P are (a+P)(b+P)=ab+P(a+P)(b+P)=ab+P (For a two-sided ideal II, the additive cosets form a ring R/IR/I with identity 1+I1+I).

[L3]

An integral domain is a nonzero commutative ring without zero divisors (Zero divisor, and integral domain: a commutative ring with 101 \ne 0 and no zero divisors).

[L4]

The canonical projection RR/PR\to R/P has kernel PP; equivalently, a+P=0+Pa+P=0+P exactly when aPa\in P (The canonical projection RR/IR\to R/I is a surjective ring homomorphism with kernel II).

Proof

technique · direct
1.1

If PP is prime, then PP is proper, so 1+P0+P1+P\ne0+P by [L4]; and (a+P)(b+P)=0+P(a+P)(b+P)=0+P gives abPab\in P, hence a+P=0+Pa+P=0+P or b+P=0+Pb+P=0+P, while commutativity of RR makes the quotient commutative.

L1L2L3L4givenalgebra
2.1

If R/PR/P is a domain and abPab\in P, then (a+P)(b+P)=0+P(a+P)(b+P)=0+P, so [L3] and [L4] give aPa\in P or bPb\in P; its nonzero identity gives 1P1\notin P, hence PRP\subsetneq R.

step 1.1L1L2L3L4givenalgebra
3.1

These implications prove the equivalence.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

R/MR/M is a field if and only if MM is a maximal ideal

Statement

R/MR/M is a field if and only if MM is a maximal ideal.

Here RR is commutative and MM is an ideal of RR.

Facts & Assumptions

Given: A commutative ring RR and a proper ideal MRM\mathrel{\trianglelefteq}R.

[L1]

A maximal ideal has no proper intermediate ideal (Prime ideals and maximal ideals in a commutative ring).

[L2]

R/MR/M is a quotient ring with its usual coset operations (For a two-sided ideal II, the additive cosets form a ring R/IR/I with identity 1+I1+I).

[L3]
[L4]

The definition of field requires a multiplicative inverse for each nonzero element (Field).

[L5]

The ideal criterion verifies ideals by subtraction and absorption (Ideal criteria and intersections of ideals).

Proof

technique · direct
1.1

If MM is maximal and aMa\notin M, the set J={m+ra:mM,rR}J=\{m+ra:m\in M,r\in R\} is an ideal by the subtraction-and-absorption criterion, properly contains MM, and hence is RR; thus m+ra=1m+ra=1 for some mM,rRm\in M,r\in R, giving (a+M)(r+M)=1+M(a+M)(r+M)=1+M.

L1L2L3L4L5givenalgebra
2.1

If R/MR/M is a field and MJRM\subsetneq J\mathrel{\trianglelefteq}R, choose aJMa\in J\setminus M; an inverse r+Mr+M of a+Ma+M gives ar1MJar-1\in M\subseteq J, while arJar\in J, so 1J1\in J and J=RJ=R.

step 1.1L1L2L3L4L5givenchoose
3.1

Hence R/MR/M is a field exactly when MM is maximal.

step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-02Open item page →

Every maximal ideal of a commutative ring is prime

Statement

Every maximal ideal of a commutative ring is prime.

Facts & Assumptions

Given: A maximal ideal MM of a commutative ring RR.

[L1]

R/MR/M is a field when MM is maximal (R/MR/M is a field if and only if MM is a maximal ideal).

[L2]

R/PR/P is a domain exactly when PP is prime (R/PR/P is an integral domain if and only if PP is a prime ideal).

Proof

technique · direct
1.1

By [L1], R/MR/M is a field.

L1L2L3given
2.1

By [L3], that quotient is an integral domain.

step 1.1L1L2L3given
3.1

The domain conclusion of step 2.1 yields that MM is prime.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-06 (claude-opus-5)Open item page →

In a nonzero commutative ring, every proper ideal is contained in a maximal ideal

Statement

Assume the Axiom of Choice (The Axiom of Choice).

In a nonzero commutative ring, every proper ideal is contained in a maximal ideal.

Facts & Assumptions

Given: A nonzero commutative ring RR and a proper ideal IRI\mathrel{\trianglelefteq}R.

[L1]

A maximal ideal is a maximal proper ideal under inclusion (Prime ideals and maximal ideals in a commutative ring).

[L2]

Ideals are additive subgroups with multiplication absorption (Left, right and two-sided ideals).

[L3]

An ideal criterion and intersection closure are available (Ideal criteria and intersections of ideals).

[L4]

Assuming the Axiom of Choice, a nonempty poset in which every chain has an upper bound has a maximal element (Zorn's lemma).

[L5]

A chain is a subset linearly ordered by the ambient order (Chain in a poset).

[L6]

A maximal element has no strictly larger element in the poset (Maximal element and greatest element).

Proof

technique · direct
1.1

Let P\mathcal P be the poset of proper ideals of RR containing II, ordered by inclusion.

L1L2givenconstruct
1.2

P\mathcal P is nonempty, because II is a proper ideal containing II.

givenL2
2.1

The empty chain of P\mathcal P has an upper bound in P\mathcal P: every member of P\mathcal P is vacuously above all of its members, and P\mathcal P is nonempty, so II is such an upper bound.

step 1.1step 1.2L5
2.2

A nonempty chain CP\mathcal C\subseteq\mathcal P has an upper bound in P\mathcal P: C\bigcup\mathcal C is an ideal containing II, and it is proper, since 1C1\in\bigcup\mathcal C would place 11 in some member of C\mathcal C, forcing that member to equal RR and contradicting its properness.

step 1.1L2L3L5L7algebra
3.1

Every chain of P\mathcal P has an upper bound in P\mathcal P, and P\mathcal P is a nonempty poset, so Zorn's lemma yields a maximal element MM of P\mathcal P.

step 1.2step 2.1step 2.2L4
4.1

MM is a proper ideal containing II that is maximal among proper ideals of RR, so MM is a maximal ideal containing II.

step 3.1L1L6

5 · Examples, counterexamples and false statements

None yet.

Sources