I have an expression that I would like to evaluate:
2 phi''[1 + a (-1 + u[10])] phi'[q]^3 > phi''[q] phi'[q] phi'[1 + a (-1 + u[10])]^2
Is there any way of telling Mathematica that the function phi is strictly increasing and convex?
I have an expression that I would like to evaluate:
2 phi''[1 + a (-1 + u[10])] phi'[q]^3 > phi''[q] phi'[q] phi'[1 + a (-1 + u[10])]^2
Is there any way of telling Mathematica that the function phi is strictly increasing and convex?
a,u[10], andqbeen given definite real values or do you want to find combinations of them for which the inequality might be true for somephi? – whuber May 02 '13 at 14:47