Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CosimplicialObject.equivalenceRightToLeft

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 :
        ∀ (n : ℕ) (f : CategoryTheory.Arrow C),
          CategoryTheory.Limits.HasWidePushout f.left (fun x => f.right) fun x => f.hom] →
      (F : CategoryTheory.Arrow C) →
        (X : CategoryTheory.CosimplicialObject.Augmented C) →
          (F ⟶ CategoryTheory.CosimplicialObject.Augmented.toArrow.obj X) → (F.augmentedCechConerve ⟶ X)

A helper function used in defining the Čech conerve adjunction.

Defined in
Mathlib.AlgebraicTopology.CechNerve
Cited by
3 results in Mathlib
Foundations
Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasWidePushout

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites22

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.