Zulip Chat Archive
Stream: condensed mathematics
Topic: extending complexes
Johan Commelin (Mar 11 2022 at 14:25):
We can now extend ℕ
-indexed complexes to ℤ
-indexed complexes: https://github.com/leanprover-community/lean-liquid/blob/master/src/for_mathlib/complex_extend.lean
Johan Commelin (Mar 11 2022 at 14:25):
This also allows to embed cochain complexes indexed by ℕ
into chain complexes indexed by ℤ
, by flipping the directions. (And vice versa)
Johan Commelin (Mar 11 2022 at 14:27):
Next target: if an ℕ
-complex is_projective_resolution
then you get is_K_projective
after pushing it through this functor, etc...
Adam Topaz (Mar 11 2022 at 14:32):
I think @Andrew Yang has already done that?
Adam Topaz (Mar 11 2022 at 14:33):
Matthew Ballard (Mar 11 2022 at 14:36):
This sounds very related to implementing brutal/stupid truncations
Johan Commelin (Mar 11 2022 at 14:39):
We can now get those by restricting and then extending.
Johan Commelin (Mar 11 2022 at 14:40):
Adam Topaz said:
Cool, that will make the proof really short (-;
Adam Topaz (Mar 11 2022 at 14:41):
I thought Andrew also worked on extending from to , but maybe I misremembered because I can't seem to find it.
Adam Topaz (Mar 11 2022 at 14:42):
Johan Commelin said:
We can now get those by restricting and then extending.
If you want to truncate somewhere other than , then you would need to shift, restrict, extend and unshift, which would be really annoying for defeq reasons.
Matthew Ballard (Mar 11 2022 at 14:53):
In general, is there pleasant API for working with isomorphisms between as -modules?
Johan Commelin (Mar 11 2022 at 14:56):
I don't think so
Last updated: Dec 20 2023 at 11:08 UTC