-
Notifications
You must be signed in to change notification settings - Fork 294
[Merged by Bors] - feat (data/multiset/powerset): add bind_powerset_len #15824
Conversation
I wonder if we can derive any of these results from #15834... |
It does look like the |
Ok. So I was able to prove an equivalent version of the |
Everything is in place now with the new version of |
This PR/issue depends on: |
Co-authored-by: Eric Wieser <[email protected]>
Co-authored-by: Eric Wieser <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🎉
bors merge
We prove the following result ```lean lemma multiset.bind_powerset_len {α : Type*} (S : multiset α) : bind (multiset.range (S.card + 1)) (λ k, S.powerset_len k) = S.powerset ``` From flt-regular Co-authored-by: Eric Wieser <[email protected]>
Pull request successfully merged into master. Build succeeded: |
We prove the following result
From flt-regular