Least Busy Beaver: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
mNo edit summary
Racheline (talk | contribs)
m Racheline moved page Least busy beaver to Least Busy Beaver: consistency
(No difference)

Revision as of 18:22, 16 February 2025

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) invented 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)