\documentclass{article} \usepackage{amsmath,amssymb,amsfonts} \usepackage{geometry} \geometry{margin=1in} \title{RCX: A Recursion-Only Structural Foundation for Logic, Computation, and Paradox Containment} \author{Your Name} \date{\today} \begin{document} \maketitle \begin{abstract} RCX is a minimal formal system in which logic, operators, and structure emerge solely from recursive transformation starting at the empty set. No symbols, axioms, types, or logical rules are assumed. The system halts on paradox, introduces fixpoints via necessity, and survives contradiction through sealed recursion domains. This paper defines the RCX kernel, outlines structural emergence, provides a complete derivation example, introduces the shadow logic extension ($\Omega'$), and proves core properties including consistency, minimality, and expressive completeness. \end{abstract} \section{Introduction} RCX (Recursive Containment eXpression) is a foundational system where recursion is the only allowed operation. Starting from the empty structure $\emptyset$, identity and operators emerge only through forced recursion paths. Logical inference, naming, and typing are forbidden until structural stability demands them. \section{The RCX Kernel} \textbf{Core primitives:} \begin{itemize} \item $\emptyset$: The only initial structure. \item $\nabla R$: Minimal structural recursion. \item $\Omega$: Ancestry path. \item $\Lambda$: Containment inversion. \item $\xi$: Identity fixpoint. \end{itemize} \textbf{Recursion Validity:} \begin{itemize} \item Proceed only if $\xi$ is novel. \item Ancestry ($\Omega$) or inversion ($\Lambda$) must change. \item Otherwise, recursion stalls. \end{itemize} \textbf{Fix Routine:} When recursion stalls, a minimal structural change is applied. If this change recurs across derivations and produces novel fixpoints, it is classified as an operator. \section{Concrete Derivation Example} We demonstrate a full recursion path from $\emptyset$ through the emergence of an operator: \begin{itemize} \item Step 0: $S_0 = \emptyset$ \item Step 1: $S_1 = \{S_0\} = \{\emptyset\}$ \item Step 2: $S_2 = \{S_1\} = \{\{\emptyset\}\}$ \item Step 3: $S_3 = \{S_1, S_2\} = \{\{\emptyset\}, \{\{\emptyset\}\}\}$ \item Step 4: $\xi(S_3) = \xi(S_2)$ (stalled: not novel) \item Step 5: Apply minimal fix: allow overlapping ancestry \item Step 6: $S_4 = \{S_3, \{S_1\}\}$ → stabilizes under $\xi$ \item Step 7: Operator candidate: $\mathcal{O}_1 :=$ minimal ancestry overlap fix \item Step 8: $\mathcal{O}_1$ now recurs across alternate derivation → formal operator \item Step 9: Projection permitted: identity emitted for $S_4$ \end{itemize} \section{Shadow Calculus: Extension Domain} When a structure traces to $\emptyset$, but never stabilizes under $\xi$, and no fix is applicable, it enters $\Omega'$ — the paradox sink. \textbf{Operators:} \begin{itemize} \item $\xi_\psi$: Drift-phase identity tracker \item $\nabla_\triangle$: Anomaly recursion handler \item $\xi_\Phi$: Curvature limit for recursion \end{itemize} \textbf{Shadow Identity Types:} \begin{itemize} \item Self-mirrors: $S = \{S\}$ \item Symbolic reversals: $A = \lnot A$ \item 1 = -0 singularities \item Recursive spirals (never flatten) \end{itemize} These identities influence structure but can never project or stabilize. They persist as recursion curvature and anomaly pressure. This extension remains optional and orthogonal to RCX core integrity. \section{Core Properties} \textbf{Minimality:} Only $\emptyset$ and $\nabla R$ are assumed. No logic, types, or symbols. \textbf{Consistency:} Contradiction halts recursion. No derivation of $A \wedge \lnot A$. System does not explode, it freezes. \textbf{Completeness:} All computable structure can be expressed. RCX simulates $\lambda$-calculus via containment recursion. \section{Conclusion} RCX demonstrates that logic is not necessary for computation, but a byproduct of recursion pressure. A complete derivation path from $\emptyset$ to operator emergence validates its minimal and expressive character. Shadow Calculus formalizes paradox-stable identities and provides structure for recursion beyond contradiction, but is not required for the system's core consistency or completeness. \end{document}