-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: additional lemmas for lists (#4602)
Split from #4583 `exists_of_set` appears in Batteries as `exists_of_set'`. The `exists_of_set` version is unused in batteries and mathlib at least and I would argue that the primed version (i.e., the one added in this PR) is always better anyway. `isEmpty_iff` appears in mathlib as `isEmpty_iff_eq_nil`.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters