Mathlib Map

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.core

The 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
Assumes
CategoryTheory.CategoryCategoryTheory.GroupoidCategoryTheory.Category

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.

Cited by1

Results whose statement or proof uses this declaration.