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.
New 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
[Merged by Bors] - feat(NumberTheory/EllipticDivisibilitySequence): extend even-odd recursion to integers #13786
[Merged by Bors] - feat(NumberTheory/EllipticDivisibilitySequence): extend even-odd recursion to integers #13786
Changes from 73 commits
4ee67ce
eab1469
50f07f5
7cd0323
4dc082e
bd2f111
3d63eed
24f6d6e
dec8062
04200b4
09adefb
ba72afb
bb1bf7e
906e858
b9e60a1
d42c841
59a7cf4
4449702
18e2fd4
04c8b01
44f37d6
2fdd995
8b3cc83
640f3a4
aebed9b
595eee8
d67fb6a
9abf5de
21fd348
59b7909
9f4fb43
750cb47
2e23f41
e774105
863e697
6a76f32
343fc96
087072f
f38bd5e
092eeab
de9d170
f5feacc
6495e45
4c05448
0eeb05e
18a53a3
0c4dcaa
c71e42e
7717581
ba56b6a
d21d346
0d3e52e
3176ddb
fa64986
7190e5e
d97a437
aa51ca4
572d359
83ca5ba
6dfda98
98bbd5f
a1ef8e9
c24d5e2
f75eba2
6667911
854c757
fd29797
541bb1d
05b4d65
959e769
7466596
4e3744a
409be1f
aa108f6
257461b
e587b2e
489c10f
9845768
24ba9fc
2650a8e
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.
Why is
erw
needed? Is there perhaps a bit of API missing, makingrw
work smoothly?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.
Some of these are just for the sake of my sanity, e.g. converting 4 - 1 to 3 by
rw [show (4 - 1 : ℤ) = 3 by rfl]
etc.I can add these to the bottom of this file though, what do you think?
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.
Wait, I have to find a different home for those lemmas, since I don't think file imports
AddGroup
...