Switch language한국어
Back to the list

Postmortem for Kernel Soundness Bug #14576 | Hacker News

TL;DR AI

Key summary

2 min read
  1. Lean kernel soundness bug #14576 allowed an invalid Collatz-related proof claim to collapse into a proof of `False`.

  2. The root cause was traced to nested inductive types, and the issue was reduced to a small reproducible proof of `False`.

  3. The bug was fixed during the week of July 27.

  4. The postmortem underscores that proof assistants still depend on a highly trusted kernel, so soundness bugs must be audited and patched quickly.

Read the original