356 create prime number set #357
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The 356- branch establishes a PrimeSet() class and the associated PrimeMembership() class, within the
numbers/number_sets/integerspackage, along with a minimal set of related theorems and some demonstrations/testing in the numbers/number_sets_integers demonstrations notebook.The branch notably does not attempt to integrate the prime number set into the compilation of inclusions, merges, etc., in the
number_operation.pycode. Something for future development if we find it useful.As usual, the code has been at least minimally tested by a successful run of build.py --essential.
15 changed files sounds like a lot, but about half of those are related to a some new prime-related theorems.