radius
The definition fixes the neighborhood radius at 1 for the one-dimensional cellular automaton that evaluates SAT instances via local rules. Researchers modeling P vs NP through Recognition Science gadgets would cite this constant when building neighborhoods of three cells. The assignment is a direct constant with no further computation or lemmas.
claimThe neighborhood radius satisfies $r = 1$.
background
The Cellular Automata module constructs local gadgets for SAT evaluation inside the Recognition Science framework. It employs a 1D automaton inspired by Rule 110, with each gadget required to be local, deterministic, and reversible for ledger compatibility. The Neighborhood structure holds three CellState values (left, center, right) extracted from the tape at position i, as defined in the sibling structure at line 58.
proof idea
Direct definition that assigns the constant 1. No lemmas or tactics are invoked; the value is supplied verbatim to fix the interaction range for extractNeighborhood and localRule.
why it matters in Recognition Science
This constant sets the locality scale for all CA gadgets that feed the O(n^{1/3} log n) SAT evaluation bound stated in the module. It is referenced by downstream results including normalizedRadius, fr_valence_one, and lower_z_more_remaining in AtomicRadii, which rely on the same radius parameter for shell and valence calculations. The choice aligns with the eight-tick octave (T7) and spatial dimension D=3 landmarks by keeping the neighborhood minimal while preserving reversibility.
scope and limits
- Does not define any update rule or transition function.
- Does not constrain tape length or boundary conditions.
- Does not prove that radius 1 suffices for universal computation.
- Does not address reversibility preservation under this radius.
formal statement (Lean)
55def radius : ℕ := 1
proof body
Definition body.
56
57/-- Local neighborhood: cells at positions i-1, i, i+1 -/
used by (40)
-
fr_valence_one -
k_larger_shell_than_li -
li_larger_than_f -
lower_z_more_remaining -
normalizedRadius -
oganesson_full_shell -
radiusProxy -
screeningFactor -
shellNumber -
shellRadiusProxy -
icosahedral_order -
coeff_bound_of_uniformBounds -
ca_k_local -
step -
Window -
row_rydberg_over_rest -
two_pi_not_D3 -
milkyWayData -
cmb_horizon -
ParticleHorizon -
meters_to_Gly -
knet_from_cone_projection -
anita_event_energy -
ea004_certificate -
upgoing_statistically_limited -
udg_surface_brightness -
stepRatio_logSpiral_closed_form -
Coil -
SpiralArray -
Jcost