An ambiguous element a has at least two distinct normal forms.
Equations
- Thesis.Newman.ambiguous r a = ∃ (b : α) (c : α), r∗ a b ∧ r∗ a c ∧ Thesis.normal_form r b ∧ Thesis.normal_form r c ∧ b ≠ c
Instances For
Uniqueness of normal forms + weak normalization implies confluence.
If an element has two distinct normal forms, neither one can be the element itself, so the reduction sequences a ->> d₁ and a ->> d₂ must be transitive instead of reflexive-transitive.
In the context of Newman's lemma, an ambiguous element a always has a one-step
reduct which is also ambiguous (leading to an infinite sequence).
Newman's lemma: strong normalization + local confluence implies confluence.
If r is strongly normalizing, the transitive closure of r.inv is a strict order.
Equations
- ⋯ = ⋯
If r is strongly normalizing, the transitive closure of r.inv is well-founded.
Equations
- ⋯ = ⋯
Newman's Lemma using well-founded induction w.r.t (r.inv).
If a landscape contains a peak, there must be a landscape whose elements are smaller than our original landscape according to the multiset order.
Newman's Lemma, using a terminating peak-elimination procedure.