I have already understand the basic proof of Catalan numbers through monotonic lattice paths. However, I am know figuring out the specific case: if the two paths are symmetric about a diagonal line (from lower-left to upper-right), they should be counted only once.
For example, the two matrices (the boundary between 0 and 1 in upper triangular matrix is the monotonic path), \begin{bmatrix}1&0&0\\&1&1\\&&1\end{bmatrix}\begin{bmatrix}1&1&0\\&1&0\\&&1\end{bmatrix} They are isomorphic by my definition, and should be counted only once. Thus, how to get the number of equivalent classes in this case? Thanks!