User dmitry karp - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-22T19:04:25Zhttp://mathoverflow.net/feeds/user/22384http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/108309/a-subclass-of-log-concave-functions-satifying-a-sum-inequalityA subclass of log-concave functions satifying a sum inequalityDmitry Karp2012-09-28T03:55:27Z2012-09-28T04:30:36Z
<p>Suppose $f:[0,\infty)\to[0,\infty)$ is continuous and for all positive integers $m$ and real $x\geq0$, $\alpha,\beta>0$:
$$
\sum\limits_{k+n=m}[f(x+\alpha+k)f(x+\beta+n)-f(x+k)f(x+\alpha+\beta+n)]\geq0.
$$
Is anything known about this class of functions? If $m=0$ we have
$$
f(x+\alpha)f(x+\beta)-f(x)f(x+\alpha+\beta)\geq0
$$
which is equivalent to log-concavity of $f$. Similar question about functions satisfying
$$
\sum\limits_{k+n=m}\binom{m}{k}[f(x+\alpha+k)f(x+\beta+n)-f(x+k)f(x+\alpha+\beta+n)]\geq0.
$$
Is there a reasonably simple sufficient condition on $f$ so that it satisfiesthe above inequalities?</p>
http://mathoverflow.net/questions/92122/proving-non-negativity-of-a-hypergeometric-type-sumProving non-negativity of a hypergeometric type sumDmitry Karp2012-03-25T02:17:44Z2012-03-25T02:17:44Z
<p>I am trying to prove the following inequality:
<code>$$
\sum\limits_{k=0}^{m}\frac{(a)_k(a+\mu)_{m-k}}{(c)_k(c+\mu)_{m-k}}\binom{m}{k}(m-2k+\mu)\geq{0},
$$</code>
where <code>$(a)_0=1$, $(a)_k=a(a+1)\cdots(a+k-1)$</code> is rising factorial and $a\geq{c}\geq{1/2}$, $\mu\geq{0}$. It is easy to prove it for $c\geq{a}>0$ by Gauss pairing but this method fails for <code>$c<a$</code>. I also managed to prove it for integer $\mu$. I believe the general case can be handled once $0<\mu<1$ is proved. </p>
<p>Any help welcome.</p>
http://mathoverflow.net/questions/92122/proving-non-negativity-of-a-hypergeometric-type-sumComment by Dmitry KarpDmitry Karp2012-03-26T10:02:27Z2012-03-26T10:02:27ZThanks to everyone who looked at the problem. I have found a proof using a combination of Gosper's algorithm to find the antidifference of <code>$(a)_k(a+\mu)_{m-k}/[(c)_k(c+\mu)_{m-k}](m-2k+\mu)$</code> and summation by parts. The resulting sum can be handled by Gauss pairing. Dmitry