Skip to content
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

Update to Lean 4.10.0 #199

Merged
merged 3 commits into from
Aug 17, 2024
Merged

Update to Lean 4.10.0 #199

merged 3 commits into from
Aug 17, 2024

Conversation

eric-wieser
Copy link
Contributor

Two problems needed fixes to work on this version

Each intermediate commit also works; this means that users can get access to intermediate versions if necessary.
As a result, please do not squash-merge this PR!

@eric-wieser eric-wieser marked this pull request as ready for review August 12, 2024 17:26
@@ -4,5 +4,5 @@ open BigOperators
open Topology Filter Polynomial Set

theorem putnam_2001_a5
: ∃! (a : ℤ) (n : ℕ), a > 0 ∧ n > 0 ∧ a^(n+1) - (a+1)^n = 2001 :=
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This statement was semantically wrong; the old version was "a unique choice of a leaves you with a unique choice of n such that..." while the new one is "a unique pair (a, n) can be chosen such that ...".

@amit9oct amit9oct merged commit 1681549 into trishullab:main Aug 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants