Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.CommSq.map

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {D : Type u_2}
  [inst_1 : CategoryTheory.Category.{v_2, u_2} D] (F : CategoryTheory.Functor C D) {W X Y Z : C} {f : W ⟶ X} {g : W ⟶ Y}
  {h : X ⟶ Z} {i : Y ⟶ Z}, CategoryTheory.CommSq f g h i → CategoryTheory.CommSq (F.map f) (F.map g) (F.map h) (F.map i)

Alias of CategoryTheory.Functor.map_commSq.

Defined in
Mathlib.CategoryTheory.CommSq
Cited by
10 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CochainComplex.Lifting.cocycle₁' · cited by 9Lifting.cocycle₁'CochainComplex.Lifting.cochain₀ · cited by 3Lifting.cochain₀CochainComplex.Lifting.cochain₁ · cited by 3Lifting.cochain₁CochainComplex.Lifting.cocycle₁ · cited by 2Lifting.cocycle₁CochainComplex.Lifting.coe_cocycle₁'_v_comp_eq_zero · cited by 2Lifting.coe_cocycle₁'_v_c…CochainComplex.Lifting.comp_coe_cocyle₁'_v_eq_zero · cited by 2Lifting.comp_coe_cocyle₁'…CochainComplex.Lifting.π_f_cochain₁_v_ι_f · cited by 2Lifting.π_f_cochain₁_v_ι_fCategoryTheory.CommSq.HasLift.over · cited by 1HasLift.overCochainComplex.Lifting.comp_coe_cocycle₁_comp · cited by 1Lifting.comp_coe_cocycle₁…CochainComplex.Lifting.exists_hom · cited by 1Lifting.exists_homCochainComplex.Lifting.coe_cocycle₁'_v_comp_eq_zero_assoc · cited by 0Lifting.coe_cocycle₁'_v_c…CochainComplex.Lifting.comp_coe_cocyle₁'_v_eq_zero_assoc · cited by 0Lifting.comp_coe_cocyle₁'…CochainComplex.Lifting.hasLift · cited by 0Lifting.hasLiftCochainComplex.Lifting.π_f_cochain₁_v_ι_f_assoc · cited by 0Lifting.π_f_cochain₁_v_ι_…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.CommSq · cited by 158CategoryTheory.CommSqCategoryTheory.Functor.map_commSq · cited by 3Functor.map_commSqCommSq.mapCITED BYCITES

Cites7

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

Cited by14

Results whose statement or proof uses this declaration.