It is straightforward to find a solution to the tripod packing problem with \Omega(n^{3/2}) tripods: For k=\lfloor\sqrt{n}\rfloor, the \Omega(n^{3/2}) triples \bigl\{ (ak+b+1,bk+c+1,ak+c+1) \mathrel{\big|} a,b,c\in[0,k-1]\bigr\} are 2-comparable. For example, for n=9 and k=3 this construction produces a 9\times 9 monotonic matrix with 27 entries: \begin{pmatrix} &&&&&&7&8&9\\ &&&7&8&9&&&\\ 7&8&9&&&&&&\\ &&&&&&4&5&6\\ &&&4&5&6&&&\\ 4&5&6&&&&&&\\ &&&&&&1&2&3\\ &&&1&2&3&&&\\ 1&2&3&&&&&&\\ \end{pmatrix} After several earlier improvements to this naïve bound, Gowers and Long found solutions to the tripod problem of cardinality \Omega(n^{1.546}). As they observe, any tripod packing having more than n^{1.5} tripods for its problem size n could be expanded, through a recursive construction resembling the
Kronecker product of matrices, into a family of solutions with exponent greater than 1.5. However, their searches did not find a suitable tripod packing to start this recursive construction. Instead, they formulate a geometric
relaxation of the problem in which one must pack 2-comparable
cuboids within a larger cuboid, allowing the cuboids to have coordinates that are
real numbers rather than integers. They find five cuboids, distorted from the unit cuboids describing the five-tripod solution to the n=3 tripod problem, for which recursively expanding these cuboids into copies of the same five cuboids yields solutions of the geometric problem that can be translated back into tripod packings of cardinality \Omega(n^{1.546}). The exponent of this solution was calculated numerically as 3\alpha where \alpha is the largest real number for which 1\le \sup_{0 ==Upper bounds==