-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cv support for finite sets of nums (#1318)
* Add theorem: wf_list_to_num_set * Add theorem: MEM_fset_REP * Add support for num fset to cv_stdTheory Not all operations are included here, but it's enough to get going with. * Use Num 0 instead of from_unit () in cv_rep thm * Add cv_rep for fEMPTY: num_set * Add cv_rep for fUNION and fset_ABS for num fsets
- Loading branch information
Showing
3 changed files
with
112 additions
and
2 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
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