Zulip Chat Archive
Stream: Is there code for X?
Topic: Five lemma
Christian Merten (Apr 28 2024 at 17:28):
Do we have the five lemma (https://en.wikipedia.org/wiki/Five_lemma) somewhere?
Markus Himmel (Apr 28 2024 at 17:28):
docs#CategoryTheory.Abelian.isIso_of_epi_of_isIso_of_isIso_of_mono
Christian Merten (Apr 28 2024 at 17:29):
Nice, thanks!
Kim Morrison (Apr 28 2024 at 22:14):
(Typing "five lemma" in the search box in VSCode produces this. Loogle and the docs are great, but the search box is best. :-)
Christian Merten (Apr 28 2024 at 22:15):
Not using VS code: is the search box just source code search? (I should just rip grep mathlib source code more often)
Eric Wieser (Apr 28 2024 at 22:29):
I'd argue that the search box in VSCode is great only for english, and awful for searching by the statement itself. Loogle is a huge step up there.
Kim Morrison (Apr 28 2024 at 23:20):
Search box with regexps is still superior to loogle for me. :-) Sometime you have to permute the chunks between your .*
s, but so much faster workflow wise.
Yaël Dillies (Apr 29 2024 at 06:05):
Kim Morrison said:
(Typing "five lemma" in the search box in VSCode produces this. Loogle and the docs are great, but the search box is best. :-)
It used to work in the docs, though :sad:
Last updated: May 02 2025 at 03:31 UTC