The first page of the spectral sequence of a spectral object #
Let ι be a preordered type, X a spectral object in an abelian
category indexed by ι. Let data : SpectralSequenceDataCore ι c r₀.
Assume that X.HasSpectralSequence data holds. In this file,
we introduce a property data.HasFirstPageComputation which allows
to "compute" the objects of the r₀th page of the spectral
sequence attached to X in terms of objects of the form X.H,
and we compute the differential on the first page in terms of X.δ,
see spectralSequence_first_page_d_eq.
Given data : SpectralSequenceDataCore ι c r₀, this is the property
that on the page r₀, indices i₀ and i₁ are equal,
and indices i₂ and i₃ are equal. This condition allows
to express the objects of the r₀th page of the spectral sequences
obtained using a spectral object X indexed by ι and data as objects
of the form X.H, see SpectralObject.spectralSequenceFirstPageXIso.
Instances
If data : SpectralSequenceDataCore ι c r₀ is such that
data.HasFirstPageComputation holds, this is an isomorphism which
allows to "compute" the objects on the r₀th page of the spectral sequence
obtained from a spectral object X indexed by ι using data as objects
of the form X.H. See also spectralSequence_first_page_d_eq for the relation
between the differentials of the first page of the spectral sequence and X.δ.
Equations
- One or more equations did not get rendered due to their size.