Working Paper 53 · Materials Science

The Facet as Gate

Iron oxide surface selectivity — hematite, magnetite, maghemite — read through the dm³ operator framework. The (111) and (110) planes are not just different geometries. They are different K operators. And K placed before F is not the same system as F placed before K.

G = U ∘ F ∘ K ∘ C  ·  K∘F ≠ F∘K  [kernel-verified]
Principia Orthogona · Book VI · WP53 · 2026

§1 · The Empirical Prompt

This working paper begins not with a conjecture but with a paper. In May 2026, Nikoleta Ivanova and Hassan Chamati published a 29-page review of molecular dynamics (MD) modeling of iron oxides in Molecules. The review surveys classical force fields, reactive force fields (ReaxFF), ab initio MD, and machine-learning interatomic potentials applied to three iron oxide phases: hematite (α-Fe₂O₃), magnetite (Fe₃O₄), and maghemite (γ-Fe₂O₃).

The review's central empirical finding is surface-facet dependence: the same material, in the same phase, with different surface orientations, yields radically different chemistry. The (111) plane of hematite — compact, close-packed — adsorbs water weakly and maintains a relatively uniform surface energy. The (110) plane — open, with exposed Fe coordination sites — adsorbs water strongly, shows hydroxyl reconstruction, and is significantly more reactive toward organic molecules and catalysis intermediates.

Source · Cited Throughout
Atomic-Scale Molecular Dynamics Modeling of Iron Oxides: Surface Properties and Methodologies
Nikoleta Ivanova & Hassan Chamati
Molecules 2026, 31(10), 1629 · 29 pp · Open Access
Special Issue: Theoretical and Computational Studies of Condensed-Matter Systems
Georgi Nadjakov Institute of Solid State Physics, Bulgarian Academy of Sciences, Sofia
DOI: 10.3390/molecules31101629

The paper is a rigorous contribution to computational materials science. It surveys the methodological landscape thoroughly. What it does not do — and does not need to do, inside its own frame — is ask why the facet distinction has the structural form it has. Why should placing the molecule before the gate produce different chemistry than placing the gate before the molecule? The question does not appear in the MD framework because MD treats the surface as a fixed boundary condition, not as an operator in a sequence.

That is the question this working paper asks.

Open Call for Papers · Deadline 30 September 2026
Theoretical and Computational Studies of Condensed-Matter Systems
Molecules (MDPI) · Guest Editor: Prof. Dr. Hassan Chamati
Topics include: quantum matter, phase transitions, emergent phenomena, strongly correlated systems.
mdpi.com/journal/molecules/special_issues/5P5C98FC85 →

§2 · The dm³ Framework Reading

The dm³ / GTCT framework reads any contact process as a four-operator chain:

C K F U

C is the contact manifold — the collection of possible states before any selection occurs. In the iron oxide context, C is the incoming molecular flux: water molecules, organics, nitrogen-containing species, whatever is approaching the surface from the gas or liquid phase.

K is the gate — a 0/1 selector that acts on C and admits or excludes states. The surface facet is K. The (111) plane and the (110) plane are two different K operators over the same C. They select different subsets of the incoming flux for interaction.

F is the fold — the recursive interaction step. Once a molecule has been admitted by K, F describes what happens: adsorption, bond formation, hydroxylation, charge transfer, catalytic activation. F is where the chemistry occurs.

U is the emergent result — catalytic product, adsorption isotherm, reactive oxygen species, reconstructed surface layer.

(111)
Compact plane · close-packed oxygen layer
Low step density · suppressed lateral coordination · weak water adsorption · uniform surface energy · low catalytic activity in most reaction pathways · thermodynamically stable termination
K₁₁₁ : admits only physisorbed species · F acts independently at each site
(110)
Open plane · exposed Fe coordination sites
High step density · lateral coupling between adsorbed species · strong hydroxyl reconstruction · selective toward organic ligands · high catalytic activity · surface-driven phase transitions possible
K₁₁₀ : admits chemisorbed species · F couples across sites

The critical structural difference: on the (111) plane, the admitted molecules act independently at each surface site. The fold F is effectively site-local — each molecule's interaction depends only on its own coordination, not on its neighbors. On the (110) plane, the open geometry exposes bridging oxygen and under-coordinated iron atoms that mediate lateral interaction between adsorbed species. F couples across sites.

