Zulip Chat Archive
Stream: condensed mathematics
Topic: MO question
Kevin Buzzard (Sep 05 2022 at 12:42):
I'm in a talk right now but I just spotted this new MO question https://mathoverflow.net/questions/429809/condensed-mathematics . Is it possible to give an answer of the form "we checked this in Lean, here it is"?
Johan Commelin (Sep 05 2022 at 12:55):
Yes, Adam did this. Let me try to find it.
Johan Commelin (Sep 05 2022 at 12:55):
I can't promise it is readable.
Yuyang Zhao (Sep 05 2022 at 12:56):
"If you know about Lean, here is the full formal verification where you can check all the details"?
Johan Commelin (Sep 05 2022 at 12:57):
I think https://github.com/leanprover-community/lean-liquid/blob/master/src/condensed/extr/equivalence.lean#L311 is a statement that shows you don't need condition (ii) for sheaves on ExtrDisc
.
Riccardo Brasca (Sep 05 2022 at 13:02):
It also seems almost readable!
Riccardo Brasca (Sep 05 2022 at 14:19):
I think this is the only mathematically relevant result (I've added a comment to the question).
Adam Topaz (Sep 05 2022 at 14:48):
I think rather the following is the relevant result:
https://github.com/leanprover-community/lean-liquid/blob/a1f009de0f88731492e998e4fd8f27de3f6952af/src/condensed/extr/basic.lean#L262
The proof just boils down to splitting the cofork diagram (which implies that the fork you get after applying the presheaf is again split, hence a coequalizer cofork).
Johan Commelin (Sep 05 2022 at 15:08):
Aah, good catch. I was looking in the wrong file.
Last updated: Dec 20 2023 at 11:08 UTC