Skip to content
View hcsn-theory's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hcsn-theory

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hcsn-theory/README.md

🧩 HCSN Theory β€” Hierarchical Causal Structure Networks

DOI License ORCID Status


"The universe may not be described by computation β€” it may be computation."

HCSN is a framework for emergent physics built from the ground up β€” starting with nothing but discrete events and directed causal relations, and asking what universe falls out.

πŸ“„ Read the Paper β†’ πŸ“Ί Watch the Overview β†’ πŸ”¬ Explore the Simulation Repo (Rust) β†’ πŸ”¬ Legacy Simulation Repo β†’


What Is HCSN?

HCSN (Hierarchical Causal Structure Networks) is a theoretical framework that proposes the universe is fundamentally a causal computation β€” not a differential manifold, not a Hilbert space, not a lattice.

Starting assumptions (the complete list):

  • Discrete events (vertices)
  • Directed causal relations (hyperedges)
  • Local probabilistic rewrite rules
  • No background spacetime, metric, or symmetry

What emerges from these assumptions:

Emergent Property HCSN Interpretation
Time Count of irreversible rewrites (causal depth)
Space / Geometry Large-scale causal regularity
Particles Stable, persistent topological defects (Ξ© discontinuities)
Mass Defect inertia β€” inverse variance of rewrite imbalance
Interaction Rewrite competition for a shared Ξ©-modulated pool
Lorentz invariance Attractor of rewrite dynamics, not a postulate
Quantum behavior Causal ambiguity + finite information resolution

This is not a reinterpretation of existing physics.
It is a theory of why theories work.


Core Principles

1. No circular reasoning
We do not assume the structures we are trying to explain. No manifolds, no wavefunctions, no predefined symmetries.

2. Empirical grounding
Every claim beyond the axioms requires an operational definition, a measurement protocol, and reproducible simulation evidence.

3. Falsifiability
The theory fails if no universal signal speed emerges, no persistent structures form, or universality is absent across rule variations.

4. One definition per concept
Each term (defect, worldline, particle, momentum, mass, interaction) is defined exactly once in the canonical documents.


Repository Structure

hcsn-theory/
β”‚
β”œβ”€β”€ docs/                                              # πŸ“š Canonical theory (read sequentially)
β”‚   β”œβ”€β”€ 01_axioms_and_methodology.md                  # Minimal axioms + methodology (4.6 KB)
β”‚   β”œβ”€β”€ 02_defects_worldlines_and_particles.md        # Emergent objects + identity (6.9 KB)
β”‚   β”œβ”€β”€ 03_emergent_dynamics_momentum_and_interaction.md  # Motion, mass, interaction (8.0 KB)
β”‚   β”œβ”€β”€ 04_geometry_dimension_uncertainty_and_limits.md   # Geometry + open problems (9.1 KB)
β”‚   β”œβ”€β”€ 05_emergence_of_particles.md                      # Mechanics of matter condensation [NEW]
β”‚   └── archive/                                       # 17 superseded / historical drafts
β”‚
β”œβ”€β”€ website/                                           # 🌐 Next.js 14 research website
β”‚   β”œβ”€β”€ app/                                           # 6 pages (home, about, docs, figures, roadmap, contact)
β”‚   β”œβ”€β”€ components/                                    # 5 reusable React components
β”‚   β”œβ”€β”€ config/site.ts                                 # All site content β€” update here
β”‚   └── types/                                         # TypeScript interfaces
β”‚
β”œβ”€β”€ figures/                                           # πŸ“Š Simulation visualizations
β”œβ”€β”€ MANIFESTO.md                                       # Project motivation & philosophy
β”œβ”€β”€ WORKSPACE_STATUS.md                                # Full project status
└── README.md

⚠️ This repository contains no simulation code.
All numerical experiments are conducted in the high-performance hcsn-rust engine, which replaced the legacy hcsn-sim prototype in Phase 10.


The Five Canonical Documents

The entire HCSN theory is documented in exactly five files, designed to be read in order:

Defines the five core axioms:

  • Axiom 0: Discrete relational substrate (hypergraph)
  • Axiom 1: Causal consistency (irreflexivity + transitivity β†’ DAG)
  • Axiom 2: Local rewrite dynamics (bounded, finite, causal)
  • Axiom 3: Local finiteness (finite past/future β†’ emergent signal speed)
  • Axiom 4: Hierarchical closure tension (the regulatory principle)
  • Axiom 5: Defect permissibility (localized closure violations allowed)

Sets methodological discipline: observation β†’ definition β†’ derived result β†’ conjecture.


Defines the first emergent objects:

  • Defect: A localized event where Ξ© changes discontinuously (|ΔΩ| > Ξ΅)
  • Worldline: An equivalence class of persistent defect events (identity via overlap continuity)
  • Proto-object: A persistent ΞΎ-cluster with measurable identity
  • Particle: A proto-object satisfying all four operationally-defined criteria (persistence, momentum coherence, inertial stability, structural coupling)
  • Mass: Emergent defect inertia β€” m ~ 1/Var(p)