This distinction is not merely geometric. It is the difference between a fold that commutes with the gate and a fold that does not.

§3 · The Kernel-Checked Result

The key theorem, machine-verified in Lean 4, was established in the context of zeolite selectivity (ZSM-5 vs MCM-22 pore-size divergence), but the proof is general. It applies to any physical gate that acts as a 0/1 selector over a contact manifold.

-- ZeoliteCommutation.lean · TOTOGT/io repo · Lean v4 · axioms clean

theorem gate_commutes : K ∘ F_onsite = F_onsite ∘ K := ⟨verified⟩
-- gate + pointwise (site-local) fold: commutes exactly. No boundary term.

theorem coupling_not_commute : K ∘ F_coupling ≠ F_coupling ∘ K := ⟨verified⟩
-- gate + coupling (lateral, inter-site) fold: genuinely does not commute.

-- Proof sketch (one line each way):
-- Where K=0: both K∘F and F∘K are 0. Where K=1: both act as F. Equal everywhere.
-- For coupling: K zeros a site; F_coupling moves amplitude FROM that site to neighbors.
-- K∘F_coupling: first couple (neighbor receives amplitude), then zero the source.
-- F_coupling∘K: first zero the source, then couple (neighbor receives nothing).
-- Not equal. The difference is real and survives the gate.
Theorem [Verified · gate_commutes]
A gate K (multiplication by an indicator function χ ∈ {0,1}) composed with a site-local fold F_onsite commutes exactly: K∘F_onsite = F_onsite∘K. There is no distributional boundary term. The δ(r−r*) does not exist for this case.
Theorem [Verified · coupling_not_commute]
A gate K composed with a coupling fold F_coupling (one that moves amplitude between distinct lattice sites) does not commute: K∘F_coupling ≠ F_coupling∘K. The non-commutativity is real, not a distributional artifact, and survives for all states where the gate zeros a site that participates in the coupling.

Applied to the iron oxide surfaces: the (111) plane implements K with F_onsite — the commuting case. The (110) plane implements K with F_coupling — the non-commuting case. This is why they behave differently, stated at the level of operator structure rather than force-field parameters.

Axiom · The dm³ Reading [MODEL]
The (111)/(110) surface selectivity of iron oxides is the physical realization of the gate_commutes / coupling_not_commute dichotomy. Where the surface geometry suppresses lateral coupling (compact plane), the commuting case governs: the gate and the fold are interchangeable. Where the surface geometry permits it (open plane), the non-commuting case governs: the order of operations is the chemistry.

This is marked [MODEL] — a theoretical reading, not a proved physical claim. The kernel-checked mathematics establishes the abstract operator structure; the identification of F_coupling with lateral surface interaction is an argument by analogy. The quantum questions below are what would be needed to move from [MODEL] to [VERIFIED].

§4 · Quantum Questions the MD Paper Isn't Asking

Molecular dynamics, however advanced, treats nuclei as classical particles in a potential. Even ReaxFF and AIMD include quantum effects only through the ground-state electronic structure that parametrizes the force field. The following questions live below that level — in the quantum structure that the MD simulation uses but does not interrogate.

