Remix.run Logo
nicce 2 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...

latent-person an hour ago | parent [-]

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).

nicce an hour ago | parent [-]

That is the point. Someone must verify that the Lean matches the actual theorem, precisely as it should be interpreted.

latent-person an hour ago | parent [-]

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...

nicce 5 minutes ago | parent [-]

That seems to be indeed true. I guess it gets validated quite soon.