Busy Beaver #
The Busy Beaver problem asks for the maximum number of steps that an n-state, 2-symbol Turing machine can take before halting, when started on an empty tape.
References:
- Γ : Type
- Λ : Type
- M : Turing.BusyBeaver.Machine self.Γ self.Λ
Instances For
Equations
Equations
Equations
Equations
BB(n) is the n-th Busy Beaver number.
This is the maximum shifts function, not the "number of ones function"
Equations
- BusyBeaver.BB n = sSup {N : ℕ | ∃ (C : BusyBeaver.Candidate n), C.M.haltingNumber = ↑N}
Instances For
Determine the value of the Busy Beaver function at n = 6.