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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

“2+2 Doesn't Always Equal 4”, Sabine Hossenfelder

3 点作者 kklisura将近 4 年前

1 comment

delayclose2将近 4 年前
When most normal people talk about 2+2=4, they are referring to addition of natural numbers under the axioms of Peano arithmetic, where 2+2 indeed equals 4.<p>Sabine Hossenfelder&#x27;s point is that if we abandon the Peano axioms then we can arrive at different results. For example, under the rules of modular arithmetic, 2+2 may not equal 4. Which is perfectly obvious. Of course if you define &quot;+&quot; to mean something different, then you get a different result. Why is that worth mentioning?<p>The purpose of language is for clear communication. In ordinary contexts, when someone uses the addition operator, everyone would understand that they&#x27;re referring to integer addition under the Peano axioms and not modular addition or polynomial addition or something else. Engineering manuals do not need to preface all calculations with &quot;Under the Peano axioms...&quot;.<p>When NASA engineers design a rocket, do they need to worry &quot;what if 2+2 doesn&#x27;t equal 4?&quot;? Do we need to redesign all of our computer systems and rethink all of our scientific theories? If I&#x27;m writing a function which requires 2+2=4 to be always true, do I now need to write code to deal with the case where 2+2 does not equal 4? Of course not, but this is the most natural interpretation of the phrasing &quot;2+2 doesn&#x27;t always equal 4&quot; which is the title of the video.<p>Of course it is just clickbait, but it seems to me that this kind of content only serves to confuse people and does not really help anyone. I don&#x27;t want to use the word &quot;sophistry&quot; here but I can&#x27;t think of a more appropriate word to describe this video.