TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Feynman on Fermat's Last Theorem (2016)

97 pointsby slbenficaalmost 8 years ago

8 comments

merricksbalmost 8 years ago
Previous HN discussion around the time of publication just over a year ago:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12018221" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12018221</a>
评论 #14942947 未加载
jordighalmost 8 years ago
Sigh, this proof bugs me so much.<p>Compute an approximate distance between nth powers, interpret this as the probability of an integer being an nth power, integrate this probability over the sum x^n + y^n, see that the probability of this being an nth power is also very low.<p>I guess this is close enough for government work, but it&#x27;s so utterly fallacious. For example, the distance between n^2 and (n-1)^2 is 2n - 1. That &quot;means&quot; that the &quot;probability&quot; of N being a perfect square is about 1&#x2F;(sqrt(2N - 1)). This probability also goes to zero in the limit as N goes to infinity. Not very quickly, but it does.<p>Does that mean that square numbers don&#x27;t exist?<p>We have many examples of conjectures being disproved by very large counterexamples:<p><a href="https:&#x2F;&#x2F;www.quora.com&#x2F;What-is-an-example-of-a-conjecture-that-was-proven-wrong-for-very-large-numbers" rel="nofollow">https:&#x2F;&#x2F;www.quora.com&#x2F;What-is-an-example-of-a-conjecture-tha...</a>
评论 #14941836 未加载
评论 #14941787 未加载
评论 #14942245 未加载
评论 #14941699 未加载
faitswulffalmost 8 years ago
Feynman&#x27;s approach seems very reminiscent of Jake Vanderplas&#x27;s Statistics for Hackers talk[0] as opposed to the purely theoretical physicist approach that the author notes at the end.<p>[0]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Iq9DzN6mvYA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Iq9DzN6mvYA</a>
throwanemalmost 8 years ago
&gt; the main job of theoretical physics is to prove yourself wrong as soon as possible.<p>The main job of practical engineering, too.
评论 #14941366 未加载
jwilkalmost 8 years ago
Here&#x27;s a more straight-forward (but equally hand-wavy) way to calculate the probability that N is a perfect power:<p>P(N) ≈ (number of perfect powers near N) &#x2F; (size of the neighborhood)<p>≈ (ⁿ√(N + r) − ⁿ√N) &#x2F; r, for some smallish r<p>≈ d&#x2F;dN (ⁿ√N)<p>= ⁿ√N &#x2F; nN
chmaynardalmost 8 years ago
Apparently the author also hosts this interesting website: <a href="http:&#x2F;&#x2F;www.fermatslibrary.com" rel="nofollow">http:&#x2F;&#x2F;www.fermatslibrary.com</a>
kumarvvralmost 8 years ago
Geniuses stand on the shoulders of giants and look further ahead, while I look at giants and assume a fetal position and cower in fear. Sigh !
Gregarosalmost 8 years ago
&gt;Richard Feynman was probably one of the most talented physicists of the 20th century.<p>Starts off bold.
评论 #14942134 未加载
评论 #14942199 未加载