SLIDE 1
- ∗: arbitrary binary operation on C
Notation: ab means a ∗ b.
- Without left-to-right convention, abc is ambiguous.
- The “product” An := a0a1 · · · an has more ambiguity for larger n.
- Catalan number Cn:=
1 n + 1 2n n
- measures this ambiguity (for
general ∗) as it enumerates parenthesizations of An. e.g., C3 = 5 counts parenthesizations of 4 factors: ((ab)c)d (ab)(cd) (a(bc))d a((bc)d) a(b(cd))
- Special case: ∗ associative =
⇒ no ambiguity ((ab)c)d = (ab)(cd) = (a(bc))d = a((bc)d) = a(b(cd))
2 / 18