Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PullbackCone.eta

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : C} →
      {f : X ⟶ Z} →
        {g : Y ⟶ Z} →
          (t : CategoryTheory.Limits.PullbackCone f g) → t ≅ CategoryTheory.Limits.PullbackCone.mk t.fst t.snd ⋯

The natural isomorphism between a pullback cone and the corresponding pullback cone reconstructed using PullbackCone.mk.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Pullback.PullbackCone
Cited by
5 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

AlgebraicGeometry.pullbackSpecIso · cited by 26AlgebraicGeometry.pullbac…CategoryTheory.Limits.pullbackConeEquivBinaryFan · cited by 23Limits.pullbackConeEquivB…AlgebraicGeometry.pullbackSpecIso_inv_fst · cited by 7AlgebraicGeometry.pullbac…AlgebraicGeometry.pullbackSpecIso_inv_snd · cited by 6AlgebraicGeometry.pullbac…CategoryTheory.Limits.pullbackConeEquivBinaryFan_unitIso · cited by 0Limits.pullbackConeEquivB…CategoryTheory.TransitiveRelation.map · cited by 0TransitiveRelation.mapCategoryTheory.Limits.PullbackCone.mkSelfIsLimit · cited by 0PullbackCone.mkSelfIsLimitCategoryTheory.Limits.PullbackCone.mkSelfIsWeakLimit · cited by 0PullbackCone.mkSelfIsWeak…CategoryTheory.Limits.PullbackCone.eta_hom_hom · cited by 0PullbackCone.eta_hom_homCategoryTheory.Limits.PullbackCone.eta_inv_hom · cited by 0PullbackCone.eta_inv_homCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.PullbackCone.mk · cited by 203PullbackCone.mkCategoryTheory.Limits.PullbackCone · cited by 136Limits.PullbackConeCategoryTheory.Limits.PullbackCone.fst · cited by 118PullbackCone.fstCategoryTheory.Limits.PullbackCone.snd · cited by 113PullbackCone.sndCategoryTheory.Limits.PullbackCone.condition · cited by 44PullbackCone.conditionCategoryTheory.Limits.PullbackCone.ext · cited by 6PullbackCone.extPullbackCone.etaCITED BYCITES

Cites14

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

Cited by10

Results whose statement or proof uses this declaration.