Theorems · Definition · category theory
CategoryTheory.Span.comp
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{Wₗ Wᵣ : CategoryTheory.MorphismProperty C} →
[Wₗ.HasPullbacksAgainst Wᵣ] →
[Wₗ.IsStableUnderBaseChangeAgainst Wᵣ] →
[Wᵣ.IsStableUnderBaseChangeAgainst Wₗ] →
[Wₗ.IsStableUnderComposition] →
[Wᵣ.IsStableUnderComposition] →
{c c' c'' : C} →
CategoryTheory.Span Wₗ Wᵣ c c' → CategoryTheory.Span Wₗ Wᵣ c' c'' → CategoryTheory.Span Wₗ Wᵣ c c''The composition of two spans: if the relevant pullback exists and if the
morphism properties are stable under the relevant base change, it is given by the
total span
``
P
/ \
/ \
X₁ X₂
/ \ / \
c c' c''
``
where the top diamond is a pullback square
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryCategoryTheory.MorphismProperty.HasPullbacksAgainstCategoryTheory.MorphismProperty.IsStableUnderBaseChangeAgainstCategoryTheory.MorphismProperty.IsStableUnderBaseChangeAgainstCategoryTheory.MorphismProperty.IsStableUnderCompositionCategoryTheory.MorphismProperty.IsStableUnderComposition
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Limits.pullbackproof · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.MorphismProperty.IsStableUnderCompositionstatement and proof · cited by 84
- CategoryTheory.Spanstatement and proof · cited by 26
- CategoryTheory.Span.lproof · cited by 16
- CategoryTheory.Span.rproof · cited by 16
- CategoryTheory.MorphismProperty.HasPullbacksAgainststatement and proof · cited by 7
- CategoryTheory.MorphismProperty.IsStableUnderBaseChangeAgainststatement and proof · cited by 6
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Span.comp_apexstatement and proof · cited by 0
- CategoryTheory.Span.comp_lstatement and proof · cited by 0
- CategoryTheory.Span.comp_rstatement and proof · cited by 0
- CategoryTheory.Span.comp.congr_simpstatement and proof · cited by 0