Zulip Chat Archive
Stream: condensed mathematics
Topic: exact functor
Johan Commelin (Apr 13 2022 at 14:01):
Do we have exact functors somewhere?
cc @Adam Topaz
Adam Topaz (Apr 13 2022 at 14:03):
additive + preserves finite colimits + prserves finite limits
But we don't have the fact that it will preserve exact_seq
s (although @Riccardo Brasca and I did half of that some time ago for the 0th derived functor iso)
Matthew Ballard (Apr 13 2022 at 14:05):
I don’t think there is distinguished triangles to distinguished triangles either
Riccardo Brasca (Apr 13 2022 at 14:06):
We have docs#category_theory.abelian.functor.preserves_exact_of_preserves_finite_colimits_of_epi and I think also the dual statement, so it's just a matter of putting things together.
Matthew Ballard (Apr 13 2022 at 14:07):
Exact also means “triangulated”
Adam Topaz (Apr 13 2022 at 14:07):
Matthew Ballard said:
Exact also means “triangulated”
Ah ok, yeah, we definitely don't have that, although I do think we have triangulated functors?
Matthew Ballard (Apr 13 2022 at 14:10):
Sorry, exact functor is a synonym for additive functor between triangulated categories that commutes with shifts and sends distinguished triangles to distinguished triangles
Matthew Ballard (Apr 13 2022 at 14:11):
Last I checked I didn’t find this
Johan Commelin (Apr 13 2022 at 14:14):
But it also makes sense between non-triangulated cats, right
Matthew Ballard (Apr 13 2022 at 14:15):
So any additive functor between homotopy categories is “exact” but descends to an exact functor in derived categories if it takes acyclic complexes to acyclic complexes
Matthew Ballard (Apr 13 2022 at 14:15):
Here we are talking about taking acyclic to acyclics right?
Matthew Ballard (Apr 13 2022 at 14:17):
Or is it something else?
Johan Commelin (Apr 13 2022 at 14:17):
I have a complex C
, and I'm applying an exact functor F
to it. I want to know that homology of F(C)
vanishes if homology of C
vanishes.
Matthew Ballard (Apr 13 2022 at 14:21):
Exact as in stacks#0034 ?
Johan Commelin (Apr 13 2022 at 14:24):
This sorry
is very stupid and annoying: https://github.com/leanprover-community/lean-liquid/blob/master/src/free_pfpng/acyclic.lean#L206
Johan Commelin (Apr 13 2022 at 14:25):
In the lemma above it, I prove that C
is an exact complex.
Johan Commelin (Apr 13 2022 at 14:31):
Sorry, was afk for a bit. Anyway, the sorry
wants to show that Ab.ulift
applied to C
is exact.
Johan Commelin (Apr 13 2022 at 14:32):
Anyway, modulo that sorry
, I would say that https://leanprover-community.github.io/liquid/sect0009.html#normed-to-cond-acyclic is done
Adam Topaz (Apr 13 2022 at 14:38):
Is https://leanprover-community.github.io/liquid/sect0009.html#acyclic-sheaf done as well?!
Johan Commelin (Apr 13 2022 at 14:40):
Nope, not that one
Johan Commelin (Apr 13 2022 at 14:40):
So it's really only a corollary
Johan Commelin (Apr 13 2022 at 14:41):
But acyclic-sheaf
should be fun. It's just that we still don't have LES yet.
Johan Commelin (Apr 13 2022 at 14:44):
I did add the statement of acyclic-sheaf
.
Last updated: Dec 20 2023 at 11:08 UTC