I am at my wit's end trying to show the following lower bound:
$${}_2F_1[-m, -m; -(m+l); z]\geq (1-z)^m,\tag{1}$$
where ${}_2F_1[a,b;c;z]$ is the Gauss hypergeometric function, $m,l=0,1,2,\ldots$, and $0<z<1$. Numerical experiments seem to confirm that this bound holds, but I cannot figure out how to prove it. Any help?
What I tried
When argument $c$ in ${}_2F_1[a,b;c;z]$ is a negative integer ${}_2F_1[a,b;c;z]$ is usually undefined, however, per discussion on DLMF, here we can express the LHS as
$${}_2F_1[-m, -m; -(m+l); z]=\sum_{n=0}^m (-1)^n\binom{m}{n}\frac{(-m)_n}{(-(m+l))_n}z^n=\sum_{n=0}^m \binom{m}{n}\frac{\binom{m}{n}}{\binom{m+l}{n}}(-z)^n,$$ where $(-m)_n=\left\{\begin{array}{rl}\frac{(-1)^nm!}{(m-n)!},&0\leq n\leq m \\ 0, &n>m\end{array}\right.$ is the Pochhammer's symbol for $m$ and $n$ nonnegative integers.
To prove the bound above, I originally attempted to show that
$$\binom{m}{n}\frac{\binom{m}{n}}{\binom{m+l}{n}}z^n-\binom{m}{n+1}\frac{\binom{m}{n+1}}{\binom{m+l}{n+1}}z^{n+1}\geq\binom{m}{n}z^n-\binom{m}{n+1}z^{n+1}\tag{2}$$
for $m,l,n=0,1,2,\ldots$ and $0<z<1$.
Edit: @VarunVejalla pointed to a counterexample $m,l,n=2,2,1$ in a comment, showing that (2) doesn't hold. However, this doesn't rule out the truth of (1).
Any ideas how to prove (1), or a counterexample to it, are appreciated!