Skip to content
Snippets Groups Projects
Commit 0120e6fa authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Introduce `SingletonMS` class for multiset singletons.

- Define set-like notation `{[+ x1; ..; xn ]}` for multisets in terms of the new
  singleton class and disjoint union `⊎`.
- Remove `SemiSet` instance for multisets.
- Prove lemmas regarding `∈` and `∉` for multisets since we no longer get the
  generic versions for sets.
- Provide `SetUnfoldElemOf` instances for multisets since we no longer get the
  generic versions for sets.
- Prove lemmas new regarding `∈` and `∉` for `∩`

Fixes #100, #98 and #87.

This MR is an alternative to !232.
parent cc9683cb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment