Theorems · Definition · category theory
CategoryTheory.Arrow.mapCechConerve
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{f g : CategoryTheory.Arrow C} →
[inst_1 : ∀ (n : ℕ), CategoryTheory.Limits.HasWidePushout f.left (fun x => f.right) fun x => f.hom] →
[inst_2 : ∀ (n : ℕ), CategoryTheory.Limits.HasWidePushout g.left (fun x => g.right) fun x => g.hom] →
(f ⟶ g) → (f.cechConerve ⟶ g.cechConerve)The morphism between Čech conerves associated to a morphism of arrows.
- Defined in
- Mathlib.AlgebraicTopology.CechNerve
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.compproof · cited by 17,999
- SimplexCategoryproof · cited by 2,204
- CategoryTheory.Arrowstatement and proof · cited by 713
- SimplexCategory.lenproof · cited by 542
- CategoryTheory.Arrow.leftstatement and proof · cited by 426
- CategoryTheory.Arrow.rightstatement and proof · cited by 423
- CategoryTheory.Arrow.homstatement and proof · cited by 335
- CategoryTheory.Arrow.Hom.rightproof · cited by 176
- CategoryTheory.Arrow.Hom.leftproof · cited by 160
- CategoryTheory.CosimplicialObjectstatement · cited by 125
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Arrow.mapAugmentedCechConerveproof · cited by 3
- CategoryTheory.CosimplicialObject.cechConerveproof · cited by 2
- CategoryTheory.Arrow.mapCechConerve_appstatement and proof · cited by 0
- CategoryTheory.CosimplicialObject.cechConerve_mapstatement · cited by 0
- CategoryTheory.Arrow.mapAugmentedCechConerve_rightstatement · cited by 0