Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.StrictPseudofunctorCore.mk.sizeOf_spec

∀ {B : Type u₁} [inst : CategoryTheory.Bicategory B] {C : Type u₂} [inst_1 : CategoryTheory.Bicategory C]
  [inst_2 : SizeOf B] [inst_3 : SizeOf C] (toStrictPseudofunctorPreCore : CategoryTheory.StrictPseudofunctorPreCore B C)
  (map₂_left_unitor :
    autoParam
      (∀ {a b : B} (f : a ⟶ b),
        toStrictPseudofunctorPreCore.map₂ (CategoryTheory.Bicategory.leftUnitor f).hom =
          CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
            (CategoryTheory.Bicategory.leftUnitor (toStrictPseudofunctorPreCore.map f)).hom)
      CategoryTheory.StrictPseudofunctorCore.map₂_left_unitor._autoParam)
  (map₂_right_unitor :
    autoParam
      (∀ {a b : B} (f : a ⟶ b),
        toStrictPseudofunctorPreCore.map₂ (CategoryTheory.Bicategory.rightUnitor f).hom =
          CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
            (CategoryTheory.Bicategory.rightUnitor (toStrictPseudofunctorPreCore.map f)).hom)
      CategoryTheory.StrictPseudofunctorCore.map₂_right_unitor._autoParam)
  (map₂_associator :
    autoParam
      (∀ {a b c d : B} (f : a ⟶ b) (g : b ⟶ c) (h : c ⟶ d),
        toStrictPseudofunctorPreCore.map₂ (CategoryTheory.Bicategory.associator f g h).hom =
          CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯)
            (CategoryTheory.CategoryStruct.comp
              (CategoryTheory.Bicategory.associator (toStrictPseudofunctorPreCore.map f)
                  (toStrictPseudofunctorPreCore.map g) (toStrictPseudofunctorPreCore.map h)).hom
              (CategoryTheory.eqToHom ⋯)))
      CategoryTheory.StrictPseudofunctorCore.map₂_associator._autoParam),
  sizeOf
      { toStrictPseudofunctorPreCore := toStrictPseudofunctorPreCore, map₂_left_unitor := map₂_left_unitor,
        map₂_right_unitor := map₂_right_unitor, map₂_associator := map₂_associator } =
    1 + sizeOf toStrictPseudofunctorPreCore
Defined in
Mathlib.CategoryTheory.Bicategory.Functor.StrictPseudofunctor
Cited by
0 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
CategoryTheory.BicategoryCategoryTheory.BicategorySizeOfSizeOf

Around this declaration

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

Cites19

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.