\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{geometry}
\geometry{margin=1in}
\usepackage{graphicx}
\usepackage{tikz}
\usetikzlibrary{arrows.meta, positioning, shapes.geometric}
\usepackage{hyperref}
\hypersetup{colorlinks=true, linkcolor=blue, urlcolor=blue}
\title{\textbf{At Some Point, You Have to Make Room for a Creator of the Universe—\\Whether It Be God, Gods, or Unicorn Dreams}}
\author{John C. W. McKinley \\ Independent Researcher \\ \href{https://orcid.org/0009-0005-7097-5035}{0009-0005-7097-5035}}
\date{August 6, 2025}
\begin{document}
\maketitle
\renewcommand{\thefootnote}{}
\footnotetext{This version published at \href{https://doi.org/10.5281/zenodo.16757589}{doi.org/10.5281/zenodo.16757589.}}
\begin{abstract}
Despite the increasing power of scientific explanation, no model has yet emerged that escapes the need for origin—of laws, of meaning, or of cause itself. This paper argues that even the most reductionist frameworks, when followed to their foundations, force the introduction of a creator concept—whether conceived traditionally (as God), polytheistically (as gods), or absurdly (as unicorn dreams). The absurdity is the point: the requirement remains regardless of the label, and the nature of the origin remains outside the causal reach of science.
\end{abstract}
\section{Introduction}
We live in an age of explanatory triumph. From quantum fluctuations to cosmic inflation, from evolution to entropy, science has offered increasingly complete models of how things unfold. But all models begin \textit{somewhere}. And at that foundational point—before space, before time, before the first cause—lies an unavoidable question: \textbf{Why is there something rather than nothing?}
This paper explores the proposition that \textbf{no physical theory is complete without acknowledging a creative source}, and that refusal to do so is not an act of scientific rigor, but of metaphysical denial.
\section{Science, Explanation, and the Horizon of Causality}
Modern physics is built on models, not metaphysics. General Relativity (GR) models the curvature of spacetime. Quantum Mechanics (QM) models probabilistic behavior of particles. But neither explains where the laws themselves come from.
\begin{figure}[h]
\centering
\begin{tikzpicture}[node distance=1.2cm and 2cm, >=Stealth]
\node[draw, rectangle, fill=blue!10] (physics) {Physics Laws (e.g., GR, QM)};
\node[draw, rectangle, below=of physics, fill=green!10] (initial) {Initial Conditions};
\node[draw, rectangle, below=of initial, fill=yellow!10] (math) {Mathematical Structures};
\node[draw, rectangle, below=of math, fill=red!10] (origin) {\textbf{Source of Laws? (Unknown)}};
\draw[->] (physics) -- (initial);
\draw[->] (initial) -- (math);
\draw[->] (math) -- (origin);
\node[below=0.3cm of origin] {\textit{No physical model explains this last step.}};
\end{tikzpicture}
\caption{Explanatory chain ends in an unaccounted-for origin.}
\end{figure}
Each of the following creates a new problem if denied a creator:
\begin{itemize}
\item \textbf{The Big Bang:} Why did the universe begin?
\item \textbf{The Laws of Physics:} Why are they as they are, instead of otherwise?
\item \textbf{Initial Conditions:} Why this configuration, this entropy, this symmetry-breaking?
\end{itemize}
As Carroll writes, “The laws themselves must be explained. They do not emerge from nothing” \cite{carroll2010}. In each case, the laws do not explain themselves. At some level, we are forced to admit that \textit{something chose them}—even if that “chooser” is random chance or an abstract simulation. That admission is the insertion of a creator.
\section{Three Archetypes: God, Gods, and Unicorn Dreams}
We can categorize the insertion of a creator into three rough forms:
\begin{figure}[h]
\centering
\begin{tikzpicture}[>=Stealth, node distance=4cm]
\node[draw, circle, minimum size=2cm, fill=blue!10] (god) {God};
\node[draw, circle, minimum size=2cm, right=of god, fill=green!10] (gods) {Gods};
\node[draw, circle, minimum size=2cm, below right=1.5cm and -2cm of god, fill=yellow!10] (unicorn) {Unicorn\\Dreams};
\draw[<->, thick] (god) -- (gods);
\draw[<->, thick] (gods) -- (unicorn);
\draw[<->, thick] (unicorn) -- (god);
\node[below=1.5cm of unicorn] {\textit{Different names, same structural role.}};
\end{tikzpicture}
\caption{Three conceptually different placeholders for “Creator.”}
\end{figure}
\subsection{1. God (Monotheistic Origin)}
The traditional view. A singular, conscious, intentional being authored the laws and purpose of the universe \cite{hawking1988}.
\subsection{2. Gods (Polytheistic or Multiplicity of Causality)}
Many sources or processes collaborate or conflict in shaping reality. This includes ideas like simulation authors, demiurges, or cosmic archetypes.
\subsection{3. Unicorn Dreams (Absurdist Placeholder)}
The creator is whatever placeholder avoids naming God—be it multiverse foam, anthropic selection, Boltzmann brains, or computational accidents \cite{penrose1994}. These do the same metaphysical work but disguise it.
\section{Simulation Theory as a Trojan Horse for Theology}
Even the most secular "creator" theory—such as Simulation Hypothesis—admits a prior layer. If our universe is a simulation, someone or something must have coded it. Whether that coder is a bored teenager or an eternal mind, the logic is the same: \textit{you are invoking a creative author outside your causal frame} \cite{bostrom2003}.
\section{The Logic of Inescapability}
To avoid a creator, you must:
\begin{enumerate}
\item Deny causality (everything just is),
\item Deny order (laws are accidental), or
\item Deny meaning (questions like "why" are meaningless).
\end{enumerate}
Each of these is a philosophical position—not a scientific one. And each collapses under its own absurdity when applied to actual models.
\begin{figure}[h]
\centering
\begin{tikzpicture}[
node distance=1.5cm,
every node/.style={font=\small},
state/.style={draw, rectangle, rounded corners, minimum height=1cm, minimum width=2.5cm, fill=blue!10},
law/.style={draw, rectangle, rounded corners, minimum height=1cm, minimum width=3cm, fill=green!10},
unknown/.style={draw, ellipse, minimum height=1cm, minimum width=3.5cm, fill=red!10}
]
\node[state] (obs) {Observed Events};
\node[law, above=of obs] (law) {Physical Laws};
\node[law, above=of law] (init) {Initial Conditions};
\node[law, above=of init] (meta) {Meta-Laws?};
\node[unknown, above=of meta] (origin) {\textbf{Origin (Unresolved)}};
\draw[->] (origin) -- (meta);
\draw[->] (meta) -- (init);
\draw[->] (init) -- (law);
\draw[->] (law) -- (obs);
\node[below=0.5cm of obs] {\textit{Causal flow traced backward toward an unexplained source}};
\end{tikzpicture}
\caption{Causality Graph: Scientific laws ultimately depend on an unresolved origin.}
\end{figure}
\section{A Place for the Creator in Scientific Models}
The Timeless Light Model (TLM), for example, proposes a timeless instruction layer outside of spacetime, issuing causal events into rendered reality. This layer must be written by something—it cannot write itself, as it exists beyond time \cite{mckinley2025}.
Thus, even in TLM, a creator is not a religious insertion, but a \textit{logical placeholder for the origin of instruction itself}. If that creator is God, gods, or unicorn dreams—that’s a matter of belief. But the placeholder cannot be avoided.
\begin{figure}[h]
\centering
\begin{tikzpicture}[
node distance=2cm and 2.5cm,
every node/.style={font=\small},
layer/.style={draw, rectangle, rounded corners, minimum height=1cm, minimum width=3.5cm, fill=gray!15},
event/.style={draw, circle, fill=blue!10, minimum size=1.2cm},
arrow/.style={->, thick}
]
\node[layer] (qp) at (0,5) {Quantum Platform (QP)\\\footnotesize Timeless Instruction Layer};
\node[event] (instr) at (0,2.3) {CI-ARC};
\node[layer] (sdf) at (0,0) {Spacetime Deployment Frame (SDF)\\\footnotesize Where Events Render};
\node at (-3.5,4) {\textit{Outside Time}};
\node at (-3.5,1) {\textit{Observed Time}};
\draw[arrow] (qp) -- (instr) node[midway,right] {\footnotesize Instruction};
\draw[arrow] (instr) -- (sdf) node[midway,right] {\footnotesize Delayed Rendering};
\node[below=0.3cm of sdf] {\footnotesize \textit{Only deployed events are seen as physics}};
\end{tikzpicture}
\caption{Timeless Light Model: Instructions originate in a timeless platform and deploy into observable physics.}
\end{figure}
\section{Conclusion: Pick Your Creator}
The point is not to argue for any particular theology. It is to show that \textit{some form of creative origin} must be present in any complete worldview. You may choose the God of Abraham, the laws of a higher simulation, or the drunken dream of a unicorn. But the placeholder remains.
A universe with no author is a book with no ink. At some point, you must make room for a creator—no matter how uncomfortable or whimsical the label.
\section*{Keywords}
origin of the universe, simulation theory, metaphysics, causality, creator, God, first cause, physics, timelessness, TLM
\begin{thebibliography}{9}
\bibitem{hawking1988}
S. W. Hawking, \textit{A Brief History of Time}, Bantam Books (1988).
\bibitem{penrose1994}
R. Penrose, \textit{Shadows of the Mind}, Oxford University Press (1994).
\bibitem{carroll2010}
S. M. Carroll, \textit{From Eternity to Here: The Quest for the Ultimate Theory of Time}, Dutton (2010).
\bibitem{bostrom2003}
N. Bostrom, "Are You Living in a Computer Simulation?" \textit{Philosophical Quarterly}, \textbf{53}, 243–255 (2003).
\bibitem{mckinley2025}
J. C. W. McKinley, “Beyond Spacetime: How the Timeless Light Model Advances Simulation, Entanglement, and Timeless Physics,” Zenodo (2025), \url{https://doi.org/10.5281/zenodo.16510862}.
\end{thebibliography}
\appendix
\section*{Appendix A: Rigorous Derivations of Core Formulas}
\addcontentsline{toc}{section}{Appendix A: Rigorous Derivations of Core Formulas}
This appendix presents formal derivations of key formulas referenced in the body of the paper, especially those relevant to models like the Timeless Light Model (TLM), which propose a quantum-instructional origin for observed physics. These equations are framed to preserve empirical consistency while reinterpreting the causal substrate beneath physical laws.
\subsection*{A.1\quad Proper Time of a Photon Vanishes: \(\Delta \tau = 0\)}
\label{sec:proper-time}
In special relativity, the spacetime interval for light-like paths is:
\[
\Delta s^2 = -c^2 \Delta t^2 + \Delta x^2 + \Delta y^2 + \Delta z^2 = 0
\]
By definition of proper time:
\[
\Delta \tau = \frac{1}{c} \sqrt{-\Delta s^2} = 0
\]
\textbf{Interpretation:} A photon experiences no time between emission and absorption. In the TLM, this means the photon does not "exist" between these events in spacetime—it is a causal link, not a traversing particle.
\subsection*{A.2\quad The Mass-Time Duality: \(T \cdot m = \frac{\hbar}{c^2}\)}
\label{sec:mass-delay}
The Timeless Light Model postulates that mass and delay are inversely proportional:
\[
T \propto \frac{1}{m}
\]
To derive a proportionality constant, we require dimensional consistency. Let:
\[
T \cdot m = \frac{\hbar}{c^2}
\]
\textbf{Dimensional check:}
\begin{align*}
[T] &= \text{s} \\
[m] &= \text{kg} \\
[\hbar] &= \text{J}\cdot\text{s} = \text{kg}\cdot\text{m}^2/\text{s} \\
[c^2] &= \text{m}^2/\text{s}^2 \\
\Rightarrow \left[\frac{\hbar}{c^2}\right] &= \frac{\text{kg}\cdot\text{m}^2/\text{s}}{\text{m}^2/\text{s}^2} = \text{kg}\cdot\text{s}
\end{align*}
\textbf{Interpretation:} Mass imposes rendering delay. Heavier objects appear "slower" to render because their instruction cost (in delay) is higher.
\subsection*{A.3\quad Causal Rendering Speed: \(T \cdot C_s = 1\)}
\label{sec:causal-speed}
TLM introduces a causal rendering constraint \( C_s \), interpreted as the effective rendering speed of events from the Quantum Platform into the spacetime frame. By definition:
\[
T \cdot C_s = 1
\]
\textbf{Interpretation:} As delay increases, causal resolution speed decreases. This is not the same as physical velocity \(v\), but rather a metaphysical rendering rate.
\textbf{Dimensional analysis:}
\[
[T] = \text{s}, \quad [C_s] = \text{s}^{-1} \Rightarrow [T \cdot C_s] = 1
\]
This dimensionless unity condition ensures self-consistent deployment of causal events, in line with the metaphysical requirement that \textit{what is delayed must be slowed}.
\subsection*{A.4\quad Information Density at the Horizon: \(\Delta A = 4 \ell_P^2 \ln 2\)}
\label{sec:bh-entropy}
From black hole thermodynamics (via Bekenstein–Hawking), the entropy \(S\) of a black hole is proportional to its event horizon area \(A\):
\[
S = \frac{k c^3 A}{4 G \hbar}
\]
If one bit of information corresponds to a fundamental area change \(\Delta A\), then:
\[
\Delta S = k \ln 2 = \frac{k c^3 \Delta A}{4 G \hbar}
\Rightarrow \Delta A = \frac{4 G \hbar \ln 2}{c^3} = 4 \ell_P^2 \ln 2
\]
\textbf{Interpretation:} The Quantum Platform injects one bit of causal instruction per \(\Delta A\) at the horizon. This quantization is consistent with TLM’s treatment of instruction resolution as discrete and information-based.
\subsection*{A.5\quad Compression, Entropy, and Instruction Budget (optional placeholder)}
\label{sec:compression}
In prior drafts, a speculative relation was proposed:
\[
C = \kappa \cdot S
\]
Where \(C\) is instruction cost, \(\kappa\) is compression, and \(S\) is entropy.
\textbf{TLM Correction:} This relation is deprecated. In the Timeless Light Model, \textbf{compression is not real}. All instructions are resolved without partial encoding. No compression is causally operative—only successful final resolutions are recorded.
\subsection*{Conclusion of Appendix}
These derivations support the logical coherence of the Timeless Light Model and its metaphysical claims. While some equations derive from established physics, others (e.g., \(T \cdot C_s = 1\)) offer falsifiable extensions. Together, they form the groundwork for a unified metaphysical-physical synthesis.
\section*{Appendix B: Glossary of Key Terms}
\addcontentsline{toc}{section}{Appendix B: Glossary of Key Terms}
This glossary defines foundational terms used in the Timeless Light Model (TLM) and the broader discussion of creator-origin metaphysics.
\begin{description}
\item[Quantum Platform (QP):]
The timeless, causally senior layer of reality from which all rendered phenomena derive. It holds the pre-resolved instructions that govern the observable universe but exists outside of time and space.
\item[Spacetime Deployment Frame (SDF):]
The observer-based layer in which instructions from the QP are rendered with delay. All physical measurements, velocities, and experiences occur in the SDF.
\item[CI-ARC (Causal Instruction Arc):]
A causal link between two events, issued from the QP and rendered in spacetime as a photon-like interaction. Not a particle or wave, but an instruction executed with delay.
\item[Delay ($T$):]
The temporal rendering gap between instruction origin (in QP) and physical event realization (in SDF). Inversely proportional to mass.
\item[Mass ($m$):]
A measure of resistance to rendering speed. In TLM, it is not intrinsic substance but the reciprocal of delay: \( T \cdot m = \frac{\hbar}{c^2} \).
\item[Causal Speed ($C_s$):]
The rate at which causal instructions from QP are rendered in SDF. It obeys \( T \cdot C_s = 1 \), and is not to be confused with the speed of light \(c\).
\item[Timelessness:]
The property of QP events and instructions. Since no duration elapses between emission and absorption in QP, photons and CI-ARCs are outside time.
\item[Instruction Resolution:]
The act of finalizing a CI-ARC into spacetime reality. Only successfully resolved instructions are observable.
\item[Simulation Constraint:]
The idea that causal deployment is governed by the need for experience within a limited rendering engine. In this view, the universe behaves like a simulation not because it is fake, but because it is instruction-limited.
\item[God / Gods / Unicorn Dreams:]
Placeholders for the necessary origin of all instruction and law. These labels differ culturally and rhetorically, but all serve the same logical function: to represent the uncaused cause that selects the instruction system.
\item[Origin Node:]
The hypothetical boundary where explanation halts. Located beyond meta-laws, this is where physical logic gives way to creator logic.
\item[Black Hole Microstate Hash:]
The discrete bit-pattern encoding of horizon information, consistent with \( \Delta A = 4 \ell_P^2 \ln 2 \). Represents the QP’s accounting system for irreversible instructional collapse.
\item[Causal Encryption Layer:]
The boundary where spacetime instructions are hidden behind horizons (e.g., black holes), possibly storing or redirecting instruction flow. Treated as encrypted from the SDF perspective.
\item[Wavefunction (TLM version):]
A probability terrain, representing delay space rather than particle presence. Collapse is not a physical process, but a decision about which instruction was ultimately resolved.
\item[Experience: (TLM axiom)]
The foundational purpose of the universe. Delay, mass, and rendering all serve the purpose of experience. In TLM, just as GR preserves causality, TLM preserves experience.
\end{description}
\begin{figure}[h]
\centering
\begin{tikzpicture}[
font=\small,
node distance=1.8cm and 3cm,
box/.style={draw, rounded corners, minimum width=3.5cm, minimum height=1cm, align=center, fill=gray!10},
inst/.style={draw, circle, minimum size=1cm, fill=blue!10},
arrow/.style={->, thick},
labelbox/.style={draw, rectangle, fill=yellow!20, text width=4.5cm, rounded corners, font=\footnotesize, align=left}
]
% Main layers
\node[box] (qp) at (0,6.5) {Quantum Platform (QP)};
\node[inst] (ciarc) at (0,3.5) {CI-ARC};
\node[box] (sdf) at (0,0.5) {Spacetime Deployment Frame (SDF)};
% Arrows
\draw[arrow] (qp) -- (ciarc) node[midway, right=3pt] {\scriptsize Instruction};
\draw[arrow] (ciarc) -- (sdf) node[midway, right=3pt] {\scriptsize Rendered Event};
% Labels (QP)
\node[labelbox, right=3.5cm of qp] (qlabel) {
\textbf{Quantum Platform (QP):} \\
Timeless, instruction-emitting layer outside of spacetime. No duration, only resolved intent.
};
% Labels (CI-ARC)
\node[labelbox, right=3.5cm of ciarc] (cilabel) {
\textbf{CI-ARC:} \\
Causal Instruction Arc. Not a particle or wave, but a resolved link between emitter and absorber.
};
% Labels (SDF)
\node[labelbox, right=3.5cm of sdf] (slabel) {
\textbf{Spacetime Deployment Frame (SDF):} \\
Where events are experienced. Time, mass, and measurement occur here as delayed renderings.
};
% Dashed line (between time and timeless)
\draw[dashed] (-5,1.5) -- (5,1.5);
\node at (-4.8,1.7) {\footnotesize Time begins};
\node at (-4.8,4.7) {\footnotesize Timeless};
\end{tikzpicture}
\caption{Instructional flow from the Timeless QP to observable SDF, via a CI-ARC. Glossary labels describe each layer.}
\end{figure}
\end{document}