Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Data/Set/Basic): predicate is equal to membership in setOf. (#1…
…5554) We add a lemma stating that for `p : α -> Prop` we have `p = (· ∈ {a | p a})`. This lemma fills a gap that came up a couple of times when adapting `minimals` to the new `Minimal`, the alternative being an awkward `show`/`change` or `funext`. (See [this example from mathlib](#14721 (review)) (@j-loreaux 's first comment) and [this example](https://github.com/fpvandoorn/carleson/pull/109/files#r1705631209) from the Carleson project)
- Loading branch information