-
Notifications
You must be signed in to change notification settings - Fork 384
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/Ostrowski): Proof of the non-archimedean case of Ostrowski's Theorem #14026
Conversation
PR summary 9564ea302aImport changesDependency changes
|
@fbarroero Can you change "Nat" to "nat" in lemma equiv_on_Nat_iff_equiv : (∃ c : ℝ, 0 < c ∧ (∀ n : ℕ , (f n)^c = g n)) ↔ f.equiv g But this is, I think, out of scope for this PR. |
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.
LGTM!
Why should I not do it in this PR? |
You can of course do that here, too, if you like. I just didn't want to make that a requirement, as it is somewhat orthogonal to the original purpose. |
Thanks! bors merge |
Oh sorry, CI is still running bors r- |
Canceled. |
bors d+ |
✌️ fbarroero can now approve this pull request. To approve and merge a pull request, simply reply with |
bors merge |
bors r+ |
Already running a review |
…strowski's Theorem (#14026) In this PR we prove that a non-archimedean non-trivial absolute value on the rational is equivalent to a padic one. Main result ```lean theorem mulRingNorm_equiv_padic_of_bounded : ∃! p, ∃ (hp : Fact (Nat.Prime p)), MulRingNorm.equiv f (mulRingNorm_padic p) ``` Co-authored-by: David Kurniadi Angdinata [[email protected]](mailto:[email protected]) Laura Capuano [[email protected]](mailto:[email protected]) Nirvana Coppola [[email protected]](mailto:[email protected]) María Inés de Frutos Fernández [[email protected]](mailto:[email protected]) Sam van Gool [[email protected]](mailto:[email protected]) Silvain Rideau-Kikuchi [[email protected]](mailto:[email protected]) Amos Turchet [[email protected]](mailto:[email protected]) Francesco Veneziano [[email protected]](mailto:[email protected])
Pull request successfully merged into master. Build succeeded: |
…strowski's Theorem (#14026) In this PR we prove that a non-archimedean non-trivial absolute value on the rational is equivalent to a padic one. Main result ```lean theorem mulRingNorm_equiv_padic_of_bounded : ∃! p, ∃ (hp : Fact (Nat.Prime p)), MulRingNorm.equiv f (mulRingNorm_padic p) ``` Co-authored-by: David Kurniadi Angdinata [[email protected]](mailto:[email protected]) Laura Capuano [[email protected]](mailto:[email protected]) Nirvana Coppola [[email protected]](mailto:[email protected]) María Inés de Frutos Fernández [[email protected]](mailto:[email protected]) Sam van Gool [[email protected]](mailto:[email protected]) Silvain Rideau-Kikuchi [[email protected]](mailto:[email protected]) Amos Turchet [[email protected]](mailto:[email protected]) Francesco Veneziano [[email protected]](mailto:[email protected])
…strowski's Theorem (#14026) In this PR we prove that a non-archimedean non-trivial absolute value on the rational is equivalent to a padic one. Main result ```lean theorem mulRingNorm_equiv_padic_of_bounded : ∃! p, ∃ (hp : Fact (Nat.Prime p)), MulRingNorm.equiv f (mulRingNorm_padic p) ``` Co-authored-by: David Kurniadi Angdinata [[email protected]](mailto:[email protected]) Laura Capuano [[email protected]](mailto:[email protected]) Nirvana Coppola [[email protected]](mailto:[email protected]) María Inés de Frutos Fernández [[email protected]](mailto:[email protected]) Sam van Gool [[email protected]](mailto:[email protected]) Silvain Rideau-Kikuchi [[email protected]](mailto:[email protected]) Amos Turchet [[email protected]](mailto:[email protected]) Francesco Veneziano [[email protected]](mailto:[email protected])
In this PR we prove that a non-archimedean non-trivial absolute value on the rational is equivalent to a padic one.
Main result
Co-authored-by:
David Kurniadi Angdinata [email protected]
Laura Capuano [email protected]
Nirvana Coppola [email protected]
María Inés de Frutos Fernández [email protected]
Sam van Gool [email protected]
Silvain Rideau-Kikuchi [email protected]
Amos Turchet [email protected]
Francesco Veneziano [email protected]