Commit 2025-06-07 10:03 827b149f
View on Github →chore(Order): use new ge
/gt
naming convention - Part 1 (#24775)
This is the first PR in a sequence of PRs to apply the new naming convention for order lemmas.
This PR changes some lemmas that have multiple occurences of lt
or le
in their name, and where <
and ≤
have their arguments swapped in some places. Then those occurrences of <
and ≤
are referred to as gt
and ge
.
Names that will be changed by a follow up PR are Ne.lt_or_lt
, Ne.not_le_or_not_le
, LT.lt.not_le
& friends,
The first commit is an automatic replacement of lemma names. The second commit adds deprecations for the renamed lemmas. Later commits are manual fixes. This should make it easy to review.