number of triangulations of a convex (n+2)-gon is catalan
Statement
If we have a convex polygon with
Then, the number of triangulation of a convex
Proof
We shall construct a binary tree from a triangulation and use the fact that the number of complete binary trees with n+1 leaves is catalan.
Given a triangulation of a convex
- Draw one vertex within each triangle
- For all except for one side of the polygon, draw a vertex outside of it.
- Connect vertices if they share a side between them