Defines how objects move and interact without space:

  • Momentum: Statistical persistence of rewrite imbalance
  • Interaction: Rewrite competition for the Ξ©-modulated rewrite pool
  • Interaction strength: F_AB = |Ξ¦_A βˆ’ Ξ¦_B| / Ο„_coexist
  • Interaction graph distance: Rewrite overlap, not spatial proximity
  • Conservation: Statistical only β€” emerges from closure tension, not symmetry axioms

Documents the large-scale structure and known boundaries:

  • Phase diagram of Ξ© regimes (subcritical / critical / supercritical)
  • Effective dimension: D_eff(r) = d log N(r) / d log r
  • Lifetime–momentum variance relation: Var(p) ∝ τ⁻¹
  • Geometry reconstruction attempts (causal distance, interaction-graph distance, spatial slices)
  • Explicit open problems and falsification criteria

Formalizes the transition from stochastic noise to persistent structure:

  • The Three Pillars: Suppression, Coherence-Gated Growth, and Boundary Tension
  • Nucleation Threshold: The maturity point $\tau_c \approx 600 - 1000$ steps
  • Scale-Free Scaling: Power-law lifetimes (critical range $\alpha \approx 1.7 - 2.0$)
  • Kinematics: Interaction phenomenology (Threshold-gated interaction $\chi > 0.14$, deflection $71.5^\circ$)

Validated Results (from Simulation)

Result Status
Zero causality violations across all variants βœ… Confirmed
Finite emergent signal speed βœ… Confirmed (~0.086–0.123 normalized)
Phase transition at Ξ© β‰ˆ 1.1 βœ… Confirmed ($p=0.64, \gamma=2.2$)
Threshold-Gated Interaction ($\chi_c = 0.14$) βœ… Confirmed (Phase 12)
Predictive Force Law ($k = 182.1$) βœ… Confirmed (Phase 12)
Persistent defect worldlines above critical Ξ© βœ… Confirmed
Uncertainty relation robust across parameter sweep βœ… Confirmed

Open Problems

  1. What mechanism selects effective dimension asymptotically?
  2. Can rewrite redundancy classes produce nontrivial symmetry-group structure?
  3. Are there discrete defect species with a classification?
  4. Can exclusion-like statistics emerge from worldline topology?
  5. Can exact invariance principles emerge in a continuum limit?
  6. Can Ξ© dynamics reproduce effective field balance laws under coarse-graining?

Website

A companion research website is included in website/, built with:

  • Next.js 14 (App Router, TypeScript, SSG)
  • Tailwind CSS 3.3 (responsive, mobile-first)
  • 6 pages: Home, About, Docs, Figures, Roadmap, Contact
  • Centralized content: All text lives in website/config/site.ts

Run locally:

cd website
npm install
npm run dev
# Visit http://localhost:3000

Citation

If you use HCSN in your research, please cite:

Saif Mukhtar. HCSN: A Hierarchical Causal Structure Network Framework for Emergent Physics. ResearchHub, 2026.
DOI: 10.55277/researchhub.fvahxvpt.1

@article{mukhtar2026hcsn,
  author = {Saif Mukhtar},
  title  = {HCSN: A Hierarchical Causal Structure Network Framework for Emergent Physics},
  year   = {2026},
  doi    = {10.55277/researchhub.fvahxvpt.1},
  url    = {https://doi.org/10.55277/researchhub.fvahxvpt.1}
}

Philosophy

This is a theory in formation, not a finished model.

It documents what has been observed in simulation, what has been derived from axioms, and what remains open or speculative. Claims are graded by empirical support. Speculation is explicitly labeled.

See MANIFESTO.md for the full motivation.


Status

Milestone Status
Axiomatic foundation βœ… Stable
CPU-Efficient Core Migration (Rust) βœ… Completed (Phase 10)
Interaction Theory (Force Law) βœ… Completed (Phase 12)
Emergent objects (defects, worldlines, particles) βœ… Empirically grounded
Dynamics, momentum, interaction βœ… Empirically supported
Geometry and dimension πŸ”„ Partial β€” open problems remain
Physical correspondence (Standard Model, GR) πŸ”¬ Conjectural

License & Contact

This project is licensed under the MIT License.

For collaboration or questions: github.com/hcsn-theory

Popular repositories Loading

  1. hcsn-sim hcsn-sim Public

    Hierarchial Closure Structure Network (HCSN): A framework for hypergraph rewriting.

    Python 4

  2. hcsn-theory hcsn-theory Public

    Hierarchial Closure Structure Network (HCSN): A framework for hypergraph rewriting.

    2 1

  3. hcsn-rust hcsn-rust Public

    Rust

  4. hcsn-viz hcsn-viz Public

    HTML

  5. hcsn-gantry hcsn-gantry Public

    Rust

  6. hcsn-nexus hcsn-nexus Public