- Γ : 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}