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.
definition of
Irreducible
andRough
; refactoring ofPrime
andComposite
cf. #2180 #2181New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
definition of
Irreducible
andRough
; refactoring ofPrime
andComposite
cf. #2180 #2181Changes from 17 commits
1cf7c7f
3ba8e50
5d31e32
ea73f50
ea39392
94bbc53
c5074a8
f240003
114a017
4119dff
dce2edc
44c2c19
bab2dca
a2194b6
963ff13
1327c56
c798889
ddf151e
00086b7
232b6d6
0a6954d
ea015fd
b1d9940
cc9e3a9
dfb25fa
4340360
df55fb1
66b3da6
8d04f15
5df96b0
52c393a
f42577f
4022d3e
8ed4c42
88f1b4b
de78ca9
2f456a8
522135c
207cda4
d4cb3d4
e9b151b
6e3c576
e2e88cc
ba7c782
22e6c38
b38a6ac
eaf3d6b
5ce66fb
d8d26ee
c75bf55
b142293
1a079f5
698d53f
4a1c53e
9ce27c3
81394ad
ee46670
f87fdcc
cc65401
4cc0687
2df019e
6e932a9
33ccd45
d6bf882
92b1e03
dd508e2
8ff57d3
2141011
1e36fc6
fa2ed6f
fb8a7c8
59eb7c4
46a6e48
3475d9c
9537512
1f8da07
1f2050c
1f02654
218d089
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Might be more natural using a new
anyBetween?
proof? Then you could write it asanyBetween _∣?_ 2 n
?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.
Ah, just saw this (GitHub hides too many conversations! and I don't always go back and re-open them... sorry!)
Interesting question! Can we make this a downstream refactoring PR, in the spirit of my comments in general about bounded predicates on Nat?