Mathlib Map

Theorems · Definition · commutative algebra

Ring.DirectLimit.lift

{ι : Type u_1} →
  [inst : Preorder ι] →
    (G : ι → Type u_2) →
      [inst_1 : (i : ι) → CommRing (G i)] →
        (f : (i j : ι) → i ≤ j → G i → G j) →
          (P : Type u_3) →
            [inst_2 : CommRing P] →
              (g : (i : ι) → G i →+* P) →
                (∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) (f i j hij x) = (g i) x) → Ring.DirectLimit G f →+* P

The universal property of the direct limit: maps from the components to another ring that respect the directed system structure (i.e. make some diagram commute) give rise to a unique map out of the direct limit.

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

Around this declaration

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

Cites11

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

Cited by8

Results whose statement or proof uses this declaration.