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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tell HN: Elementary Proof of 2,4 being the only non trivial solution to x^y=y^x

3 点作者 yantrams大约 2 年前
Context: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35635491<p>Without loss of generality, assume a &gt; b [ Or the otherway for that matter, because a != b ]<p>Rewriting the equation we get (a&#x2F;b)^b = b^(a-b)<p>Right side is integer raised to integer and thus an integer and left side is fraction raised to integer. So that fraction is not really a fraction.<p>In other words a is a multiple of b<p>=&gt; a = c * b where c is an integer &gt; 1 [ Because a != b ]<p>=&gt; c^b = b^(b * ( c - 1)) [ Substituting a with c*b in the original equation ]<p>=&gt; c = b^(c-1) [ Taking bth root on both sides ]<p>c != 1 [ Because a != b ]<p>c != 3 [ Because b^2 = 3 has no integer solutions ]<p>c != 4 [ Because b^3 = 4 has no integer solutions ]<p>And so on..<p>=&gt; c = 2 is the only possible solution<p>=&gt; Substituting c with 2 we get b = 2 and a = 4<p>Edits: Formatting and Explanation

暂无评论

暂无评论