Shared-State Constraint Collapse (SSCC)
A frozen architecture for sparse global recovery of discrete configurations
Author: Logan Voss
github.com/LoganVoss/Quantum-Collapse
Quantum Collapse (scientific designation: Shared-State Constraint Collapse, SSCC) recovers a global discrete configuration from sparse observations when hidden variables are shared across positions.
Where ordinary accounting treats each observation as local information, SSCC treats the topology of shared latent labels as part of the information budget. A measurement at one index can force symbols at co-labeled indices, project a finite residual hypothesis class, and—when structural prerequisites hold—identify a unique global state. When shared topology is removed, unique nonlocal recovery is expected to fail.
| Field | Value |
|---|---|
| Algorithm name | Quantum Collapse |
| Scientific name | Shared-State Constraint Collapse (SSCC) |
| Author | Logan Voss |
| Methods status | Manuscript complete; computational validation green |
| Theory status | Prospective signal; not claimed as a completed law |
| Core fingerprint | 32945117a118e4277b05c567b27ae367a341b7afcd0cdae6cd81005d4b1b8b4e |
- Motivation
- Mathematical model
- Algorithm
- Prerequisites
- Principal results
- Claim structure
- Publications
- Repository layout
- Quick start
- Reproducibility
- Citation
Sparse observations of a discrete configuration often appear underdetermined. If every coordinate has an independent latent state, local measurements typically cannot determine the global target. If coordinates share latent labels, fixing a shared latent at one measured site constrains every co-labeled site.
A measurement may therefore contribute both local and topological information:
This repository makes that separation operational: formal prerequisites, a theorem program, sealed evaluation protocols, topology ablations, capacity controls, and multi-implementation agreement.
For positions
| Symbol | Role | Known at recovery? |
|---|---|---|
| Observation | Yes | |
|
|
Public local geometry (or escrowed card) | Yes |
| Shared-label topology | Yes | |
| Latent shared state | Inferred from measurements | |
| Target symbol | Only on sparse set |
|
| Finite residual hypothesis class | Frozen before recovery |
Let
Against an injective-label control
This is a classical accounting quantity for shared-state discrete systems.
measure sparse anchors
→ infer shared states g(κ)
→ propagate nonlocal mask
→ project finite residual class ℋ
→ collapse (deterministic ranking + tie-break)
→ verify inverse re-encryption
Hard structural projection precedes soft ranking. Domain scores do not invent candidates; they only order survivors of
| Component | Path |
|---|---|
| Reference engine | qc_core/ |
| Formal specification | synthesis/phase0/SPECIFICATION.md |
| Independent Python SPEC port | novelty_proof/independent_impl/ |
| Factor-graph / SAT-style solvers | validation/solvers/ |
| JavaScript SPEC port | synthesis/phase4_solvers/qc_collapse.js |
| ID | Requirement |
|---|---|
| P1 | Finite alphabet |
| P2 | Shared-label map |
| P3 | Local law invertible in |
| P4 | Sparse measurements |
| P5 | Finite residual class |
| P6 | Frozen ranking rule and deterministic tie-break |
If shared topology is removed (injective
Figures are drawn from sealed machine certificates in this repository.
| Control | Unique-recovery rate (representative suites) |
|---|---|
| Shared labels | ~100% |
| Injective labels | ~0–5% at low measurement density; ~32% at |
Structured residual-class instance (
| Method | Outcome |
|---|---|
| Local constraints only | 1,440 residual survivors |
| Domain ranking only | True state at rank 41,865 |
| SSCC / Quantum Collapse | Exact recovery; |
Compression under shared-state projection: 1,440 → 1.
Authority, builder, and evaluator are path-separated. Contamination scan: clean.
| Class | Result |
|---|---|
| Suitable shared-state challenges | 3 / 3 exact unique recoveries |
| Unsuitable injective challenge |
1 / 1 correct non-unique reject ( |
Operational nonlocal gains on suitable sealed events were approximately 3.6–11.9 bits, with substantial non-measurement forced symbols when topology was intact.
Recovery agrees across the reference engine, independent SPEC Python, hard factor-graph style, SAT unit-propagation style, and a JavaScript SPEC port.
In tested shared-key ensembles, zero corrupted measurements yield exact recovery; a single incompatible corruption yields conflict / empty recovery rather than silent wrong unique collapse.
| Level | Meaning | Status |
|---|---|---|
| N1 | Formal recovery architecture | Established |
| N2 | Prospective withheld prediction under freeze | Established |
| N3 | Foreign-domain transfer and independent implementation | Established |
| N4 | Multi-challenge seal-before-reveal | Established computationally; multi-institution execution pending |
| N5 | General recoverability law | Prospective signal only |
Layering
- Established — architecture, seals, ablations, multi-implementation agreement
- Conditional — historical applications depend on declared card and residual-class assumptions
-
Prospective — transferable critical-density law
$\rho_c = F(\ldots)$ , pending external ensembles
| Publication | Path | Description |
|---|---|---|
| Methods | docs/papers/METHODS.md |
Full methods manuscript: architecture, theorems, worked example, quantitative evaluation |
| Theory | docs/papers/THEORY.md |
Prospective recoverability program and entanglement-gain definitions; not submitted as a completed law |
Supporting reports:
| Document | Path |
|---|---|
| Internal–External audit | docs/audits/IE-AUDIT-RESULTS.md |
| Program completion summary | docs/excellence/PROGRAM_COMPLETION.md |
| Novelty program narrative | docs/novelty/NOVELTY_PROOF_N1_N5.md |
The Methods publication is the present contribution. The Theory publication remains provisional until independent phase-boundary experiments are generated externally.
Quantum-Collapse/
├── README.md
├── FOLDER_INDEX.md
├── qc_core/ Reference SSCC engine
├── validation/ Role-separated Internal–External audit
├── synthesis/ Program synthesis, publications package, external handoff
├── novelty_proof/ N1–N5 proof machinery
├── n2_machine/ · ports/ Prospective N2 · foreign N3 adapters
├── verification_kernel/ Historical verification path
├── challenges/ Sealed challenge packages
├── docs/
│ ├── papers/ Methods · Theory
│ ├── audits/ IE audit report
│ ├── assets/ Figures
│ ├── excellence/ · novelty/ · verification/
│ └── archive/ Older materials
├── outputs/ Machine certificates
└── Archive/ Pre-modern laboratory archive
Large regenerable hypothesis enumerations (HYPOTHESES.json) are gitignored and rebuilt by challenge generators when needed.
Requirements: Python 3.10+. Optional: Node.js for the JavaScript port.
git clone https://github.com/LoganVoss/Quantum-Collapse.git
cd Quantum-Collapse
# Role-separated Internal–External audit
python3 validation/run_internal_external.py
# Full program synthesis board
python3 synthesis/run_synthesis.py
# Prospective N2 and foreign N3 machines
python3 run_n2_n3.py
# Optional: JavaScript SPEC port
node synthesis/phase4_solvers/qc_collapse.jsExternal handoff materials (authority / builder / evaluator):
| Item | Location |
|---|---|
| Core fingerprint | qc_core/; synthesis/phase0/FROZEN_CORE.sha256 |
| Glass-box seal | synthesis/phase0/GLASS_BOX_MANIFEST.json |
| Claim-to-artifact ledger | synthesis/phase0/CLAIM_TO_ARTIFACT_LEDGER.md |
| IX machine verdict | validation/outputs/IX_VERDICT.json |
| Program completion board | synthesis/outputs/PROGRAM_COMPLETION_BOARD.json |
Expected core fingerprint:
32945117a118e4277b05c567b27ae367a341b7afcd0cdae6cd81005d4b1b8b4e
Voss, L. Shared-State Constraint Collapse (Quantum Collapse). Computational research package and methods manuscript, 2026.
https://github.com/LoganVoss/Quantum-Collapse
Prefer the scientific name Shared-State Constraint Collapse (SSCC) in academic prose. Cite Methods for architecture and validation; cite Theory only as a prospective note until external gates are met.
Logan Voss · Quantum Collapse · Shared-State Constraint Collapse
