Zulip Chat Archive
Stream: condensed mathematics
Topic: bounding mapping cone
Johan Commelin (Apr 05 2022 at 18:48):
Did someone already define the mapping cone as bounded complex? And the corresponding triangle?
Adam Topaz (Apr 05 2022 at 19:07):
It must be there since that's how the pretriangulated structure on the bounded homotopy category is defined.
Adam Topaz (Apr 05 2022 at 19:11):
There is cone.triangle
Adam Topaz (Apr 05 2022 at 19:12):
Adam Topaz (Apr 05 2022 at 19:13):
Looks like I proved boundedness by hand here
https://github.com/leanprover-community/lean-liquid/blob/cf8e493f4883c2b7c6ef4297d8b4b0a3d0cb5d92/src/for_mathlib/derived/bounded_homotopy_category.lean#L162
That should probably be pullled out into a separate lemma
Adam Topaz (Apr 05 2022 at 19:13):
The key is is_zero_biprod
Adam Topaz (Apr 05 2022 at 19:14):
Johan Commelin (Apr 05 2022 at 19:16):
Ok, thanks for the pointers
Johan Commelin (Apr 05 2022 at 19:22):
Aahrg bounded_homotopy_category.lean
is giving me timeouts in VSCode. So I guess I'll wait till I'm back in the office tomorrow, where I have a proper machine.
Last updated: Dec 20 2023 at 11:08 UTC