Theorems · Theorem · category theory
CategoryTheory.Precoverage.comap_comp
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u_1} [inst_1 : CategoryTheory.Category.{v_1, u_1} D]
{E : Type u_2} [inst_2 : CategoryTheory.Category.{v_2, u_2} E] (F : CategoryTheory.Functor C D)
(G : CategoryTheory.Functor D E) (J : CategoryTheory.Precoverage E),
CategoryTheory.Precoverage.comap (F.comp G) J =
CategoryTheory.Precoverage.comap F (CategoryTheory.Precoverage.comap G J)- Defined in
- Mathlib.CategoryTheory.Sites.Precoverage
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Functor.compstatement · cited by 6,529
- Set.extproof · cited by 2,266
- CategoryTheory.Presieveproof · cited by 449
- CategoryTheory.Precoveragestatement and proof · cited by 204
- CategoryTheory.Precoverage.coveringsproof · cited by 194
- CategoryTheory.Presieve.ofArrowsproof · cited by 150
- CategoryTheory.Precoverage.comapstatement and proof · cited by 27
Cited by1
Results whose statement or proof uses this declaration.