[Merged by Bors] - chore(Data/Set): add missing Set.forall_mem_* lemmas - #42549
[Merged by Bors] - chore(Data/Set): add missing Set.forall_mem_* lemmas#42549plp127 wants to merge 5 commits into
Set.forall_mem_* lemmas#42549Conversation
PR summary 762e11aa2aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (weak) |
|---|---|---|
| 5 | 1 | large files |
Current commit 762e11aa2a
Reference commit ac10dc7e9a
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
Ruben-VandeVelde
left a comment
There was a problem hiding this comment.
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde. |
|
Thanks! bors merge |
Add lemmas `Set.forall_mem_inter`, `Set.forall_mem_union`, `Set.forall_mem_singleton`, `Set.forall_mem_univ`, `Set.forall_mem_iUnion`, `Set.forall_mem_iUnion₂`, `Set.forall_mem_biUnion`, and their `exists` counterparts.
|
Pull request successfully merged into master. Build succeeded: |
Set.forall_mem_* lemmasSet.forall_mem_* lemmas
Add lemmas
Set.forall_mem_inter,Set.forall_mem_union,Set.forall_mem_singleton,Set.forall_mem_univ,Set.forall_mem_iUnion,Set.forall_mem_iUnion₂,Set.forall_mem_biUnion, and theirexistscounterparts.