Theorems · Definition · category theory
CategoryTheory.Core.functorToCoreCompRightIso
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{G : Type u₂} →
[inst_1 : CategoryTheory.Groupoid G] →
{C' : Type u₄} →
[inst_2 : CategoryTheory.Category.{v₄, u₄} C'] →
(H : CategoryTheory.Functor G C) →
(F : CategoryTheory.Functor C C') →
CategoryTheory.Core.functorToCore (H.comp F) ≅ (CategoryTheory.Core.functorToCore H).comp F.coreThe functor functorToCore (H ⋙ F) factors through functorToCore H.
- Defined in
- Mathlib.CategoryTheory.Core
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Groupoidstatement and proof · cited by 182
- CategoryTheory.Corestatement · cited by 85
- CategoryTheory.Functor.corestatement · cited by 36
- CategoryTheory.Core.functorToCorestatement and proof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Core.functorToCore_comp_rightproof · cited by 0