Re: Inequalities
- To: mathgroup at smc.vnet.net
- Subject: [mg69702] Re: Inequalities
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Thu, 21 Sep 2006 07:29:34 -0400 (EDT)
- Organization: Uni Leipzig
- References: <eeqpop$oe3$1@smc.vnet.net>
Hi,
Resolve[p(1 - p) < q(1 - q), ForAll[{p, q}, 0 < p
< q < 1]]
gives you the correct answer (not that you expect)
Regards
Jens
"misha" <iamisha1 at comcast.net> schrieb im
Newsbeitrag news:eeqpop$oe3$1 at smc.vnet.net...
|I am an inexperienced user and am wondering
whether Mathematica can help
| me with inequalities such as the following.
|
| Given 0 < p < q < 1,
|
| When is p(1-p)<q(1-q)?
|
| It should be, if 1 - q > p.
|
| Thanks!
|