Re: Evaluating inequalities
- To: mathgroup at smc.vnet.net
 - Subject: [mg131583] Re: Evaluating inequalities
 - From: Szabolcs Horvát <szhorvat at gmail.com>
 - Date: Sun, 8 Sep 2013 03:07:14 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Delivered-to: l-mathgroup@wolfram.com
 - Delivered-to: mathgroup-outx@smc.vnet.net
 - Delivered-to: mathgroup-newsendx@smc.vnet.net
 - References: <l0el1t$1dt$1@smc.vnet.net>
 
On 2013-09-07 07:36:29 +0000, sam.takoy at yahoo.com said: > Assuming[w/k < KK, -k^2 + w^2/KK^2 > 0] // Simplify Two reasons: 1. The syntax is incorrect. It should be Assuming[w/k < KK, Simplify[-k^2 + w^2/KK^2 > 0]] 2. It is not necessarily false. Take k=KK=1 and w=-2.