Zulip Chat Archive
Stream: mathlib4
Topic: Weird lemmas shown in docgen
Eric Rodriguez (Sep 17 2023 at 09:11):
See, for example, docs#Homeomorph.addLeft.proof_1. I originally found this with docs#continuous_of_continuousAt_zero₂.match_1, I have a feeling the linkifier isn't going to work on that
Junyan Xu (Sep 17 2023 at 20:11):
Note there aren't mulLeft
counterpart of these lemmas. Probably there are some mechanism to delete these auxiliary auto-generated lemmas which doesn't pick up the additivized lemmas.
Last updated: Dec 20 2023 at 11:08 UTC