Commit 2021-10-06 21:14 f63786b9
View on Github →refactor(data/finsupp/basic): has_ordered_sub on finsupp (#9577)
- Generalize
has_subandcanonically_ordered_add_monoidinstances for any finsupp with codomain acanonically_ordered_add_monoid&has_ordered_sub. - Provide
has_ordered_subinstance in the same situation - Generalize lemmas about
natto this situation. - Prove some lemmas as special cases of
has_ordered_sublemmas. These will be removed in a subsequent PR. - Simplify some lemmas about
α →₀ ℕusinghas_ordered_sublemmas. - Prove
nat.one_le_iff_ne_zero(it's the second time I want to use it this week)