Distortion¶
Core Idea¶
The systematic, mapping-induced deviation of an output from a faithful rendering of its input — not random (that is noise) and not loss (that is attenuation), but rule-governed: the same input maps to the same distorted output, with a characterizable shape that fingerprints the mechanism.
How would you explain it like I'm…
The Funhouse Mirror
Always the Same Bend
The Readable Warp
Broad Use¶
- Audio: harmonic distortion from nonlinear gain curves, intermodulation, and clipping.
- Optics: barrel and pincushion distortion from lens geometry, chromatic distortion from refraction.
- Economics: a tax or monopoly produces an equilibrium deviating from the frictionless allocation, with a deadweight-loss shape.
- Cognitive psychology: reconstructive memory error and perceptual illusions, repeatable and mechanism-characterizable.
- Measurement: systematic instrument bias with a known shape that can be calibrated out.
- Cartography: every flat map distorts the globe characterizably — Mercator stretches near the poles.
- Information theory: lossy compression produces a known reconstruction-error pattern (JPEG block artifacts).
Clarity¶
It separates three kinds of "the output isn't what I sent" — randomly perturbed (noise), uniformly weakened (attenuation), systematically reshaped (distortion) — each with a different available remedy.
Manages Complexity¶
It compresses any deviating transformation to three primitives — reference mapping, actual mapping, difference function — so a single diagnostic serves audio, optics, economics, and cartography alike.
Abstract Reasoning¶
The kind of distortion is diagnostic of mechanism, which licenses both reading the channel off the deviation and pre-compensating it by applying the inverse mapping at the source.
Knowledge Transfer¶
- Audio → economics: amplifier pre-distortion becomes Pigouvian taxation — apply the inverse of the distorting mapping at the source.
- Optics → cartography: "which property to preserve" makes picking a map projection the same decision as selecting a lens aberration profile.
- Compression → econometrics: a debiasing correction is structurally a dequantization, since both carry a deterministic shape from the underlying mapping.
Example¶
A nonlinear amplifier turns a pure sinusoid into the same fundamental plus second and third harmonics; reading the harmonic spectrum diagnoses which nonlinear term dominates, and applying the inverse transfer curve at the input cancels it.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Distortion presupposes Transformation — Distortion is a transformation's DEVIATION from a reference faithful one; it presupposes a transformation.
Children (1) — more specific cases that build on this
- Harmonic Distortion is a kind of Distortion — SPLIT-PRODUCT (from aliasing_and_harmonic_distortion). The file + manifest: a nonlinear transfer function generates new frequency components (harmonics/intermodulation) absent from the input — a nonlinearity artifact, a specialization of distortion (deterministic mapping-deviation). Explicit parent. Nearest neighbor (0.80).
Path to root: Distortion → Transformation
Not to Be Confused With¶
- Distortion is not Aliasing and Harmonic Distortion because distortion is the genus covering geometric, economic, and perceptual cases, whereas aliasing and harmonic distortion are signal-processing species with frequency content.
- Distortion is not Noise because distortion is deterministic and repeatable (inverted to correct), whereas noise is random (filtered or averaged out).
- Distortion is not Dispersion because distortion reshapes a signal through a transfer mapping, whereas dispersion separates a multi-component bundle by per-component rate.