Given three permutations $p_1,p_2,p_3$ of $\{1,2,\ldots,n^3+1\}$, prove that two of them have a common subsequence of length $n+1$.
I have tried to solve this using the pigenhole principle but I didnt progress too much, any help would be appreciated
edit: when I say subsequence I mean that there are $1<=r<q<=3$ and $1<=i(1)<i(2)<...<i(n+1)<=n^3+1$ and $1<=j(1)<j(2)<...<j(n+1)<=n^3+1$ so that $p_r(i1)=p_q(j1)$, $p_r(i2)=p_q(j2)$ and so on, not necessarily consecutive
I don't think that statement is true.
I am not shure what you think a permutation of a set is, so lets just assume we talk about sequences. Take $n=2$, so $n^3+1 = 9$, so our sequence is $l=(1,2,3,4,5,6,7,8,9)$. Now I have these three permutations:
Clearly, none of those have any common subsequence of length $n+1=3$ (or even of length $2$).