Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.JointlyFaithful

{C : Type u_1} →
  [inst : CategoryTheory.Category.{u_4, u_1} C] →
    {I : Type u_2} →
      {D : I → Type u_3} →
        [inst_1 : (i : I) → CategoryTheory.Category.{u_5, u_3} (D i)] →
          ((i : I) → CategoryTheory.Functor C (D i)) → Prop

A family of functors is jointly faithful if whenever two morphisms f : X ⟶ Y and g : X ⟶ Y become equal after applying all functors F i, then f = g.

Defined in
Mathlib.CategoryTheory.Functor.ReflectsIso.Jointly
Cited by
7 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

Cites2

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

Cited by9

Results whose statement or proof uses this declaration.