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).map f)
Instances
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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).map f)
Instances
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
The morphism property on HomologicalComplex C c given by quasi-isomorphisms.
Equations
- HomologicalComplex.quasiIso C c f = QuasiIso f
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