You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments