Submitted:
30 July 2025
Posted:
30 July 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
2. Conceptual Foundations

3. Truth Table and Observation Matrix

3.1. Truth Table: Observation Relationships
- A dimension can observe itself. (This was confirmed through logic testing and is supported by physical systems that allow self-reference or internal monitoring.)
- A dimension can observe any dimension below it.
- A dimension cannot observe any dimension above it.
3.2. Observation Matrix: Verified Simulation Output
| O(n, m) | D1 | D2 | D3 | D4 |
| D1 | 1 | 0 | 0 | 0 |
| D2 | 1 | 1 | 0 | 0 |
| D3 | 1 | 1 | 1 | 0 |
| D4 | 1 | 1 | 1 | 1 |
3.3. Commentary
4. Core Conditional Rules and Equations
4.1. Conditional Rules C1–C9
| Rule | Description | Symbolic Form | Real-World Analogue |
| C1 | A dimension can observe and define any lower dimension. |
O(n, m) = 1 ⇨ Def(m) where n > m |
Quantum collapse:High-level measurement defines lower quantum states |
| C2 | A dimension cannot observe or define any higher dimension. |
O(n, m) = 0 where n < m |
Observer effect blocked from below |
| C3 | A dimension can observe and define itself. |
O(n, n) = 1 ⇨ Def(n) |
Self-monitoring systems (e.g. OS kernel integrity) |
| C4 | A defined observer causes any observable undefined dimension to become defined. |
Def(n) = 1 ∧ O(n, m) = 1 ∧ Def(m) = 0 ⇨ Def(m) = 1 |
Measurement-induced collapse |
| C5 | An undefined observer cannot define anything. |
Def(n) = 0 ⇨ ∄m: Def(m) = 1 |
Inactive or "dead" systems have no causal influence |
| C6 | Definition is stable once set. It cannot be reversed within the system (Landauer, 1961). |
Def(n) = 1 at t0 ⇨ Def(n) = 1 at t1 |
Irreversible state change (like bit-flip without reset) |
| C7 | Observation is non-reciprocal. Definition flows down but never loops. |
O(n, m) = 1 ⇏ O(m, n) = 1 |
One-way function properties |
| C8 | Redundant observation does not overwrite or alter a defined state. |
Def(m) = 1 ∧ Def(n) = 1 ⇨ No change to Def(m) |
Idempotent operations in computation |
| C9 | Observation without definition has no effect. |
O(n, m) = 1 ∧ Def(n) = 0 ⇨ Def(m) = 0 |
Entanglement without collapse is not observation |
4.2. Formal System of Equations
- Def(n) = 1 if dimension n is defined, 0 otherwise
- O(n, m) = 1 if dimension n can observe dimension m, 0 otherwise
- P(n→m) = propagation of definition from n to m
- t = timestep
- Equation 1: Propagation Condition

- A definition is propagated if the observer is defined, the path is permitted, and the target is not already defined.
- Equation 2: Upward Observation Prohibited

- No dimension can observe higher dimensions.
- Equation 3: Self-Observation Valid

- Each dimension may observe and define itself.
- Equation 4: Irreversibility of Definition

- A definition cannot be undone within the system.
- Equation 5: Cascaded Propagation

- A fully defined dimension implies all lower dimensions are also defined.
- Equation 6: Observation Non-Reciprocity

- If dimension n can observe m, then the reverse is disallowed.
- Equation 7: Null Effect of Undefined Observer

- A dimension that is not defined cannot define anything.
- Equation 8: Redundancy Preservation

- Once defined, further observation has no effect.
- Equation 9: Identity Collapse Propagation

