Overview of the BB(5) = 47,176,870 proof
mainThis project provides a Coq proof verifying that the Busy Beaver number for 5 states, $BB(5)$, is exactly $47,176,870$. This represents the maximum number of steps a halting 5-state Turing machine can perform starting from an all-0 tape.
The proof works by enumerating 5-state Turing machines and using deciders to determine if each machine halts or not, and ensuring that any halting machine does so within the $47,176,870$ step limit.