Prove it true or false?
if a<=b and c=<d than |a-c|=<|b-d|
回答 (2)
False: Counter example — 0<=2 and 1=<2 but |0-1|>|2-2|
We just need one counterexample to prove this false.
Let a = 3, b = 9, c = 5, and d = 8.
3 <= 9 and 5 <= 8 but
|3 - 5| = 2 >= |9 - 8| = 1
收錄日期: 2021-04-21 00:37:02
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20141025042221AAYXmn1
檢視 Wayback Machine 備份