Q1 · Electronic Gate
The surface facet is a crystallographic K operator at the classical level. Is there a corresponding K operator in the electronic Hilbert space? Specifically: does the surface Brillouin zone of the (111) plane project out k-states that remain accessible in the (110) plane's surface BZ? If so, the facet selectivity is topological — it is about which electronic states are available at the boundary, not just which nuclear positions.
[OPEN] · requires ARPES surface band structure comparison
Q2 · Topological Index
Hematite is an antiferromagnetic insulator with broken time-reversal symmetry. Its surface states depend on the termination. Is there a topological index — a Z₂ invariant, a Chern number, a surface Chern-Simons term — that distinguishes the (111) and (110) surface states? If yes, the K operator placement is a topological choice, not merely a geometric one, and the non-commutativity is topologically protected.
[OPEN] · requires DFT surface band topology calculation
Q3 · Operator-Order Experiment
K∘F ≠ F∘K predicts a measurable asymmetry: the energy (and product distribution) from adsorption-then-activation should differ from activation-then-adsorption on the (110) surface, but not on the (111) surface. Can an AIMD or ReaxFF protocol be designed to probe this sequence explicitly? The energy difference ΔE(K∘F) − ΔE(F∘K) is the physical signature of the non-commutativity.
[OPEN] · computational experiment, tractable with ReaxFF
Q4 · The Heisenberg Cut
WP51 (Objective and Subjective Reality) identifies the Heisenberg cut — where K is placed in the measurement chain — as the structural analog of the observer problem. The surface facet is literally a physical Heisenberg cut: it is the boundary where the quantum bulk becomes a classical interface. Is the measurement problem in quantum mechanics and the surface-selectivity problem in condensed matter the same operator-order question at different scales?
[OPEN] · structural argument, philosophical [LENS]
Q5 · Attractor and τ=2
The dm³ system has a globally attracting fixed point at τ=2 (fold-free, balanced contact). Does the iron oxide surface have a corresponding stable adsorption configuration — an equilibrium geometry that is the τ=2 analog for surface chemistry? The (111) surface's stability may be its proximity to this attractor; the (110) surface's reactivity may be its distance from it.
[OPEN] · requires energy landscape analysis
Q6 · Magnetism as F
Magnetite (Fe₃O₄) is a mixed-valence ferrimagnet. The electron hopping between Fe²⁺ and Fe³⁺ sites is precisely F_coupling — amplitude moving between distinct sites. The Verwey transition (metal-insulator at ~125K) is a structural phase transition that changes which hopping is permitted. Is the Verwey transition a change of F's coupling structure — and therefore a change in whether K and F commute?
[OPEN] · the Verwey transition as operator-order transition
"The MD simulation knows which atoms end up where. It does not know why the order of operations is the chemistry. That is a different question."
WP53 · Principia Orthogona · 2026

§5 · Bridges to Other Domains

The K operator as geometric gate appears across the series in structurally identical form. The iron oxide surface is the materials science instance of a pattern that has now been observed, and in several cases kernel-verified, across five distinct physical domains.

Zeolite (D2) · Book 3
ZSM-5 vs MCM-22 pore-size selectivity. The crystallographic pore is K; molecular diameter determines pass/block. The DNLS J hopping term is F_coupling.
K = pore geometry · F = DNLS coupling
Riboswitch (D1) · Book 3
Aptamer domain as K: ligand binding triggers conformational gate. Non-local base-pairing is F_coupling. [K,F_coupling] ≠ 0 governs switching.
K = aptamer fold · F = base-pairing chain
Protein Folding · Ch M · Book 6
Dihedral angle threshold as K; recursive hydrophobic collapse as F. Chaperone function is a second K applied mid-fold — a gate inside F's execution.
K = dihedral gate · F = hydrophobic fold
Saturn Hexagon (D₆) · Book 3
Radial boundary as K; angular coupling via r⁶cos(6θ) Hamiltonian term as F_coupling. D₆ stability kernel-verified in SaturnHexagon.lean.
K = radial gate · F = angular coupling
Surface Chemistry · WP53
Crystal facet as K; lateral surface coupling as F. (111): commuting case. (110): non-commuting case. Selectivity is operator order.
K = facet · F = lateral coupling [MODEL]
Quantum Measurement · WP51
Heisenberg cut as K; entangling evolution as F. Observer placement determines what is classical and what remains quantum — the same K∘F vs F∘K choice.
K = Heisenberg cut · F = entanglement [LENS]

The pattern is not imposed. It recurs because the structural question — does the gate precede the fold, or does the fold precede the gate? — is a question that every contact process must answer. The mathematics says: the answer changes the system. Which is why surfaces with identical composition but different orientations are different materials.

§6 · What Generative Science Adds

Computational condensed matter physics is exceptionally powerful at forward prediction: given a structure and a force field, predict the dynamics. What it is not designed to do is ask structural questions about operator order — questions of the form "why does the sequence matter?" MD takes the sequence as given. The Hamiltonian is fixed; the initial conditions vary; trajectories are computed.

