Commit 2025-10-17 14:39 108140a1
View on Github →chore: use grw, gcongr more (#30508)
Golf many proofs using grw, gcongr, cutsat, linarith... For this, tag a few more lemmas with gcongr, and make some existing ones stronger.
The goal here is not necessarily to golf (although it usually is the case), but instead to reduce the number of explicit mentions of lemmas, as these are a maintainability concern.
The precise golfs that are performed are motivated by #30242, where four pairs of very basic and widespread lemmas get swapped. The best way to reduce the number of swaps needed is to simply not mention the lemmas explicitly.