Mathlib Map

Theorems · Definition · commutative algebra

Ring.DirectLimit

{ι : Type u_1} →
  [inst : Preorder ι] →
    (G : ι → Type u_2) → [(i : ι) → CommRing (G i)] → ((i j : ι) → i ≤ j → G i → G j) → Type (max (max u_1 u_2) u_2 u_1)

The direct limit of a directed system is the ring obtained by gluing the components along the maps.

Defined in
Mathlib.Algebra.Colimit.Ring
Cited by
26 results in Mathlib
Foundations
Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderCommRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by33

Results whose statement or proof uses this declaration.