Fields of Fractions and the CRT
Rings of fractions invert a multiplicatively closed set, enlarging an integral domain into its field of fractions the way Z becomes Q. The Chinese Remainder Theorem splits a quotient by comaximal ideals into a direct product, generalizing Z/mnZ ≅ Z/mZ × Z/nZ and explaining why the Euler function is multiplicative.
╌╌╌╌
Rings of fractions invert the elements that cancellation
already treats like units, producing the field of fractions of a domain. The Chinese
Remainder Theorem reverses a direct product: when a ring is quotiented by ideals that
are pairwise coprime,
the quotient factors into a product of simpler quotients.
Both constructions are modeled on the integers — and — and both hold for general commutative rings.
Inverting cancellable elements
In a commutative ring, a nonzero element that is not a zero divisor already cancels: forces . It behaves like a unit without necessarily being one — cancels but has no integer inverse. The construction below manufactures the missing inverses in a larger ring, exactly as the rational numbers supply inverses for the integers.1
Two restrictions are forced before starting. If is or a zero divisor, say with , then allowing as a denominator collapses the structure: , so could not embed. And the product rule needs the set of denominators closed under multiplication, since must also be a denominator. The theorem requires these two conditions and nothing more.
The ring of fractions
The construction copies the arithmetic of . A fraction is an ordered pair with , and two fractions are identified when they cross-multiply equal.
A single rational number has many representations, , and the relation collapses them to one class. Geometrically the pair is a lattice point and its class is the whole ray of proportional points.
The ring is the smallest one containing in which the elements of
invert, and smallest
is a universal property.
Any ring in which sits with its -elements inverted must already contain a copy of .1 The uniqueness of this extension is why is called the ring of fractions rather than merely a ring of fractions.
The field of fractions
The construction is most useful when is a domain and every nonzero element is allowed as a denominator.
Since every nonzero element becomes a unit, is a field. It is the smallest field containing : any field holding a copy of holds a copy of its field of fractions.12
- has field of fractions .
- A quadratic integer ring has field of fractions the quadratic field itself.
- , a domain-like ring without identity, still has field of
fractions — the identity
appears
in the fractions. - For any domain , the polynomial ring has field of fractions the field of rational functions , written when is a field. This is a recurring base field in field theory.
Restricting to the powers of a single element gives , whose elements look like polynomials in . This localization at inverts one element without inverting all of them, and is the local-to-global tool of commutative algebra.1
Direct products and comaximal ideals
The direct product of rings has componentwise addition and multiplication. A map into a product is a homomorphism exactly when each coordinate map is. The Chinese Remainder Theorem says when a single ring is already such a product, viewed through its ideals. The bridge is the ideal-theoretic form of
relatively prime.
In this is exactly coprimality: holds iff , since and the Bézout relation certifies it.3
The Chinese Remainder Theorem
For the argument is short. The map is a homomorphism because each coordinate is a projection, and its kernel is the set of elements lying in both and , that is . Comaximality supplies , with ; then and , so hits any target , proving surjectivity. Finally any satisfies , giving .3 The general case follows by induction once and are shown comaximal.
The named special case is the isomorphism for : each residue mod is determined by its pair of residues mod and mod , and every pair occurs exactly once.
Reading off the units on both sides shows they correspond, since a unit in a product is a unit in each factor:
Comparing orders recovers the multiplicativity of the Euler function, for coprime , and iterating over the prime-power factorization gives both and the product formula for .3 This is the ring-theoretic source of the counting facts used in cosets and Euler's theorem and in the classification of finite abelian groups.
Reconstructing from residues
The CRT is constructive: given the residues, the original element is recovered by a fixed formula. For pairwise coprime moduli with product , let be the product of the other moduli, coprime to ; its inverse exists and is found by the extended Euclidean algorithm.
- 1
- 2
- 3for each from to do
- 4product of the other moduli
- 5inverse via extended Euclid
- 6
- 7return
Each term is and modulo every other , so the sum satisfies all congruences at once, uniquely modulo .4
This is the basis of a residue-number-system representation. A calculation on integers too large for a machine word can be split across several coprime moduli, each fitting in a word; additions and multiplications run independently on each residue, and the CRT reassembles the exact result at the end. Because the residues never interact, the component calculations parallelize with no carries between them.4
| Object | Fractions view | CRT view |
|---|---|---|
| Direction | enlarge a domain | split a quotient |
| Model case | ||
| Hypothesis on | domain (or non-zero-divisor set) | pairwise comaximal ideals |
| Output | field of fractions | product |
Footnotes
- Dummit & Foote, Abstract Algebra, §7.5 — Rings of Fractions: the two restrictions on denominators, the construction with its embedding and universal property, the field of fractions of an integral domain, rational function fields, and localization . ↩ ↩2 ↩3 ↩4
- Judson, Abstract Algebra: Theory and Applications, §18.1 — Fields of Fractions: the construction of the field of fractions of an integral domain as equivalence classes of pairs, and its characterization as the smallest field containing the domain. ↩
- Dummit & Foote, Abstract Algebra, §7.6 — The Chinese Remainder Theorem: comaximal ideals, the CRT isomorphism, , the units isomorphism, and the multiplicativity of the Euler -function. ↩ ↩2 ↩3
- Judson, Abstract Algebra: Theory and Applications, §16.5 — An Application to Software Design: the constructive Chinese Remainder Theorem and its use in breaking large-integer arithmetic into independent computations modulo coprime moduli. ↩ ↩2
╌╌ END ╌╌