Quasi-isomorphisms #
A chain map is a quasi-isomorphism if it induces isomorphisms on homology.
Future work #
Define the derived category as the localization at quasi-isomorphisms? (TODO @joelriou)
A chain map is a quasi-isomorphism if it induces isomorphisms on homology.
- isIso : ∀ (i : ι), CategoryTheory.IsIso ((homology'Functor V c i).toPrefunctor.map f)
Instances
Equations
- (_ : QuasiIso' (CategoryTheory.CategoryStruct.comp f g)) = (_ : QuasiIso' (CategoryTheory.CategoryStruct.comp f g))
A homotopy equivalence is a quasi-isomorphism.
If a chain map f : X ⟶ Y[0] is a quasi-isomorphism, then the cokernel of the differential
d : X₁ → X₀ is isomorphic to Y.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If a cochain map f : Y[0] ⟶ X is a quasi-isomorphism, then the kernel of the differential
d : X₀ → X₁ is isomorphic to Y.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A morphism of homological complexes f : K ⟶ L is a quasi-isomorphism in degree i
when it induces a quasi-isomorphism of short complexes K.sc i ⟶ L.sc i.
- quasiIso : CategoryTheory.ShortComplex.QuasiIso ((HomologicalComplex.shortComplexFunctor C c i).toPrefunctor.map f)
Instances
Equations
- (_ : QuasiIsoAt f i) = (_ : QuasiIsoAt f i)
Equations
- One or more equations did not get rendered due to their size.
The isomorphism K.homology i ≅ L.homology i induced by a morphism f : K ⟶ L such
that [QuasiIsoAt f i] holds.
Equations
Instances For
A morphism of homological complexes f : K ⟶ L is a quasi-isomorphism when it
is so in every degree, i.e. when the induced maps homologyMap f i : K.homology i ⟶ L.homology i
are all isomorphisms (see quasiIso_iff and quasiIsoAt_iff_isIso_homologyMap).
- quasiIsoAt : ∀ (i : ι), QuasiIsoAt f i
Instances
Equations
- (_ : QuasiIsoAt (CategoryTheory.CategoryStruct.comp φ φ') i) = (_ : QuasiIsoAt (CategoryTheory.CategoryStruct.comp φ φ') i)
Equations
- (_ : QuasiIso (CategoryTheory.CategoryStruct.comp φ φ')) = (_ : QuasiIso (CategoryTheory.CategoryStruct.comp φ φ'))
Equations
- (_ : QuasiIsoAt ((CategoryTheory.Functor.mapHomologicalComplex F c).toPrefunctor.map φ) i) = (_ : QuasiIsoAt ((CategoryTheory.Functor.mapHomologicalComplex F c).toPrefunctor.map φ) i)
Equations
- (_ : QuasiIso ((CategoryTheory.Functor.mapHomologicalComplex F c).toPrefunctor.map φ)) = (_ : QuasiIso ((CategoryTheory.Functor.mapHomologicalComplex F c).toPrefunctor.map φ))
The morphism property on HomologicalComplex C c given by quasi-isomorphisms.
Equations
- HomologicalComplex.quasiIso C c f = QuasiIso f
Instances For
Equations
- (_ : QuasiIso e.inv) = (_ : QuasiIso (HomotopyEquiv.symm e).hom)