I'm looking for a proof or counterexample of the following statement:
Conjecture: Let $\phi :[0,1]^n \to [0,1]^n $ be smooth. Suppose that each component of $\phi$ is convex, nondecreasing (in the sense that $\phi_i (x) \leq \phi_i (y)$ whenever $x_k \leq y_k$ for all $1\leq k \leq n$). Let $\mathbf{1}_n$ be the vector with all entries equal to $1$ and suppose $\phi(\mathbf{1}_n) = \mathbf{1}_n$. Assume further that the Jacobian $\mathcal{J}_\phi (\mathbf{1}_n)$ at that point has an eigenvalue $\lambda$ strictly greater than $1$. Further, suppose that $\phi(e_i)$ is a strictly positive vector for every unit vector $e_i$. Then $\phi$ has a fixed point in its domain other than $\mathbf{1}_n$.
The $n=1$ case is rather trivial, and I'm looking to generalize it. If the above doesn't work, can we add more 'niceness' assumptions to $\phi$ in order to make it work (like being a diffeomorphism)?
Any help is greatly appreciated.
Here is an analysis of your problem with simplified hypotheses on derivatives of $\phi$, but without convexity.
Assume $\phi: [0, 1]^n \to [0, 1]^n$ is $C^1$, $\dfrac{\partial \phi_i}{\partial \phi_j}(1_n) > \dfrac{1}{n}$ for any $(i, j)$, $\phi$ is non-decreasing (as defined in your post), and $\phi(1_n) = 1_n$.
Because of the second hypothesis, there is for any $i$ some $\epsilon_i > 0$ such that $\phi_i((1 - \epsilon_i) 1_n) \leq 1 - \epsilon_i$.
Proof:
Take $\epsilon = \min_i \epsilon_i$, then for any $i$, $\phi_i((1 - \epsilon) 1_n \leq 1 - \epsilon$
Since $\phi$ is non-decreasing, then $\phi$ maps $[0, 1-\epsilon]^n$ to $[0, 1-\epsilon]^n$ (which does not contain $1_n$).
As $\phi$ is continuous, you get existence of a fixed point in $[0, 1-\epsilon]^n$ (convex compact) by the Brouwer fixed-point theorem.
Remark:
The $\dfrac{1}{n}$ in the second hypothesis is surprising for me, so if someone finds a mistake, please tell me.