The modulus is most usefully understood not in isolation but through how it behaves when complex numbers are combined or transformed. The table below classifies every standard operation on z by its effect on |z| — some operations leave the modulus exactly unchanged, some transform it in a clean multiplicative way that mirrors the operation itself, and some yield only an inequality rather than an equality.
| Operation on z |
Effect on |z| |
Behavior class |
| z̄ (conjugate) |
|z̄| = |z| |
INVARIANT — exactly preserved |
| −z (additive inverse) |
|−z| = |z| |
INVARIANT — exactly preserved |
| z₁ · z₂ (product) |
|z₁ · z₂| = |z₁| · |z₂| |
MULTIPLICATIVE — moduli combine via the same operation |
| z₁ / z₂ (quotient, z₂ ≠ 0) |
|z₁ / z₂| = |z₁| / |z₂| |
MULTIPLICATIVE — moduli combine via the same operation |
| zⁿ (integer power) |
|zⁿ| = |z|ⁿ |
MULTIPLICATIVE — modulus is raised to the same exponent |
| z⁻¹ (multiplicative inverse, z ≠ 0) |
|z⁻¹| = 1 / |z| |
MULTIPLICATIVE — modulus reciprocates |
| z₁ + z₂ (sum) |
|z₁ + z₂| ≤ |z₁| + |z₂| |
BOUNDED — only an inequality (triangle inequality) |
| z₁ − z₂ (difference) |
||z₁| − |z₂|| ≤ |z₁ − z₂| |
BOUNDED — only an inequality (reverse triangle inequality) |