Mathlib Map

Theorems · Definition · category theory

DirectLimit.setoid

{ι : 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)] →
            [DirectedSystem F fun x1 x2 x3 => ⇑(f x1 x2 x3)] → [IsDirectedOrder ι] → Setoid ((i : ι) × F i)

The setoid on the sigma type defining the direct limit.

Defined in
Mathlib.Order.DirectedInverseSystem
Cited by
65 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
PreorderFunLikeDirectedSystemIsDirectedOrder

Around this declaration

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

Cites5

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

Cited by75

Results whose statement or proof uses this declaration.