Theorems · Definition · category theory
DirectLimit.lift
{ι : Type u_1} →
[inst : Preorder ι] →
{F : ι → Type u_4} →
{T : ⦃i j : ι⦄ → i ≤ j → Sort u_8} →
(f : (i j : ι) → (h : i ≤ j) → T h) →
[inst_1 : ⦃i j : ι⦄ → (h : i ≤ j) → FunLike (T h) (F i) (F j)] →
[inst_2 : DirectedSystem F fun x1 x2 x3 => ⇑(f x1 x2 x3)] →
[inst_3 : IsDirectedOrder ι] →
{C : Sort u_9} →
(ih : (i : ι) → F i → C) →
(∀ (i j : ι) (h : i ≤ j) (x : F i), ih i x = ih j ((f i j h) x)) → DirectLimit F f → CTo define a function from the direct limit, it suffices to provide one function from each component subject to a compatibility condition.
- Defined in
- Mathlib.Order.DirectedInverseSystem
- Cited by
- 29 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Preorderstatement and proof · cited by 7,952
- FunLikestatement and proof · cited by 2,560
- IsDirectedOrderstatement and proof · cited by 316
- DirectedSystemstatement and proof · cited by 174
- DirectLimitstatement and proof · cited by 103
Cited by36
Results whose statement or proof uses this declaration.
- DirectLimit.Ring.liftproof · cited by 5
- DirectLimit.Module.liftproof · cited by 4
- DirectLimit.lift.congr_simpstatement and proof · cited by 4
- DirectLimit.lift_defstatement · cited by 4
- DirectLimit.Algebra.liftproof · cited by 3
- DirectLimit.NonUnitalStarRing.liftproof · cited by 3
- DirectLimit.NonUnitalAlgebra.liftproof · cited by 3
- DirectLimit.NonUnitalRing.liftproof · cited by 3
- DirectLimit.mapproof · cited by 2
- DirectLimit.Algebra.lift_applystatement · cited by 0
- DirectLimit.Module.lift_applystatement · cited by 0
- DirectLimit.NonUnitalAlgebra.lift_toFunstatement · cited by 0