Invariant Mode Decomposition Design¶
Find the directions a transformation preserves as directions, measure how strongly it stretches or damps each one, and use those modes to prioritize explanation, control, compression, and monitoring.
Essence¶
Find the directions a transformation preserves as directions, measure how strongly it stretches or damps each one, and use those modes to prioritize explanation, control, compression, and monitoring.
This archetype treats eigenvalue/eigenvector reasoning as a practical design pattern: identify the directions a transformation itself treats as stable directions, measure the scalar response of each direction, and use that modal view to focus explanation, monitoring, compression, and intervention.
Compression statement¶
Invariant-Mode Decomposition Design applies when a system, model, network, process, or repeated operation transforms many interacting variables and ordinary coordinates obscure which directions actually persist, grow, decay, oscillate, or dominate. The archetype defines the transformation and state space, extracts invariant modes, ranks their scalar response, partitions stable and unstable behavior, acts on modal coordinates where intervention leverage is highest, and validates residual behavior so the modal view remains useful rather than mystical.
Canonical formula: For transformation T, identify modes v_i such that T v_i = λ_i v_i. Express x = Σ a_i v_i when justified, so repeated action follows T^k x = Σ a_i λ_i^k v_i, with residual r monitored when the modal basis is incomplete or approximate.
Pre-draft disposition result¶
Disposition: draft_full_archetype. The target prime eigenvalue_and_eigenvector has zero coverage in the uploaded queue and current coverage matrix. Exact and near-name checks across accepted archetypes, aliases, variants, components, mechanisms, duplicate/merge maps, alias maps, and prior queue outputs found no direct full-archetype coverage. The draft is therefore named Invariant-Mode Decomposition Design rather than Eigenvalue And Eigenvector Gap-Fill Archetype.
When This Archetype Applies¶
Partial catalog groundingSome structural conditions are represented by existing abstractions, but no sufficient condition set is fully represented.
Diagnostic problem
A transformation acts on many variables at once, but visible coordinates, surface metrics, or local symptoms do not reveal which directions are amplified, damped, preserved, reversed, or structurally dominant. Interventions then chase components rather than modes, miss unstable directions, or overfit behavior that is residual rather than modal.
Applicability expression3 distinct conditions
groundedpartly groundedopen
3 conditions, all required.
3Required in every casenumbered 1–3
These hold no matter which pattern applies.
Recurring linearized operator · grounded
A recurring transformation or locally linearized operator acts on a state space.
The source archetype describes the situation as follows: A process can be represented as a transformation, transition rule, linearized local model, covariance-like map, network update, or repeated operation. The normalized requirement above isolates the load-bearing portion used in this condition set.
primeEigenvalue And Eigenvector— A transformation's invariant directions and the scalars by which it stretches them.
Coupled variable modes · open
Observed outcomes depend on coupled combinations of variables rather than independent single-variable effects.
The source archetype describes the situation as follows: Outcomes depend on combinations of variables rather than independent single variables. The normalized requirement above isolates the load-bearing portion used in this condition set.
Persistent transformed directions · grounded
Some directions are preserved while their amplitudes persist, grow, decay, or dominate under repeated transformation.
The source archetype describes the situation as follows: Some directions persist, grow, decay, or dominate more predictably than others. The normalized requirement above isolates the load-bearing portion used in this condition set.
primeEigenvalue And Eigenvector— A transformation's invariant directions and the scalars by which it stretches them.
Other requirements and context (3)
Why these sit outside the expression
Goal — a goal states an intended outcome or evaluation criterion, not a pre-existing situation that independently summons the archetype.
Solution feasibility — it describes whether the intervention can work, not whether the diagnostic problem exists.
Application gate — it governs whether applying the archetype is appropriate or material, rather than defining the structural problem itself.
GoalCompression, control, stability, ranking, or explanation requires knowing which modes matter.
Practical control requires translating between surface variables and the transformation’s invariant directions without pretending the modal approximation is exact everywhere. In this archetype, the relevant goal is: Compression, control, stability, ranking, or explanation requires knowing which modes matter. It supplies a criterion for evaluating what the intervention should accomplish or preserve.
Solution feasibilityA candidate modal model can be checked against raw behavior or residual reconstruction.
Interventions then chase components rather than modes, miss unstable directions, or overfit behavior that is residual rather than modal. In this archetype, the relevant feasibility condition is: A candidate modal model can be checked against raw behavior or residual reconstruction. It identifies something that must be possible or available for the intervention to be workable.
Application gateThe system has enough stationarity or local validity for modal interpretation to be meaningful.
Coverage
2 of 3 conditions grounded · 1 open.
Key components¶
| Component | Description |
|---|---|
| Transformation Scope ↗ | defines the operation whose modes are being analyzed. |
| State-Vector Definition ↗ | specifies the variables or coordinates the transformation acts on. |
| Invariant Mode Basis ↗ | identifies the eigenvector-like directions. |
| Modal Gain Spectrum ↗ | records the eigenvalue-like response of each mode. |
| Dominant Mode Selection Rule ↗ | decides which modes matter for action. |
| Stable/Unstable Mode Partition ↗ | separates decay, persistence, growth, and oscillation. |
| Modal Intervention Map ↗ | links actions to modes rather than only to surface variables. |
| Reconstruction Residual Check ↗ | exposes what the modal model omits. |
| Mode Drift Monitor ↗ | catches regime changes in the transformation. |
| Interpretation Scope Contract ↗ | prevents overextension of the modal view. |
Common mechanisms¶
Eigendecomposition workflows, spectral decomposition reports, power-iteration probes, principal component analysis, singular-value decomposition, modal stability analysis, mode-shape testing, spectral-gap monitors, reduced-order models, modal sensitivity sweeps, network spectral centrality analysis, and residual reconstruction tests can instantiate the archetype. None is the archetype by itself; the archetype is the full loop that scopes the transformation, interprets modes, maps interventions, validates residuals, and governs drift.
Invariants to preserve¶
The modal model must remain traceable to original variables, keep residual behavior visible, identify scalar response explicitly, state its operating regime, and prevent mathematical convenience from being mistaken for universal structure.
Target outcomes¶
Successful use reveals hidden directions of amplification or damping, focuses intervention on structural modes, improves reduced models, catches unstable behavior early, and explains why coordinate-level changes sometimes fail.
Neighbor distinctions¶
This draft is distinct from dimensionality reduction, which reduces variables for signal visibility; topology-preserving transformation, which protects connectivity; closure-preserving operation, which keeps outputs in-domain; variational system design, which optimizes whole paths or structures; trend detection and removal, which separates temporal components; sliding-kernel local transformation design, which applies a local operator; and mapping-fidelity distortion control, which governs input-output deviation rather than modal structure.
Examples¶
A structural team damps a weak vibration mode rather than reinforcing arbitrary parts. A network governance team watches an influence-propagation eigenmode rather than only the largest individual account. A portfolio team discovers many holdings load onto the same hidden risk direction. A machine-learning team uses a reduced-order model only after residual reconstruction checks pass. An operations team identifies a growing backlog-rework mode and changes workflow rules to damp that mode.
Non-examples¶
A chart axis called an eigenvector without a transformation is not this archetype. PCA used only for a pretty plot is a mechanism, not the full pattern. A single-variable threshold rule is not modal decomposition. A nonlinear system with no valid local window or residual check should not be governed by this pattern.
Common Mechanisms¶
12 documented mechanisms across 4 implementation forms.
The grouping reflects forms represented among the mechanisms currently documented for this archetype; an absent form is not necessarily an impossible implementation.
Analysis, Modeling & Optimization · 8 mechanisms
- Eigendecomposition Workflow — Takes an explicitly known linear operator and returns its complete set of invariant directions together with the scalar gain of each — the full modal picture the rest of the analysis reads from.
- Modal Stability Analysis — Classifies each mode as growing, decaying, oscillating, or steady under repeated transformation, splitting the spectrum into a stable set and an unstable set — a verdict that holds only inside the linearized regime it was taken in.
- Network Spectral Centrality Analysis — Treats a network's connectivity as the transformation and reads the entries of its dominant eigenvector as node importance — ranking who sits in the network's dominant mode, and therefore where structural intervention bites.
- Power-Iteration Probe — Recovers just the single dominant mode of a transformation by applying it to a trial vector over and over — never forming or factoring the whole operator — and reads its own convergence rate off the spectral gap.
- Principal Component Analysis — Finds the orthogonal directions of greatest variance in a cloud of data, turning many correlated measurements into a few uncorrelated modes ranked by how much they explain.
- Reduced-Order Model — A small, runnable surrogate that keeps only a system's dominant modes, so its behaviour can be simulated, controlled, or explored in real time within the regime where the reduction holds.
- Residual Reconstruction Test — Rebuilds the original system from only the modes you kept and measures what is left over, turning 'how many modes are enough?' into a number you can hold to a tolerance.
- Singular Value Decomposition — Factors any rectangular or non-normal mapping into paired input and output directions linked by non-negative gains, so even transformations that have no clean eigenvectors still get a modal decomposition.
Experiment, Test & Rehearsal · 2 mechanisms
- Modal Sensitivity Sweep — Perturbs each mode's gain or coordinate in turn to see which ones actually move the outcomes you care about — turning a raw spectrum into a ranked map of where intervention has leverage, and exposing where modes bleed into one another.
- Mode-Shape Testing — Recovers a system's modes empirically — by exciting or observing the real thing and reading its response — for cases where no operator matrix exists to decompose, and pins down the conditions under which the measured modes actually hold.
Monitoring, Sensing & Alerting · 1 mechanism
- Spectral Gap Monitor — Tracks the separation between the dominant modes and the rest over time, raising an alarm when the gap narrows enough that a modal simplification can no longer be trusted.
Representation, Specification & Plan · 1 mechanism
- Spectral Decomposition Report — A written account that turns a raw decomposition into a shared, bounded interpretation — which modes matter, what each may and may not be read to mean, and where independence between them breaks down.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (8)
- Basis: A minimal independent generating set — the smallest collection from which every element of a space can be produced, with no member derivable from the others.
- Decomposition: Breaking a whole into parts that can be analyzed independently and recombined to reconstitute the whole, making complexity tractable through divide-and-conquer.
- Eigenvalue And Eigenvector: A transformation's invariant directions and the scalars by which it stretches them.
- Invariance: Properties unchanged under transformation.
- Linear Combination: Scale each of several objects by a weight and add them together.
- Linearity: Proportional output.
- Projection: Map a richer object onto a lower-dimensional target along a chosen direction, discarding the rest.
- Transformation: A rule-governed mapping that restructures an input into a different output, holding certain invariants fixed while altering others.
Also references 20 related abstractions
- Amplification: Increase signal or disturbance.
- Controllability: Ability to steer system.
- Convolution: Each output is a sliding, weighted local mixture of an input produced by one fixed kernel.
- Damping: Reduce oscillations.
- Dimensionality Reduction: Reduce variables.
- Distortion: Systematic, mapping-induced deviation of an output from a faithful rendering of its input.
- Equivariance: A map whose output transforms in step with transformations of its input.
- Feedback: Outputs influence inputs.
- Fixed Point: A state a transformation leaves unchanged — self-consistency under update — organizing analysis into existence, uniqueness, stability, and basin of attraction.
- Harmonic Distortion: Passing a signal through a nonlinear transfer function generates new frequency components — harmonics and intermodulation products — absent from the input, an artifact of the nonlinearity itself rather than of any sampling or discretization.
Editorial Notes¶
Problem Classification¶
Classification: Representation, Classification & Model Misfit → Geometric, Metric & State-Space Representation
Problem kernel: visible coordinates hide invariant transformation modes
Rationale: The chosen basis obscures directions that are amplified, damped, or preserved, preventing reasoning about the actual state-space geometry
Independent corroboration: The earliest necessary condition in the frozen evidence is: A transformation acts on many variables at once, but visible coordinates, surface metrics, or local symptoms do not reveal which directions are amplified, damped, preserved, reversed, or structurally dominant. That is a geometric metric and state space representation problem because Coordinates, distance, local charts, modes, embeddings, or possible-state spaces fail to preserve the invariant structure needed for reasoning.
Review outcome: Independent reviewer agreement; medium confidence.