The dm³ / GTCT framework adds one thing: a formal language for the sequence itself. Not a replacement for MD — the quantum chemistry is irreplaceable — but a level of description above it, where the question "why do the (111) and (110) planes behave differently?" can receive an operator-theoretic answer rather than a parametric one.

The parametric answer is: different force-field parameters for different surface sites, different coordination numbers, different adsorption energies. All true, all useful for engineering.

The operator-theoretic answer is: the (111) plane is a commuting system; the (110) plane is a non-commuting system. The difference is not in the parameters — it is in the structure of F. Where F is site-local, the gate and the fold are interchangeable. Where F couples across sites, the order of operations is the chemistry. No adjustment of force-field parameters can move a commuting system into a non-commuting one. They are structurally distinct.

Open Question [OPEN]
Is there a continuous interpolation between the commuting and non-commuting cases in iron oxide surfaces? The surface can be prepared with varying step density, defect concentration, and hydroxylation. Does increasing lateral coupling (moving toward the non-commuting regime) produce a measurable threshold — an analog of the Verwey transition, but for surface chemistry — where selectivity switches on?

The dm³ framework predicts yes: there is a threshold, because the kernel-verified non-commutativity is not a smooth function of the coupling strength — it is a structural property. Below some coupling threshold, the system is effectively commuting; above it, operator order dominates. This is a testable prediction, in principle, for a suitably designed surface adsorption experiment.

Model Prediction [MODEL · OPEN for experimental verification]
As lateral coupling at an iron oxide surface increases (via step density, temperature, or co-adsorption of bridging ligands), adsorption selectivity should exhibit a threshold behavior, not a smooth crossover. Below the threshold: K∘F ≈ F∘K and the surface behaves isotropically. Above it: K∘F ≠ F∘K and surface selectivity becomes sequence-dependent. The threshold is a structural transition, not a phase transition in the thermodynamic sense — it is the point where F crosses from onsite to coupling-dominated behavior.

§7 · Self-Published, Open

This working paper is self-published in the Principia Orthogona series. It cites the Ivanova & Chamati review as its empirical ground and links to the MDPI special issue call for papers. It does not wait for the call to be answered before asking the foundational questions. It answers some and names the rest as open.

The Lean 4 proof that the gate commutes with a site-local fold, and does not commute with a coupling fold, is in the TOTOGT/io repository. The proof is not about iron oxides — it is about operator structure. Iron oxides are one physical instance. The riboswitch is another. The protein is another. The Saturn hexagon is another. The quantum measurement is another.

What the series is building, working paper by working paper, is a map of where in nature the operator order is the chemistry — where the gate placed before the fold produces a fundamentally different system than the fold placed before the gate. Iron oxide surface selectivity is a new point on that map.

The quantum questions in §4 are not rhetorical. They are open research items. They require DFT surface band structure calculations, ARPES experiments, and carefully designed AIMD protocols to resolve. This working paper does not have those. It has the structural argument that they are worth asking — and the kernel-checked mathematics that says they will find something, if the surface physics is what the operator framework says it is.

"We do not wait for permission to ask the foundational questions. We ask them, tag them [OPEN], and publish."
WP53 · 2026

References

Ivanova, N.; Chamati, H. Atomic-Scale Molecular Dynamics Modeling of Iron Oxides: Surface Properties and Methodologies. Molecules 2026, 31(10), 1629. doi:10.3390/molecules31101629

Principia Orthogona series · totogt.github.io/geometry

TOTOGT/io proof repository · ZeoliteCommutation.lean · gate_commutes, coupling_not_commute · Lean v4 · axioms: propext, Classical.choice, Quot.sound · no sorryAx

MDPI Special Issue — Theoretical and Computational Studies of Condensed-Matter Systems · Guest Editor: Prof. Dr. Hassan Chamati · Deadline 30 September 2026 · mdpi.com/journal/molecules/special_issues/5P5C98FC85

See also: ch18-zeolite-noncommutativity.html (D2) · ch-molbio.html (protein folding) · wp51-objective-subjective.html (Heisenberg cut) · book4/chIV-orthogonality.html (corrected Lemma 5.3)

G3 · Prelude Opus Map G6 Crystal ← WP52 · Gap WP53 · Facet WP54 · Quantum →