Theorems · Definition · category theory
DirectLimit.map
{ι : Type u_1} →
[inst : Preorder ι] →
{F₁ : ι → Type u_2} →
{F₂ : ι → Type u_3} →
{T₁ : ⦃i j : ι⦄ → i ≤ j → Sort u_6} →
(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)] →
{T₂ : ⦃i j : ι⦄ → i ≤ j → Sort u_7} →
(f₂ : (i j : ι) → (h : i ≤ j) → T₂ h) →
[inst_3 : ⦃i j : ι⦄ → (h : i ≤ j) → FunLike (T₂ h) (F₂ i) (F₂ j)] →
[inst_4 : DirectedSystem F₂ fun x1 x2 x3 => ⇑(f₂ x1 x2 x3)] →
[inst_5 : IsDirectedOrder ι] →
(ih : (i : ι) → F₁ i → F₂ i) →
(∀ (i j : ι) (h : i ≤ j) (x : F₁ i), (f₂ i j h) (ih i x) = ih j ((f₁ i j h) x)) →
DirectLimit F₁ f₁ → DirectLimit F₂ f₂To 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
- 2 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- DirectLimit.setoidproof · cited by 65
- DirectLimit.liftproof · cited by 29
Cited by2
Results whose statement or proof uses this declaration.
- DirectLimit.map_defstatement · cited by 0
- DirectLimit.map.congr_simpstatement and proof · cited by 0