Zulip Chat Archive

Stream: Is there code for X?

Topic: fibonacci


ghasan jaber (Apr 15 2024 at 11:14):

i want to build a heap data structure in Lean 4 with insert and sort operations,

ghasan jaber (Apr 15 2024 at 11:15):

i want [fibonacci] in lean 4

Mario Carneiro (Apr 15 2024 at 11:19):

docs#Nat.fib

Notification Bot (Apr 15 2024 at 11:20):

2 messages were moved here from #maths > Semicontinuity definition for non-linear orders by Mario Carneiro.

ghasan jaber (Apr 15 2024 at 11:47):

i wnat with proof

ghasan jaber (Apr 15 2024 at 11:56):

i want [fibonacci] in lean 4 with proof

ghasan jaber (Apr 15 2024 at 11:58):

i want [fibonacci] in lean 4 with proof

Rémy Degenne (Apr 15 2024 at 12:01):

Please don't double post and please write your messages in relevant streams and topics (or create a new topic).

Notification Bot (Apr 15 2024 at 12:02):

3 messages were moved here from #lean4 > Type class instance error, synthesised vs inferred by Mario Carneiro.

Mario Carneiro (Apr 15 2024 at 12:03):

There are many theorems about Nat.fib in mathlib. You will have to be more specific about what you are looking for


Last updated: May 02 2025 at 03:31 UTC