proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page32 min readintermediate

I vibed a proof of Conway's conjecture

Summary

The author used Claude to generate a Lean formalisation and proof of Conway’s refinement conjecture for omnific (surreal) integers. The proof passes mechanical checks and informal review but lacks independent verification. The post narrates the workflow, token cost, and reflections on AI‑assisted theorem proving.

  • AI can produce a complete Lean proof of a non‑trivial open problem in surreal number theory, but the result still needs expert validation.
  • Mechanical verification (Lean kernel, Palomar registry) catches low‑level errors, yet higher‑level mathematical correctness remains a human responsibility.
  • The experiment highlights practical concerns: token usage, prompt engineering, and the difficulty of interpreting AI‑generated formal code.

If AI can reliably generate correct formal proofs, it could dramatically accelerate research in areas with heavy formalisation overhead, such as number theory, cryptography, and verified software. However, the need for independent peer review underscores that AI‑generated proofs are not a substitut…

4/10

Related reading

  1. If math is more than proof, we need to better celebrate the rest of it

    The author argues that mathematics should reward “motivated explanations” – narrative, intuition‑driven expositions that clarify why a theorem is interesting and how it fits into broader context – on par with traditional proof‑oriented work. He defines the concept, contrasts it with proofs, cites examples (Princeton Companion, Thurston’s essays, Chow’s exposition paper), and suggests formalizing…

    Hacker News front pagewordpress.com12 minHN423284
  2. Bend 2 and the Vibe-Coding Trap

    The author argues that “vibe‑coding” with LLMs can cause engineers to reinvent existing solutions, using Bend 2—a language that asks LLMs to write long formal proofs—as a case study. By re‑implementing the same demo in SPARK/Ada, the author shows that established formal‑verification tools achieve the same guarantees with a tiny proof, highlighting the need for domain research before prompting LLM…

    Hacker News front pageliampwll.com5 minHN326235