Theorems · Definition · category theory
CategoryTheory.EffectiveEquivalenceRelation.mk.noConfusion
{C : Type u_1} →
{inst : CategoryTheory.Category.{v_1, u_1} C} →
{R A : C} →
{p₁ p₂ : R ⟶ A} →
{P : Sort u} →
{toEquivalenceRelation : CategoryTheory.EquivalenceRelation p₁ p₂} →
{B : C} →
{π : A ⟶ B} →
{isKernelPair : CategoryTheory.IsKernelPair π p₁ p₂} →
{isPushout : CategoryTheory.IsPushout p₁ p₂ π π} →
{toEquivalenceRelation' : CategoryTheory.EquivalenceRelation p₁ p₂} →
{B' : C} →
{π' : A ⟶ B'} →
{isKernelPair' : CategoryTheory.IsKernelPair π' p₁ p₂} →
{isPushout' : CategoryTheory.IsPushout p₁ p₂ π' π'} →
{ toEquivalenceRelation := toEquivalenceRelation, B := B, π := π,
isKernelPair := isKernelPair, isPushout := isPushout } =
{ toEquivalenceRelation := toEquivalenceRelation', B := B', π := π',
isKernelPair := isKernelPair', isPushout := isPushout' } →
(toEquivalenceRelation ≍ toEquivalenceRelation' → B ≍ B' → π ≍ π' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.IsPushoutstatement and proof · cited by 219
- CategoryTheory.IsKernelPairstatement and proof · cited by 24
- CategoryTheory.EquivalenceRelationstatement and proof · cited by 13
- CategoryTheory.EffectiveEquivalenceRelationstatement · cited by 9
- CategoryTheory.EffectiveEquivalenceRelation.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.EffectiveEquivalenceRelation.mk.injproof · cited by 1