Theorems · Inductive type · category theory
CategoryTheory.IsPushout
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] → {Z X Y P : C} → (Z ⟶ X) → (Z ⟶ Y) → (X ⟶ P) → (Y ⟶ P) → PropThe proposition that a square
``
Z f > X
| |
g inl
| |
v v
Y --inr--> P
``
is a pushout square. (Also known as a fiber coproduct or co-Cartesian square.)
- Cited by
- 219 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 7 definitions · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement · cited by 32,603
Cited by259
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPushout.isoPushoutstatement and proof · cited by 57
- CategoryTheory.IsPushout.toCommSqstatement and proof · cited by 35
- CategoryTheory.MorphismProperty.pushoutsproof · cited by 35
- CategoryTheory.IsPushout.descstatement and proof · cited by 31
- CategoryTheory.IsPushout.isColimitstatement and proof · cited by 30
- CategoryTheory.IsPushout.flipstatement and proof · cited by 25
- CategoryTheory.NatTrans.Coequifiberedproof · cited by 24
- CategoryTheory.IsPushout.of_hasPushoutstatement · cited by 20
- CategoryTheory.Square.IsPushoutproof · cited by 20
- CategoryTheory.IsPushout.inl_descstatement and proof · cited by 19
- CategoryTheory.IsPushout.inr_descstatement and proof · cited by 18
- CategoryTheory.IsPushout.desc.congr_simpstatement and proof · cited by 14
Showing the 200 most cited of 259.