TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN:Transitivity property of real numbers

3 点作者 pencil超过 14 年前
Hello HN,<p>The transitivity property of real numbers says if a&#62;b,b&#62;c then a&#62;c.but when i test this property with real numbers it give's me false results.let a=1,b=2 and c=3 then the transitivity property says if 1&#62;2,2&#62;3 then 1&#62;3 which doesn't make any sense.i'll be glad if someone could comeout with a nice explanation.

3 条评论

Kliment超过 14 年前
Well, it's very simple. The "if" is the key to it. IF 1 were greater than 2 AND 2 were greater then 3, THEN 1 would be greater than three. Since neither 1&#62;2 nor 2&#62;3 is true, 1&#62;3 is not required to be true by the transitivity property. If I am taller than you and you are taller than your mother, then I am taller than your mother. If either of the assumptions is broken, the conclusion does not hold.
评论 #1742675 未加载
wingi超过 14 年前
You can only infer something from something true.
btilly超过 14 年前
Start with two false assumptions, draw a false conclusion. Where is the problem?
评论 #1742631 未加载