Technical Overview & Roadmap
The Harmonic Field Topology Framework and Constraint Program (HFT) is an axiomatic program built on a single principle, the Mirror Law: Apply reflection twice and you return to identity (\(R^{2}=I\) ). Every structure is treated as a two-faced unit (“thing” and “record”). From this axiom HFT defines:
-
When an equality is lawful (two-pass closure to an even, dimensionless invariant)
-
How defects are recorded and balanced
-
A tier cascade that organizes when adding new generators doubles state counts (1 → 2 → 4 → 8).
Rule and Promise
Rule: Apply the reflection twice (R² = I). Only even, unitless, boundary readouts count as facts; everything else is a typed remainder (ε) that must pair to close.
Promise: What the checker does. Enforces that rule across substrates and places relations in the 1→2→4→8 stack.
Try to break it. See Falsifiers ↓ for clean counterexample tests.
Try It Yourself – Quick Run of Mirror Notation v7.x
If you want to see the Mirror Law checker in action before reading the full papers, you can run the v7.x reference compiler directly. It’s a short, readable Python file that enforces the bullet rule, checks for dimensionless closure, and reports any ε-defects.
1. Install and run
Save the script from Paper 0 – Mirror Notation v7.x (Chapter 3: Compiler Spec) as mn.py, then in a terminal:
python
from mn74 import analyze_pixel
print(analyze_pixel("{ E ↔ m } ← (c^2) •⊸"))
You’ll get a PixelReport like:
closure_ok: True
bullet_scalar_unitless: True
eps: []
tier: [2,4]
2. What this means
-
The ratio E / (m * c^2) is unitless and passes the mirror test, so the bullet “publishes.”
-
If a relation still carries phase, parity, or metric debt, the report shows ε^(Ω), ε^(op), or ε^(η) instead of closing.
-
The same tool can analyze any equation written in Mirror Notation and will tag its tier, realm (quantum or classical), face, algebra, and closure status, revealing whether the relation fully closes (lawful equality) or leaves a typed remainder ε that quantifies the unclosed energy or information channel and points to the missing bridge or partner needed for balance.
Why this matters for science
Science advances by finding where current models fail in a structured way. A typed ε converts “hand-wavy mismatch” into a concrete, reproducible diagnostic.
Conservation and publication criteria are universal across domains; a substrate-agnostic ε means anomalies become comparable across quantum, classical, geometric, and statistical settings.
If ε is typed (phase/coherence, parity/topology, metric/boundary) and localized at the bullet, the tool can algorithmically show which kind of energy or information remains unclosed and what bridge, boundary term, or dual partner is needed to restore balance.
Because every check is dimensionless and R-even, it separates “bad units or parity” from “genuinely new physics,” reducing false leads.
A stable diagnostic that outputs the same ε for the same structural fault creates shareable test cases, enabling replication and cumulative correction.
Beyond that, the realm and tier detection hint at something deeper: the tool isn’t classifying by syntax but by algebraic parity.
Odd tiers (1,3,5,7) are prime generator states—anti-mirror moves that cannot close without a frame—so they appear as quantum, demanding a partner to publish.
Even tiers (2,4,6,8) are mirror-even frames—points on the Cayley–Dickson ladder (complex, quaternionic, octonionic) where multiplicative norms exist and closure is lawful—so they appear classical.
A note about Ontology
In HFT, the tiers are literal reflection stages where each one a do/undo operation under the Mirror Law (R² = I). Their parity determines the physical realm.
Information/Prime Tiers (2, 3, 5, 7) are generative or “quantum” stages: open reflections that introduce new degrees of freedom but cannot self-close.
Geometric Tiers (1, 4, 6, 8) are framing or “classical” stages: they supply the mirror closure that makes an equality lawful and measurable.
The Mirror Law itself expresses reducibility/ That is "a relation is real only when its mirrored parts cancel to a unitless, boundary-safe invariant". Its opposite, irreducibility, is what we experience as quantum openness: the half-occilation that seeks a frame. Together they form a natural pixel pair <mirror / anti-mirror>—that drives the harmonic lattice structure to be formed. (RCHO
This pattern continues until Tier 8, where the outward reflections lock into a stable octonionic (8-D) unit and reflection turns inward. Beyond this point, the system writes its own ledger: every unhealed remainder (ε) is recorded as a memory tilt.
A non-zero tilt that resists all lawful factorizations behaves as a prime residual and thus it cannot be canceled and therefore persists as structure. Meanwhile factorizable tilts resolve as composites.
The Geometric tiers line up with the Cayley–Dickson sequence of normed algebras:
-
Tier 1 – real (1)
-
Tier 4 – complex (2)
-
Tier 6 – quaternion (4)
-
Tier 8 – octonion (8)
These are the only algebras that naturally support a self-consistent quadratic norm, exactly what the Mirror Law requires for closure.
Thus, the tier ladder and the algebra ladder are not identical but resonate: each even tier supplies both a classical frame and a normed seat, while each odd tier opens a new quantum channel that the next even tier stabilizes.
After seven reflections, the system has doubled its information capacity seven times—reaching a 7 bit 128-state depth—forming a harmonic cascade where geometry, algebra, and information growth are three aspects of one reflective process.
What this unlocks
• Targeted anomaly triage: Distinguishes setup errors from real effects.
• Hypothesis generation on rails: Typed ε narrows the hypothesis space and points directly to the missing bridge or partner.
• Cross-domain unification test: The same closure grammar audits QM, GR, gauge theories, actions, and inference models; mismatches reveal where unification still leaks.
• Experimental leverage: ε-signatures predict how controlled changes (like flipping handedness or boundary conditions) will behave, producing crisp falsifiers.
• Boundary honesty: The ε(η) flag enforces explicit boundary accounting, improving reproducibility.
• Discovery filter: A clean 0-ε pass confirms lawful equality; a persistent ε with no lawful partner marks unexplained structure worth investigation.
• Comparable ledgers: Typed ε provides a common diagnostic language for physics, statistics, and neuroscience models.
• Automation and scaling: Because the diagnostic is algorithmic, large sets of models can be batch-scanned to locate genuine leaks and the minimal fixes that close them.
3. Where to go next
Open Paper 0 – Mirror Notation v7.x to explore the full CLI examples, tier detection rules, and the complete ε-ledger. The code there is the same engine used for all tests in the HFT papers.
R by Substrate — how the one reflection shows up in practice
Purpose: R is a single, substrate-independent involution (apply twice → same report). These boxes don’t redefine R; they show how it is instantiated on the substrates you actually use so a reader can verify what “R-even at the boundary” means in each context.
Cross-domain use of R assumes that involutional closure preserves dimensional homomorphism — i.e., the form of ‘do/undo’ remains invariant though substrates differ.

Two-face geometry (Image ↔ Weight)
-
Two-face geometry (Image ↔ Weight)
Role: The global scaffold that every R operates within — all substrates instantiate the same two-face symmetry. -
Object type: Paired reports — Image (3+1 “now”/instrumental) and Weight (3 curvature + 1 memory) [illustrative physical picture].
-
Map R: Face-swap via the Presenter (involution at the H-pixel). Presenter = the minimal readout gate that produces a boundary-safe scalar.
-
Boundary extraction: Presenter’s single “now” readout from the accumulated record.
-
R-even scalar: The Presenter’s dimensionless boundary invariant; this defines “R-even at the boundary” for all substrates below.
-
Mirror Law ↔ Prime Obstruction (Closure ↔ Irreducibility)
Object type: lawful relation vs. its minimal unpairable residue. -
Map R: closure attempt → irreducible limit.
-
Boundary extraction: failure of closure tagged as ε (prime defect).
-
R-even scalar: 1 (identity) when closure succeeds; ε (prime) when not.
HFT Interpretation:
Structure arises where perfect reflection (unitarity) and perfect invariance (conservation) co-exist. Each new tier is a lawful recursion of closure: the universe repeating its own symmetry through a new orthogonal channel. Complexity is not symmetry breaking — it is symmetry continuing in higher order.
Mirror Law ↔ Prime Obstruction (Closure ↔ Irreducibility)
Quantum (amplitudes)
-
Object type: state amplitudes / wavefunctions
-
Map R: complex conjugation / bra↔ket pairing (involution)
-
Boundary extraction: amplitude → outcome report channel
-
R-even scalar: modulus-squared probability (dimensionless, non-negative)
Classical fields / EM
-
Object type: fields/forms used for energy/flux statements
-
Map R: the field mirror you adopt (specific dual/parity consistent with closure)
-
Boundary extraction: field → energy/flux report, then normalize to a unitless scalar.
-
R-even scalar: a dimensionless quadratic invariant (e.g., energy density normalized by the appropriate constant/scale you accept).
Relativistic kinematics / actions
-
Object type: 4-vectors / action relations for closure checks
-
Map R: time/space reflection pairing appropriate to the identity in use
-
Boundary extraction: form the unit-normalized check so units cancel
-
R-even scalar: invariant “mass-style” check (dimensionless, non-negative)
Wave ↔ Field (ψ ↔ H) — The Core Reflective Pair
-
Object type: quantum amplitude ↔ classical condensate
-
Map R: phase collapse ↔ field stabilization
-
Boundary extraction: measurement resolves amplitude into a fixed field configuration (lawful readout).
-
R-even scalar: a closed amplitude–field invariant (dimensionless; e.g., an action/energy functional normalized to 1 when the pair publishes).
Statistics / inference (FEP/Bayes)
-
Object type: model / observation distributions
-
Map R: forward model ↔ normalized readout pairing
-
Boundary extraction: normalization to a publishable distribution / scalar
-
R-even scalar: normalized likelihood / probability (unitless, sums to 1)
Qualia ↔ brain (co-report) [exploratory]
-
Object type: experiential report vs. neural field correlate
-
Map R: report ↔ field mirror you endorse (self-mirror/predictive closure)
-
Boundary extraction: normalized behavioral/phenomenological report paired with neural measure
-
R-even scalar: unitless co-report index invariant under the swap
Interaction / gauge organization (Tier 6)
-
Object type: gauge potentials / currents (lawful wiring)
-
Map R: gauge-compatible mirror pairing that preserves closure
-
Boundary extraction: conserved-quantity check in dimensionless form
-
R-even scalar: the conserved scalar you accept for “law-like and local” outcomes
Octonionic cap (Tier 7)
-
Object type: the 1+7 non-commutative unit at the cap
-
Map R: cap mirror that locks faces as a single 8-direction object (still involutive at report)
-
Boundary extraction: cap-closure test (no new outward directions)
-
R-even scalar: cap-closure indicator (dimensionless)
Time / ledger (Tier 8)
-
Object type: record vs. present (memory ledger vs. presented “now”)
-
Map R: presenter ↔ record swap
-
Boundary extraction: Presenter’s publication of the “now” from accumulated record
-
R-even scalar: ledger-safe invariant (dimensionless, non-negative); reflections beyond 8 write the ledger
Complementary roles
(example: predator ↔ prey)
-
Object type: co-defined roles in a taxonomy
-
Map R: complementary role swap (predator ↔ prey)
-
Boundary extraction: pair-defined status in the same system (boolean or normalized co-occurrence)
-
R-even scalar: unitless pair index; absence of the complement → log as ε (missing mirror)
