typo in converging_spectral_sequence

This commit is contained in:
Floris van Doorn 2018-09-26 20:07:01 +02:00
parent acae548d3a
commit 48cf8a5f31
2 changed files with 3 additions and 3 deletions

View file

@ -747,13 +747,14 @@ namespace left_module
(s₀ : Z2 → )
(f : Π{n : } {x : Z2} (h : s₀ x ≤ n), E (s₀ x) x ≃lm E n x)
(lb : )
(HDinf : Π(n : ag), is_built_from (Dinf n) (λ(k : ), (λx, E (s₀ x) x) (k + lb n, n - (k + lb n))))
(HDinf : Π(n : ag), is_built_from (Dinf n) (λ(k : ), (λx, E (s₀ x) x) (n - (k + lb n), k + lb n)))
/-
todo:
- rename "converges_to" to converging_exact_couple
- double-check the definition of converging_spectral_sequence
- construct converging spectral sequence from a converging exact couple (with the additional hypothesis that the degree of i is (1, -1) or something)
- construct converging spectral sequence from a converging exact couple,
- This requires the additional hypothesis that the degree of i is (-1, 1), which is true by reflexivity for the spectral sequences we construct
- redefine `⟹` to be a converging spectral sequence
-/

View file

@ -298,5 +298,4 @@ section serre
end serre
end spectrum