Mathlib Map

Theorems · Theorem · category theory

DirectLimit.zero_def

∀ {ι : 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 : Nonempty ι]
  [inst_5 : (i : ι) → Zero (G i)] [∀ (i j : ι) (h : i ≤ j), ZeroHomClass (T h) (G i) (G j)] (i : ι), 0 = ⟦⟨i, 0⟩⟧
Defined in
Mathlib.Algebra.Colimit.DirectLimit
Cited by
3 results in Mathlib
Foundations
Depth 13 from the axioms · uses Classical.choice, Quot.sound
Assumes
PreorderFunLikeDirectedSystemIsDirectedOrderNonemptyZeroZeroHomClass

Around this declaration

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

Cites10

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

Cited by3

Results whose statement or proof uses this declaration.