mathlib
68a674ef - refactor(algebra/order/sub): rename sub -> tsub (#9793)

Commit
4 years ago
refactor(algebra/order/sub): rename sub -> tsub (#9793) * Renames lemmas in the file `algebra/order/sub` to use `tsub` instead of `sub` in the name * Remove primes from lemma names where possible * [Zulip thread](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/mul_lt_mul'''') * Remove `sub_mul_ge`, `mul_sub_ge` and `lt_sub_iff_lt_sub`. They were special cases of `le_sub_mul`, `le_mul_sub` and `lt_sub_comm`, respectively.
Author
Parents
Loading