Zulip Chat Archive
Stream: mathlib4
Topic: Euler-Binet formula
Kamila Szewczyk (Jan 10 2024 at 12:00):
Hello, I would like to supply my proof of the Euler-Binet formula and related results (negative Fibonacci numbers, bounds on Fibonacci numbers, ratio of consecutive Fibonacci numbers) to Mathlib. May I request write access to a branch for this purpose? I am an university student (my homepage: https://palaiologos.rocks) and I am taking part in a seminar which encourages students to submit their contributions to mathlib4. My Github handle is @kspalaiologos.
Ruben Van de Velde (Jan 10 2024 at 12:06):
@maintainers
Riccardo Brasca (Jan 10 2024 at 12:21):
Invitation sent!
Riccardo Brasca (Jan 10 2024 at 12:23):
Are we missing Binet formula?! This is surprising
Anatole Dedecker (Jan 10 2024 at 12:26):
I think we have it because it was one of my first projects…
Riccardo Brasca (Jan 10 2024 at 12:27):
@loogle Nat.fib, Real.sqrt
Riccardo Brasca (Jan 10 2024 at 12:27):
@loogle Nat.fib, Real.sqrt
loogle (Jan 10 2024 at 12:27):
:search: Real.coe_fib_eq, Real.coe_fib_eq'
Riccardo Brasca (Jan 10 2024 at 12:28):
Thanks
Anatole Dedecker (Jan 10 2024 at 12:28):
That said we don’t have all the consequences you mention, I think
Riccardo Brasca (Jan 10 2024 at 12:29):
I guess that this should be mentioned in Mathlib.Data.Nat.Fib.Basic
Kamila Szewczyk (Jan 11 2024 at 11:18):
Whom should I assign the pull request to for review?
Kevin Buzzard (Jan 11 2024 at 11:19):
Nobody -- just make sure that it appears on #queue (i.e. check that it has a green tick and is tagged awaiting-review) and someone will look at it I'm sure.
Riccardo Brasca (Jan 11 2024 at 11:21):
Note that we are all busy with the Lean Together, so maybe nobody will review it before the weekend, but don't worry!
Kamila Szewczyk (Jan 11 2024 at 11:22):
That's OK, thank you!
Last updated: May 02 2025 at 03:31 UTC