- The total count of defined layers implies the state of all lower ones.
5. Symbolic System
5.1. Core Symbols and Definitions
| Symbol | Meaning | Domain | Notes | |||
| n, m | Indices representing dimensions | n, m ∈ ℕ | Used to indicate position in a dimension stack |
|||
| Def(n) | Definition state of dimension n | {0, 1} | 1 means defined; 0 means undefined | |||
| O (n, m) | Observation relation from n to m |
{0, 1} | 1 if n can observe m; otherwise 0 | |||
| P(n → m) | Propagation of definition from n to m |
{0, 1} | Encodes causal effect based on current state | |||
| t | Discrete time step | t ∈ ℕ | Used to indicate system evolution over steps | |||
| ¬ | Logical NOT |
{0,1} → {0,1} |
Used in propagation negation (e.g. 1 - Def(m)) | |||
| ∧ | Logical AND |
{0,1} × {0,1} → {0,1} |
Used to construct propagation criteria | |||
| ⇒ | Implies/logical conditional | — | Used in formal rule statements | |||
| ∀ | Universal quantifier | — | Used in generalisation over all dimensions | |||
| ∑ | Summation operator | ℕ → ℕ | Used in aggregate state behaviour (Eq. 9) | |||
5.2. Conceptual Terms and Their Behaviour
| Term | Description | Rule/Governing Principle |
| Definition | Whether a system’s state is resolved | Binary (C4, C5, C6) |
| Observation | Ability to resolve another state | Directional, non-reciprocal (C1, C2, C3, C7) |
| Propagation | Actual transmission of definition | Conditional on Def and O (Eq. 1, C4) |
| Stability | A defined state remains defined | Irreversible without outside force (C6) |
| Isolation | Lower dimensions have no access to higher | Fundamental restriction (C2, Eq. 2) |
| Redundancy | Observing a defined state has no effect | Preserves prior state (C8, Eq. 8) |
| Collapse | All definitions below a defined point | Emerges from cumulative Def(n) (Eq. 5, 9) |
5.3. Symbolic Constraints
- Observation (O) is not symmetric: if O(n, m) = 1, then O(m, n) = 0 must hold
- Definition (Def(n)) is monotonic: Def(n) may transition from 0 to 1, but never from 1 to 0
- Propagation (P) is strictly conditional: all three factors must be satisfied (Def(n) = 1, O(n, m) = 1, Def(m) = 0)
- Time (t) exists only to measure causal propagation, not continuous flow
5.4. Practical Use in Simulation
- The Truth Engine, which constructed and tested the observation matrix
- The Collapse Cascade Model, which mapped the directional propagation of state collapse across a quantum-style stack
- The COC_VM Stack Simulation, which tracked definition propagation through virtualised layers of a computing system
6. Simulation Design and Output
6.1. Simulation 1: Collapse Cascade (Quantum Metaphor)
- Purpose:
- Structure:
- D4: External observer (initiates observation)
- D3: The box (observer of the cat)
- D2: The cat (observer of the vial)
- D1: The vial (observer of radioactive decay)
- Initial Conditions:
- Rule Set:
- Output Matrix:
| step | D1 | D2 | D3 | D4 |
| 0 | 0 | 0 | 0 | 1 |
| 1 | 0 | 0 | 1 | 1 |
| 2 | 0 | 1 | 1 | 1 |
| 3 | 1 | 1 | 1 | 1 |
- Interpretation:

6.2. Simulation 2: Virtual Machine Stack (COC_VM Model)
- Purpose:
- Structure:
- D4: User interface (high-level process observer)
- D3: Virtual Machine
- D2: Operating System
- D1: Instruction set/CPU-level execution
- Initial Conditions:
- Rule Set:
- Output Matrix:
| step | D1 | D2 | D3 | D4 |
| 0 | 0 | 0 | 0 | 1 |
| 1 | 0 | 0 | 1 | 1 |
| 2 | 0 | 1 | 1 | 1 |
| 3 | 1 | 1 | 1 | 1 |
- Interpretation:
6.3. Results and Verification
- Observation occurred only in permitted directions
- No violation of logic rules was recorded
- All rule constraints (C1–C9) were respected at all times
7. Collapse Cascade and Visual Model
7.1. Visual Structure of the Model
- Downward transparency: Each higher layer has visibility into those beneath it.
- Upward opacity: Lower layers cannot see or interact with those above.
- Internal clarity: Each layer can define itself if it is already defined.
- No feedback loops: Observation and definition do not travel back upwards.

