Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.IsLocallyFaithful

{C : Type uC} →
  [inst : CategoryTheory.Category.{vC, uC} C] →
    {D : Type uD} →
      [inst_1 : CategoryTheory.Category.{vD, uD} D] →
        CategoryTheory.Functor C D → CategoryTheory.GrothendieckTopology D → Prop

A functor G : C ⥤ D is locally faithful w.r.t. a topology on D if for every f₁ f₂ : U ⟶ V whose images in D are equal, the set of G.map gᵢ : G.obj Wᵢ ⟶ G.obj U such that gᵢ ≫ f₁ = gᵢ ≫ f₂ is a coverage of the topology on D.

Defined in
Mathlib.CategoryTheory.Sites.LocallyFullyFaithful
Cited by
13 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.

CategoryTheory.Functor.mem_inducedTopology_iff_of_isCoverDense · cited by 4Functor.mem_inducedTopolo…CategoryTheory.Functor.coverPreserving_restrictedTopology · cited by 3Functor.coverPreserving_r…CategoryTheory.Functor.functorPushforward_equalizer_mem · cited by 3Functor.functorPushforwar…CategoryTheory.Functor.mem_restrictedTopology_iff · cited by 2Functor.mem_restrictedTop…CategoryTheory.Functor.IsLocallyFaithful.ext · cited by 1IsLocallyFaithful.extCategoryTheory.Functor.IsLocallyFaithful.functorPushforward_equalizer_mem · cited by 1IsLocallyFaithful.functor…CategoryTheory.Functor.IsCoverDense.compatiblePreserving · cited by 1IsCoverDense.compatiblePr…CategoryTheory.Functor.sheafInducedTopologyEquivOfIsCoverDense · cited by 1Functor.sheafInducedTopol…CategoryTheory.Functor.IsDenseSubsite.isLocallyFaithful' · cited by 1IsDenseSubsite.isLocallyF…CategoryTheory.Functor.IsDenseSubsite.recOn · cited by 0IsDenseSubsite.recOnCategoryTheory.Functor.IsLocallyFaithful.casesOn · cited by 0IsLocallyFaithful.casesOnCategoryTheory.Functor.IsLocallyFaithful.recOn · cited by 0IsLocallyFaithful.recOnCategoryTheory.Functor.IsDenseSubsite.casesOn · cited by 0IsDenseSubsite.casesOnCategoryTheory.Functor.inducedTopology_coverPreserving · cited by 0Functor.inducedTopology_c…CategoryTheory.Functor.IsCoverDense.isContinuous · cited by 0IsCoverDense.isContinuousCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.GrothendieckTopology · cited by 1415CategoryTheory.Grothendie…Functor.IsLocallyFaithfulCITED BYCITES

Cites3

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

Cited by18

Results whose statement or proof uses this declaration.