The Universe as a Compositional Sequence of States

Modeling the cosmos as a sequence of functional states.

Foreword and Disclaimer

The Functional Universe (FU) is a conceptual framework that models the universe as a compositional sequence of irreversible transitions. It is designed to align with known physics where possible, but its axioms also extend into areas that remain empirically open.

It is not about digital computing, consciousness, metaphysics, or ultimate reality. “States” and “functions” are formal, non-algorithmic constructs for modeling causality and history, not claims about the universe literally being a computer or sentient. These constructs do not imply simulability or executability.

Introduction

FU is a framework for organizing physical theories, not a replacement for them. Traditionally, physics treats time as a fundamental parameter: events unfold within a pre-existing temporal framework. Here, we explore an alternative:

We propose a model in which the universe is not composed of objects evolving in time, but of states related by irreversible functional transitions from which temporal order is derived. Time is not a fundamental parameter but an emergent ordering of these transitions. Causality is defined by composability, and physical laws describe constraints on allowable state transformations.

\[ f_{n+1} = T(f_n) \]

Axioms

Axiom 1 — Functional Ontology

The universe is a compositional structure of functions. What exists fundamentally are compositions of transitions; states and objects are derived interfaces. Formally:

\[ f_i : S_i \rightarrow S_{i+1}, \qquad f_{i+1} \circ f_i \ \text{is defined} \]

Consequence:

Axiom 2 — Minimal Transition Duration

There exists a universal, nonzero lower bound \(d\tau_{min}\) on the duration of any meaningful physical transition.

The value of this bound is an empirical parameter to be constrained by observation, not fixed by the axioms themselves.

Consequence

Axiom 3 — Entropy as Physical Quantity

Every irreducible transition carries a minimum entropy \(\Delta S_{\min}\) (e.g. one bit).

Consequence

Axiom 4 — Causality as Composability

Causality is the ordered composability of transitions; only composable transitions can influence each other.

Consequence

Axiom 5 — Invariant Speed of Causality

The minimum transition duration implies a universal upper bound on causal composition, denoted c, which is invariant.

Consequence

Conceptual Framework

We represent the universe as a sequence of nested states:

\[ f_0, \quad f_1 = T(f_0), \quad f_2 = T(f_1), \quad \dots \]

where

\[ T(f_n) \]

is a successor function generating the next state.

Note: Church Numeral Analogy

Disclaimer: this analogy is purely mathematical and conceptual. It is not a claim about metaphysics. The purpose is to illustrate formal compositional structure in state evolution, not to make ontological or physical assertions about reality.

We can represent sequential states and their compositions using concepts analogous to Church numerals in lambda calculus. Each state can be seen as a function of the previous state, and iteration over these functions mirrors the counting structure of Church numerals.

\[ f_0 = \{\}, \quad f_1 = \{f_0\}, \quad f_2 = \{f_0, f_1\}, \quad \dots \]


Top | Index