7.2. Behaviour of the Cascade
- Step 1: A top-layer observer is defined (Def(n) = 1)
- Step 2: It observes the next layer down (O(n, n−1) = 1)
- Step 3: If that layer is undefined, it becomes defined (Def(n−1) = 1)
- Step 4: This repeats until the base layer is reached
7.3. Why Visualisation Matters
- Educational clarity: It allows those unfamiliar with logic formalism to understand how layered systems behave.
- Cross-disciplinary compatibility: It allows researchers in fields such as computing, quantum theory, or philosophy of systems to map the model to their own frameworks.
- Validation aid: The visual cascade is fully aligned with the simulations and can be used to quickly detect deviation or inconsistency.
7.4. Relationship to Real Systems
- Quantum collapse chains: Where a measured state becomes defined and all dependent systems update accordingly.
- Virtual machine stacks: Where a top-level interface executes commands that resolve downward through dependent software layers.
- System architecture: Where a high-level process has read-access to system logs, but not the reverse.
8. Implications, Applications, and Future Research
8.1. Implications of the Model
- Dimensional epistemology: What it means to observe, define, or measure in a layered universe
- Causality chains: How information might propagate through nested systems
- Irreversibility: Why some systems, once resolved, cannot be “un-observed” without structural reset
- System visibility: Why certain states are opaque from the bottom up but transparent from the top down
8.2. Potential Applications
- 1.
- Quantum Systems and Measurement Chains
- The rules mirror the logic of quantum decoherence and measurement collapse. In this view, the model could serve as a teaching or thought framework for understanding how observed systems resolve into classical states.
- 2.
- Virtualisation and Software Stacks
- The model accurately reflects the behaviour of virtual machine stacks, operating systems, and instruction execution layers. A high-level interface (e.g., user input) can resolve processes downward, but those lower systems cannot affect higher levels unless explicitly permitted.
- 3.
- Access Control and Security Models
- The logic resembles top-down permission structures where access rights propagate down but not up. It may provide a way to simulate or model secure propagation chains.
- 4.
- Recursive Modelling and AI Observation Limits
- In recursive simulations or AI training, systems often cannot model or reflect on their own meta-levels. This model offers a structure to represent such limits, particularly in AI interpretability.
8.3. Future Research Directions
- A.
- Mathematical Expansion
- B.
- Automated Formal Verification
- C.
- Information Theory Integration
- D.
- Educational Tools
- E.
- Cross-Disciplinary Simulation Studies
8.4. Why the Theory Matters
References
- Boole, G. (1854). An investigation of the laws of thought on which are founded the mathematical theories of logic and probabilities. Walton and Maberly.
- Church, A. (1936). An unsolvable problem of elementary number theory. American Journal of Mathematics, 58(2), 345–363. [CrossRef]
- Deutsch, D. (1985). Quantum theory, the Church–Turing principle and the universal quantum computer. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, 400(1818), 97–117. [CrossRef]
- Dirac, P. A. M. (1930). The principles of quantum mechanics (1st ed.). Oxford University Press.
- Feynman, R. P. (1982). Simulating physics with computers. International Journal of Theoretical Physics, 21(6–7), 467–488. [CrossRef]
- Jones, K. (2024). Half-silvering dimensions. Global Journal of Science Frontier Research, 24(A3), 27–28. https://journalofscience.org/index.php/GJSFR/article/view/102840.
- Landauer, R. (1961). Irreversibility and heat generation in the computing process. IBM Journal of Research and Development, 5(3), 183–191. [CrossRef]
- Penrose, R. (1989). The emperor’s new mind: Concerning computers, minds, and the laws of physics. Oxford University Press.
- Turing, A. M. (1937). On computable numbers, with an application to the Entscheidungsproblem. Proceedings of the London Mathematical Society, 2(42), 230–265. [CrossRef]
- von Neumann, J. (1955). Mathematical foundations of quantum mechanics (R. T. Beyer, Trans.). Princeton University Press. (Original work published 1932).
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).