Group Abstract Group Abstract

Message Boards Message Boards

0
|
10 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Why does the result obtained using this method turn out to be incorrect?

Posted 4 hours ago

enter image description here

Reduce[ForAll[{x, y, z}, {{x, y, z} > 0, 2^x == 3^y == 5^z, #}], 
   Reals] & /@ {2 x < 3 y < 5 z, 5 z < 2 x < 3 y, 3 y < 5 z < 2 x, 
  3 y < 2 x < 5 z}

Why does the result obtained using this method turn out to be incorrect?

{False, False, False, False}
POSTED BY: Wen Dao
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard