Theorems · Theorem · category theory
CategoryTheory.FinitaryPreExtensive.isPullback_sigmaDesc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasPullbacks C]
[inst_2 : CategoryTheory.FinitaryPreExtensive C] {ι : Type u_1} {ι' : Type u_2} [inst_3 : Finite ι]
[inst_4 : Finite ι'] {S : C} {X : ι → C} {Y : ι' → C} (f : (i : ι) → X i ⟶ S) (g : (i : ι') → Y i ⟶ S),
CategoryTheory.IsPullback
(CategoryTheory.Limits.Sigma.desc fun p =>
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst (f p.1) (g p.2))
(CategoryTheory.Limits.Sigma.ι X p.1))
(CategoryTheory.Limits.Sigma.desc fun p =>
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd (f p.1) (g p.2))
(CategoryTheory.Limits.Sigma.ι Y p.2))
(CategoryTheory.Limits.Sigma.desc f) (CategoryTheory.Limits.Sigma.desc g)If C has pullbacks and is finitary (pre-)extensive, pullbacks distribute over finite
coproducts, i.e., ∐ (Xᵢ ×[S] Xⱼ) ≅ (∐ Xᵢ) ×[S] (∐ Xⱼ).
For a variant, see FinitaryPreExtensive.isIso_sigmaDesc_map.
- Defined in
- Mathlib.CategoryTheory.Extensive
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Finitestatement and proof · cited by 3,029
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement and proof · cited by 864
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndstatement and proof · cited by 637
- CategoryTheory.Discrete.functorstatement and proof · cited by 633
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.