Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Oplax.OplaxTrans.Modification

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

A modification Γ between oplax natural transformations η 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 = η.naturality f ≫ (app a ▷ G.map f) for each 1-morphism f : a ⟶ b.

Defined in
Mathlib.CategoryTheory.Bicategory.Modification.Oplax
Cited by
21 results in Mathlib
Foundations
Depth 28 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.Oplax.OplaxTrans.Modification.app · cited by 34Modification.appCategoryTheory.Oplax.OplaxTrans.Hom.as · cited by 24Hom.asCategoryTheory.Oplax.StrongTrans.Modification.toOplax · cited by 4Modification.toOplaxCategoryTheory.Oplax.OplaxTrans.Modification.naturality · cited by 3Modification.naturalityCategoryTheory.Oplax.StrongTrans.Modification.equivOplax · cited by 2Modification.equivOplaxCategoryTheory.Oplax.StrongTrans.Modification.mkOfOplax · cited by 2Modification.mkOfOplaxCategoryTheory.Oplax.OplaxTrans.Hom.ext · cited by 2Hom.extCategoryTheory.Oplax.OplaxTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Oplax.OplaxTrans.Modification.whiskerLeft_naturality · cited by 2Modification.whiskerLeft_…CategoryTheory.Oplax.OplaxTrans.Modification.whiskerRight_naturality · cited by 2Modification.whiskerRight…CategoryTheory.Oplax.OplaxTrans.Hom.of.noConfusion · cited by 1of.noConfusionCategoryTheory.Oplax.OplaxTrans.Modification.mk.inj · cited by 1mk.injCategoryTheory.Oplax.OplaxTrans.Modification.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Oplax.OplaxTrans.Modification.id · cited by 1Modification.idCategoryTheory.Oplax.OplaxTrans.Modification.vcomp · cited by 1Modification.vcompQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.OplaxFunctor · cited by 253CategoryTheory.OplaxFunct…CategoryTheory.Oplax.OplaxTrans.categoryStruct · cited by 49OplaxTrans.categoryStructOplaxTrans.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.