The structural conservation law (see STRUCTURAL_CONSERVATION_THEOREM.md) holds exactly under grammar-compliant evolution. This document extends that result to dissipative regimes where Lindblad-type collapse operators introduce controlled decoherence.
Status: CANONICAL — Extends the conservation theorem to open systems.
For a TNFR structural density evolving under both grammar-compliant dynamics and environmental coupling:
where:
The dissipator takes the standard Lindblad form:
where are collapse operators representing environmental coupling channels.
The dissipation rate is bounded by purity:
Physical consequence: More mixed states dissipate faster. Dissipation vanishes for pure states at steady state ().
The purity evolves as:
with the bound:
where is the system dimension. Purity decreases monotonically toward (maximally mixed state), measuring information loss to the environment.
The Noether charge changes at a rate bounded by the dissipator strength and initial coherence.
Under Lindblad evolution, increases monotonically, quantifying irreversibility:
Equality holds only at the steady state .
At the fixed point , a modified conservation law holds with absorbed into the definition of conserved quantities.
Empirical classification of dissipation strength based on purity loss and entropy gain:
| Tier | Purity loss threshold | Physical regime |
|---|---|---|
| Weak | Near-conservative; grammar almost exactly satisfied | |
| Moderate | Controlled decoherence; structural identity preserved | |
| Strong | Significant information loss; approaching fragmentation | |
| Critical | Structural breakdown; conservation violations observable |
The Lindblad collapse operators map to specific TNFR grammar violations:
| Collapse operator | TNFR interpretation |
|---|---|
| Destabilisers without stabilisers | OZ, ZHIR, VAL applied without IL, THOL (U2 violation) |
| Phase-incompatible coupling | UM, RA with $ |
| Uncontrolled bifurcation | OZ, ZHIR without handlers (U4 violation) |
The dissipation bound corresponds to grammar U2 violation magnitude. Steady-state convergence corresponds to grammar closure (U1b + U2).
When all grammar rules are satisfied:
The dissipative conservation tracker provides real-time monitoring via:
| Metric | Definition | Use |
|---|---|---|
| Purity | Information loss quantification | |
| Entropy | Irreversibility measure | |
| Dissipation rate $ | D[\rho] | $ |
| Charge drift | Conservation violation magnitude | |
| Dissipation tier | Threshold classification | Operational safety level |
| Module | Content |
|---|---|
src/tnfr/physics/dissipative_conservation.py | Lindblad dissipator, purity decay, entropy, tier classification |
src/tnfr/physics/conservation.py | Conservative limit (Noether charge, Lyapunov energy) |
Dataclasses: DissipativeSnapshot, DissipativeBalance, DissipativeTimeSeries
Tracker: DissipativeConservationTracker — accumulates time-series data and classifies dissipation tier.
Tests: tests/test_dissipative_conservation.py
| Example | Concept from this document |
|---|---|
| 28_dissipative_systems_demo.py | Lindblad decoherence, purity decay, entropy production, dissipative regime classification, grammar violations as collapse operators |
src/tnfr/physics/dissipative_conservation.py — Dissipative continuity equationsrc/tnfr/physics/conservation.py — Conservative baseline