Bell: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
m (link transcript)
(Used Template:Stub)
 
Line 1: Line 1:
{{Stub}}
A '''bell''' is a [[non-halting Turing machine]] whose behavior can be described as a sequence of [[bouncer]]s of increasing size. There are two main variants of bells, depending on whether the bouncers participate in tape growth or not. A bell whose bouncers grow the tape on each bounce is called an '''exponential bell''' or simply '''bell''' for short, while a bell whose bouncers do not grow the tape on each bounce is called a '''cubic bell'''.
A '''bell''' is a [[non-halting Turing machine]] whose behavior can be described as a sequence of [[bouncer]]s of increasing size. There are two main variants of bells, depending on whether the bouncers participate in tape growth or not. A bell whose bouncers grow the tape on each bounce is called an '''exponential bell''' or simply '''bell''' for short, while a bell whose bouncers do not grow the tape on each bounce is called a '''cubic bell'''.


Line 23: Line 24:


[[Category: Zoology]]
[[Category: Zoology]]
[[Category: Stub]]

Latest revision as of 22:28, 10 August 2025

A bell is a non-halting Turing machine whose behavior can be described as a sequence of bouncers of increasing size. There are two main variants of bells, depending on whether the bouncers participate in tape growth or not. A bell whose bouncers grow the tape on each bounce is called an exponential bell or simply bell for short, while a bell whose bouncers do not grow the tape on each bounce is called a cubic bell.

Sometimes a Turing machine displays bell characteristics for some number of steps before phase transitioning to another behavior, such as halting. A famous example is the 5-state busy beaver winner. These may also be called bells, or more precisely, transient bells, to indicate that they only show bell-like features up to a certain point.

Examples

Spacetime diagram of the bell 1RB0LC_1RC1RA_1LA0RB (bbch).

Exponential bell

1RB0LC_1RC1RA_1LA0RB (bbch) is an example of an exponential bell with 3 states and 2 symbols.

Analysis

Transcript: (A0 B0 ((C1 B0)2k (C0 A1)2k+1)(k = 0 .. n-1) (C0 B1)2n (C0 A1)2n C0 (A0 B1)2n+1)n=a0, a1, ...,

where and

Spacetime diagram of the cubic bell 1RB0LC_1LA1RB_0RA1LC (bbch).
Close-up of the cubic bell 1RB0LC_1LA1RB_0RA1LC (bbch).

Cubic bell

1RB0LC_1LA1RB_0RA1LC (bbch) is an example of a cubic bell with 3 states and 2 symbols.

Analysis

Transcript: ((A0 B1k B0 A1 C1k C0 A1 C0)(k = n, n-1, .. 1) A0 B0 A1 C0)(n ≥ 0).