Theorems · Theorem · category theory
CategoryTheory.Functor.essImage.liftFunctor_map
∀ {J : Type u_1} {C : Type u_2} {D : Type u_3} [inst : CategoryTheory.Category.{v_1, u_1} J]
[inst_1 : CategoryTheory.Category.{v_2, u_2} C] [inst_2 : CategoryTheory.Category.{v_3, u_3} D]
(G : CategoryTheory.Functor J D) (F : CategoryTheory.Functor C D) [inst_3 : F.Full] [inst_4 : F.Faithful]
(hG : ∀ (j : J), F.essImage (G.obj j)) {i j : J} (f : i ⟶ j),
(CategoryTheory.Functor.essImage.liftFunctor G F hG).map f =
F.preimage
(CategoryTheory.CategoryStruct.comp (F.toEssImage.objObjPreimageIso { obj := G.obj i, property := ⋯ }).hom.hom
(CategoryTheory.CategoryStruct.comp (G.map f)
(F.toEssImage.objObjPreimageIso { obj := G.obj j, property := ⋯ }).inv.hom))- Defined in
- Mathlib.CategoryTheory.EssentialImage
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.ObjectProperty.FullSubcategory.objstatement · cited by 1,316
- CategoryTheory.InducedCategory.Hom.homstatement · cited by 850
- CategoryTheory.ObjectProperty.FullSubcategorystatement · cited by 726
- CategoryTheory.Functor.Fullstatement and proof · cited by 341
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.