Comment by nicce
6 hours ago
As long as the proofs itself are correct. How long they were this time?
Edit: at least ~600,000 lines
https://stanfordtechreview.com/articles/openai-buckmaster-na...
6 hours ago
As long as the proofs itself are correct. How long they were this time?
Edit: at least ~600,000 lines
https://stanfordtechreview.com/articles/openai-buckmaster-na...
To claim something verified in Lean is wrong, you need to either argue that the theorem was stated incorrectly, or that there is a bug in Lean (assuming no `sorry` etc, which is checked by comparator). The number of lines needed to prove it is irrelevant (other than checking for a bug in Lean gets harder).
That is the point. Someone must verify that the Lean matches the actual theorem, precisely as it should be interpreted.
Which has nothing to do with the total number of lines, it's just the theorem statement you need to check. Here is what they showed, which is under 300 lines with comments https://github.com/openai/NavierStokesAndEuler/blob/main/Com...
1 reply →