Zulip Chat Archive
Stream: mathlib4
Topic: Data.List.Rotate mathlib#1490
Jihoon Hyun (Jan 12 2023 at 04:28):
#1490 contains a bunch of nthLe
theorems, and most of them are deprecated. I tried to change it to non-deprecated theorems, but could only find out that leaving them as is is a nice choice. How do you think about this issue?
Mario Carneiro (Jan 12 2023 at 04:32):
theorems with deprecated constants in the statement should also be deprecated
Mario Carneiro (Jan 12 2023 at 04:32):
If the statement does not use deprecated constants, you can try removing them from the proof but this is not required
Last updated: Dec 20 2023 at 11:08 UTC