mathlib
mathlib copied to clipboard
feat(data/finsupp/witnesses): new file to prove results about linear orders and covariant classes in finsupps
This PR proves that the lexicographic linear order on finitely supported functions preserves (one) covariant class assumption.
This is a further step in proving that many add_monoid_algebras have no zero-divisors.
- [ ] depends on: #15984, defining the linear order on finsupps.
Besides the content of #16091, defining ne_locus, this PR introduced wit. This definition is no longer needed for its intended application, so I am closing this PR.