Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.IsCoverDense.Types.naturality_apply

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {D : Type u_2}
  [inst_1 : CategoryTheory.Category.{v_2, u_2} D] {K : CategoryTheory.GrothendieckTopology D}
  {G : CategoryTheory.Functor C D} {ℱ : CategoryTheory.Functor Dᵒᵖ (Type v)} {ℱ' : CategoryTheory.Sheaf K (Type v)}
  (α : G.op.comp ℱ ⟶ G.op.comp ℱ'.obj) [G.IsLocallyFull K] {X Y : C} (i : G.obj X ⟶ G.obj Y)
  (x : (fun X => X) ((G.op.comp ℱ).obj (Opposite.op Y))),
  (CategoryTheory.ConcreteCategory.hom (ℱ'.obj.map i.op))
      ((CategoryTheory.ConcreteCategory.hom (α.app (Opposite.op Y))) x) =
    (CategoryTheory.ConcreteCategory.hom (α.app (Opposite.op X))) ((CategoryTheory.ConcreteCategory.hom (ℱ.map i.op)) x)
Defined in
Mathlib.CategoryTheory.Sites.DenseSubsite.Basic
Cited by
4 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocallyFull

Around this declaration

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

Cites23

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

Cited by4

Results whose statement or proof uses this declaration.