Let $V$ be a set of $n$ permutations of $m$ numbers. Let $m<n<<m!$ I want to prove the following lemma:
Lemma: For any set of permutations $V$ there exists a pair of numbers $(a,b)$ such that $\frac{|(v\in V: a\succcurlyeq b)|}{|(v\in V: b\succcurlyeq a)|}\approx 1$.
In other words, prove that there always exists a pair of numbers such that the number of partitions where $a$ comes before $b$ is approximately equal to the number of partitions where $b$ comes before $a$.
For the sake of completeness, I want to prove this lemma in order to be able to prove the following theorem:
Theorem: Let $n$ be the number of permutations of $m$ numbers. Let $m<n<<m!$. We now construct a binomial tree where at the root of the tree there is the set of all $n$ permutations. Each node we select a couple of elements of the permutations $(a,b)$ and split the permutations into two nodes containing two subsets of permutations: one with each permutation where $a$ comes before $n$ and the other viceversa. A node is a leaf if it contains equal permutations. Prove that the optimal height of the tree is $O(\log{n})$.