Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Pseudofunctor.StrongTrans.Modification

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        {F G : CategoryTheory.Pseudofunctor B C} → (F ⟶ G) → (F ⟶ G) → Type (max u₁ w₂)

A modification Γ between strong transformations (of pseudofunctors) η and θ consists of a family of 2-morphisms Γ.app a : η.app a ⟶ θ.app a, which satisfies the equation (F.map f ◁ app b) ≫ (θ.naturality f).hom = (η.naturality f).hom ≫ (app a ▷ G.map f) for each 1-morphism f : a ⟶ b.

Defined in
Mathlib.CategoryTheory.Bicategory.Modification.Pseudo
Cited by
21 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Pseudofunctor.StrongTrans.Modification.app · cited by 32Modification.appCategoryTheory.Pseudofunctor.StrongTrans.Hom.as · cited by 22Hom.asCategoryTheory.Pseudofunctor.StrongTrans.Modification.toOplax · cited by 4Modification.toOplaxCategoryTheory.Pseudofunctor.StrongTrans.Hom.ext · cited by 2Hom.extCategoryTheory.Pseudofunctor.StrongTrans.Modification.equivOplax · cited by 2Modification.equivOplaxCategoryTheory.Pseudofunctor.StrongTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Pseudofunctor.StrongTrans.Modification.mkOfOplax · cited by 2Modification.mkOfOplaxCategoryTheory.Pseudofunctor.StrongTrans.Modification.id · cited by 1Modification.idCategoryTheory.Pseudofunctor.StrongTrans.Modification.naturality · cited by 1Modification.naturalityCategoryTheory.Pseudofunctor.StrongTrans.Modification.vcomp · cited by 1Modification.vcompCategoryTheory.Pseudofunctor.StrongTrans.Modification.whiskerLeft_naturality · cited by 1Modification.whiskerLeft_…CategoryTheory.Pseudofunctor.StrongTrans.Modification.whiskerRight_naturality · cited by 1Modification.whiskerRight…CategoryTheory.Pseudofunctor.StrongTrans.Hom.of.inj · cited by 1of.injCategoryTheory.Pseudofunctor.StrongTrans.Hom.of.noConfusion · cited by 1of.noConfusionCategoryTheory.Pseudofunctor.StrongTrans.Modification.mk.inj · cited by 1mk.injQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Pseudofunctor · cited by 571CategoryTheory.Pseudofunc…CategoryTheory.Pseudofunctor.StrongTrans.categoryStruct · cited by 112StrongTrans.categoryStructStrongTrans.ModificationCITED BYCITES

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by39

Results whose statement or proof uses this declaration.