Mathlib Map

Theorems · Definition · category theory

DirectLimit.Module.lift

(R : Type u_1) →
  (ι : Type u_2) →
    [inst : Preorder ι] →
      (G : ι → Type u_3) →
        {T : ⦃i j : ι⦄ → i ≤ j → Type u_6} →
          (f : (x x_1 : ι) → (h : x ≤ x_1) → T h) →
            [inst_1 : (i j : ι) → (h : i ≤ j) → FunLike (T h) (G i) (G j)] →
              [inst_2 : DirectedSystem G fun x1 x2 x3 => ⇑(f x1 x2 x3)] →
                [inst_3 : IsDirectedOrder ι] →
                  [inst_4 : Semiring R] →
                    [inst_5 : (i : ι) → AddCommMonoid (G i)] →
                      [inst_6 : (i : ι) → Module R (G i)] →
                        [inst_7 : ∀ (i j : ι) (h : i ≤ j), LinearMapClass (T h) R (G i) (G j)] →
                          [inst_8 : Nonempty ι] →
                            {P : Type u_7} →
                              [inst_9 : AddCommMonoid P] →
                                [inst_10 : Module R P] →
                                  (g : (i : ι) → G i →ₗ[R] P) →
                                    (∀ (i j : ι) (hij : i ≤ j) (x : G i), (g j) ((f i j hij) x) = (g i) x) →
                                      DirectLimit G f →ₗ[R] P

The universal property of the direct limit: maps from the components to another module 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.DirectLimit
Cited by
4 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderFunLikeDirectedSystemIsDirectedOrderSemiringAddCommMonoidModuleLinearMapClassNonemptyAddCommMonoidModule

Around this declaration

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

Cites14

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

Cited by5

Results whose statement or proof uses this declaration.