-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Set): lemmas about set difference #22253
base: master
Are you sure you want to change the base?
Conversation
PR summary e12a8f1d46Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Out of curiosity, can any of these be proven by the new |
The distributivity ones surely can (though I haven't checked). It doesn't handle nonequality yet, so the ssubset ones can't. It's too early in the API to actually use the tactic in their proofs, though. I am already a keen user of the tactic, but I still think these lemmas would be good to have - they are mostly the kind of lemma where |
We add some API lemmas about set difference and strict subsets.