Commit 2022-04-19 14:04 ba6a9858
View on Github →feat(order/cover): define wcovby
(#13424)
- This defines the reflexive closure of
covby
, which I callwcovby
("weakly covered by") - This is useful, since some results about
covby
still hold forwcovby
. - Use
wcovby
in the proofs of the properties forcovby
. - Also define
wcovby_insert
(the motivating example, since I really want(wcovby_insert _ _).eq_or_eq
)