The conjugate, modulus, and argument each interact predictably with the same arithmetic operations. The table below collects how each of the three invariants behaves under sum, difference, product, quotient, power, and conjugation — exposing the parallel structure that the preceding sections established one at a time.
| Operation |
Conjugate behaves as… |
Modulus behaves as… |
Argument behaves as… |
| Sum z₁ + z₂ |
z̄₁ + z̄₂ |
|z₁ + z₂| ≤ |z₁| + |z₂| (triangle inequality) |
no simple rule |
| Difference z₁ − z₂ |
z̄₁ − z̄₂ |
|z₁ − z₂| ≥ | |z₁| − |z₂| | (reverse triangle inequality) |
no simple rule |
| Product z₁ · z₂ |
z̄₁ · z̄₂ |
|z₁| · |z₂| |
arg(z₁) + arg(z₂) |
| Quotient z₁ / z₂ |
z̄₁ / z̄₂ |
|z₁| / |z₂| |
arg(z₁) − arg(z₂) |
| Power zⁿ |
(z̄)ⁿ |
|z|ⁿ |
n · arg(z) (De Moivre) |
| Conjugation z̄ |
z (double conjugate) |
|z| (unchanged) |
−arg(z) |