Consider the term rewriting system defined by the following reduction rules:


The term
can be reduced via ρ1 to yield y, but it can also be reduced via ρ2 to yield
. Note how the redex
is contained in the redex
. The result of reducing different redexes is described in a what is known as a critical pair; the critical pair arising out of this term rewriting system is
.
Overlap may occur with fewer than two reduction rules.
Consider the term rewriting system defined by the following reduction rule:

The term
has overlapping redexes, which can be either applied to the innermost occurrence or to the outermost occurrence of the
term.