Theorems · Definition · category theory
CategoryTheory.eqToIso
{C : Type u₁} → [inst : CategoryTheory.Category.{v₁, u₁} C] → {X Y : C} → X = Y → (X ≅ Y)An equality X = Y gives us an isomorphism X ≅ Y.
It is typically better to use this, rather than rewriting by the equality then using Iso.refl _
which usually leads to dependent type theory hell.
- Defined in
- Mathlib.CategoryTheory.EqToHom
- Cited by
- 97 results in Mathlib
- Foundations
- Depth 10 from the axioms, rests on 52 definitions · uses propext
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.eqToHomproof · cited by 860
Cited by267
Results whose statement or proof uses this declaration.
- CategoryTheory.shiftFunctorAdd'proof · cited by 95
- CategoryTheory.Pseudofunctor.mapComp'proof · cited by 87
- HomologicalComplex.XIsoOfEqproof · cited by 70
- CategoryTheory.Pretriangulated.shiftFunctorOpIsoproof · cited by 45
- HomologicalComplex.restrictionXIsoproof · cited by 41
- CategoryTheory.Discrete.equivalenceproof · cited by 33
- CategoryTheory.PreOneHypercover.congrIndexOneOfEqIsoproof · cited by 24
- CategoryTheory.Limits.walkingParallelPairOpEquivproof · cited by 23
- HomologicalComplex.homotopyCofiber.XIsoBiprodproof · cited by 22
- AlgebraicGeometry.Scheme.Opens.topIsoproof · cited by 20
- AlgebraicGeometry.Scheme.residueFieldCongrproof · cited by 20
- TopologicalSpace.Opens.overEquivalenceproof · cited by 18
Showing the 200 most cited of 267.