Y
Hacker News
new
|
ask
|
show
|
jobs
by
azaras
19 days ago
It did not use Lean or other proof assistant?
2 comments
emil-lp
19 days ago
There's really no good proof system mature enough to do advanced graph theory. The leading library in Lean is Graphlib, and it's really not ready for research level theorems.
link
ComplexSystems
19 days ago
How many tokens would it cost to write some library functions to fill in the gaps?
link
varjag
19 days ago
You could try solving that in Lean perhaps
link
sigbottle
19 days ago
what kinds of proofs would it be good at? I thought that combinatorial proofs would be easier to reason over than ones that required analysis
link
aureianimus
19 days ago
Graphlib? Do you have a link to this for me?
link
kzrdude
18 days ago
I guess it was done as an afterthought? This is supposed to be a lean formalization
https://github.com/openai/cdc-lean
link