Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.spanCompIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor C D) →
          {X Y Z : C} →
            (f : X ⟶ Y) →
              (g : X ⟶ Z) → (CategoryTheory.Limits.span f g).comp F ≅ CategoryTheory.Limits.span (F.map f) (F.map g)

A functor applied to a span is a span.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Cospan
Cited by
13 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.map_isPushout · cited by 6Functor.map_isPushoutCategoryTheory.IsPushout.of_map · cited by 3IsPushout.of_mapCategoryTheory.Limits.spanCompIso_app_left · cited by 0Limits.spanCompIso_app_le…CategoryTheory.Limits.spanCompIso_app_right · cited by 0Limits.spanCompIso_app_ri…CategoryTheory.Limits.spanCompIso_app_zero · cited by 0Limits.spanCompIso_app_ze…CategoryTheory.Limits.spanCompIso_hom_app_left · cited by 0Limits.spanCompIso_hom_ap…CategoryTheory.Limits.spanCompIso_hom_app_right · cited by 0Limits.spanCompIso_hom_ap…CategoryTheory.Limits.spanCompIso_hom_app_zero · cited by 0Limits.spanCompIso_hom_ap…CategoryTheory.Limits.spanCompIso_inv_app_left · cited by 0Limits.spanCompIso_inv_ap…CategoryTheory.Limits.spanCompIso_inv_app_right · cited by 0Limits.spanCompIso_inv_ap…CategoryTheory.Limits.spanCompIso_inv_app_zero · cited by 0Limits.spanCompIso_inv_ap…CategoryTheory.Limits.HasPushout.of_createsColimit · cited by 0HasPushout.of_createsColi…CategoryTheory.adhesive_of_reflective · cited by 0CategoryTheory.adhesive_o…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Limits.WalkingSpan · cited by 300Limits.WalkingSpanCategoryTheory.Limits.span · cited by 294Limits.spanCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Limits.WalkingPair.casesOn · cited by 59WalkingPair.casesOnLimits.spanCompIsoCITED BYCITES

Cites13

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

Cited by13

Results whose statement or proof uses this declaration.