Theorems · Definition · category theory
CategoryTheory.Functor.LeftExtension.precomp
{C : Type u_1} →
{C' : Type u_2} →
{H : Type u_3} →
{D : Type u_4} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C'] →
[inst_2 : CategoryTheory.Category.{v_3, u_3} H] →
[inst_3 : CategoryTheory.Category.{v_4, u_4} D] →
(L : CategoryTheory.Functor C D) →
(F : CategoryTheory.Functor C H) →
(G : CategoryTheory.Functor C' C) →
CategoryTheory.Functor (L.LeftExtension F) ((G.comp L).LeftExtension (G.comp F))The functor LeftExtension L F ⥤ LeftExtension (G ⋙ L) (G ⋙ F)
obtained by precomposition.
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Functor.whiskeringLeftstatement and proof · cited by 395
- CategoryTheory.Functor.LeftExtensionstatement · cited by 67
- CategoryTheory.StructuredArrow.map₂proof · cited by 32
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.LeftExtension.precomp₂proof · cited by 6
- CategoryTheory.Functor.LeftExtension.precomp_obj_hom_appstatement · cited by 2
- CategoryTheory.Functor.LeftExtension.isUniversalPrecompEquivstatement and proof · cited by 1
- CategoryTheory.Functor.LeftExtension.precomp₂_obj_hom_appstatement · cited by 1
- CategoryTheory.Functor.isLeftKanExtension_iff_precompproof · cited by 0
- CategoryTheory.Functor.LeftExtension.precomp₂_map_rightstatement · cited by 0
- CategoryTheory.Functor.LeftExtension.precomp_map_leftstatement and proof · cited by 0
- CategoryTheory.Functor.LeftExtension.precomp_map_rightstatement and proof · cited by 0
- CategoryTheory.Functor.LeftExtension.precomp_obj_leftstatement and proof · cited by 0
- CategoryTheory.Functor.LeftExtension.precomp_obj_rightstatement and proof · cited by 0
- CategoryTheory.Functor.LeftExtension.precomp₂_map_leftstatement · cited by 0