Commit 2022-07-26 12:57 8edffc25
View on Github →feat(order/filter/bases): lemmas about bases of product filters (#15630)
- Move
has_basis.prod_self
andmem_prod_self_iff
down to golf the proof. - Rename
has_basis.prod''
tohas_basis.prod_pprod
. - Rename
has_basis.prod'
tohas_basis.prod_same_index
. - Add
has_basis.prod_same_index_mono
andhas_basis.prod_same_index_anti
.