Mathwords logoMathwords

Involution — Definition, Formula & Examples

An involution is a function that, when applied twice, gives back the original value. In other words, doing the operation once and then doing it again undoes itself.

A function ff on a set SS is an involution if ff=idSf \circ f = \text{id}_S, meaning f(f(x))=xf(f(x)) = x for every xSx \in S. Equivalently, ff is its own inverse: f=f1f = f^{-1}.

Key Formula

f(f(x))=xf(f(x)) = x
Where:
  • ff = A function from a set to itself
  • xx = Any element in the domain of f

How It Works

To check whether a function is an involution, compose it with itself and see if you recover the identity. If f(f(x))=xf(f(x)) = x for all xx in the domain, the function is an involution. In group theory, involutions are precisely the elements of order 2 (plus the identity, which is a trivial involution). In linear algebra, a matrix AA is an involution when A2=IA^2 = I.

Worked Example

Problem: Determine whether the function f(x)=1xf(x) = \frac{1}{x} (defined on R{0}\mathbb{R} \setminus \{0\}) is an involution.
Step 1: Compute f(f(x))f(f(x)) by substituting f(x)f(x) into itself.
f(f(x))=f ⁣(1x)=11x=xf(f(x)) = f\!\left(\frac{1}{x}\right) = \frac{1}{\,\frac{1}{x}\,} = x
Step 2: Since f(f(x))=xf(f(x)) = x for every x0x \neq 0, the function satisfies the involution condition.
Answer: Yes, f(x)=1xf(x) = \frac{1}{x} is an involution because applying it twice returns the original input.

Why It Matters

Involutions appear throughout mathematics: matrix transposition, complex conjugation, and negation are all everyday involutions. In abstract algebra, counting involutions in a group reveals structural information used in the classification of finite simple groups. In cryptography, ciphers like the Enigma machine relied on involutory permutations so that the same procedure could encrypt and decrypt.

Common Mistakes

Mistake: Confusing involutions with idempotent functions. An idempotent satisfies f(f(x))=f(x)f(f(x)) = f(x), not f(f(x))=xf(f(x)) = x.
Correction: Remember: an involution undoes itself (returns to xx), while an idempotent repeats itself (stays at f(x)f(x)). These are different conditions unless ff is the identity.