Least Busy Beaver

From BusyBeaverWiki
Revision as of 18:24, 16 February 2025 by Racheline (talk | contribs)
Jump to navigation Jump to search

The least busy beaver BB(n,m) problem is a variation of the busy beaver problem which considers TM behavior across all starting tapes (not just blank tapes like the traditional BB problem) discovered by Racheline on 15 Feb 2025.

Definition

Let BBinit(n,m,T) be the longest runtime for all n-state m-symbol TMs which halt when started on tape configuration T (where T is allowed to be any infinite tape configuration, including ones with an infinite number of non-zero values). Then

BB(n,m)=minTBBinit(n,m,T)

In other words, the minimal value across all possible starting tapes. This minimum must exist because the values of BBinit(n,m,T) are all positive integers and thus well ordered.

Note that BBinit(n,m,B)=BB(n,m) where B is the blank (all-zeros) tape. Therefore,

BB(n,m)BB(n,m)

We have not yet found an example where we can prove that BB(n,m)BB(n,m)