You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
9$\begingroup$ What kind of weird messed-up language is your example written in? We're not on CodeGolf here, readability isn't considered a defect. $\endgroup$David Loeffler– David Loeffler2020-11-26 17:11:02 +00:00Commented Nov 26, 2020 at 17:11
-
2$\begingroup$ For $n = 4$ there are no solutions with $a, b \le 10^4$. I strongly suspect there are no solutions at all. (The folks at CodeGolf might be a bit unhappy if you challenge them to find an object which doesn't exist.) $\endgroup$David Loeffler– David Loeffler2020-11-26 18:13:48 +00:00Commented Nov 26, 2020 at 18:13
-
3$\begingroup$ Did you follow the links at that older question, card? In particular, the link to Noam Elkies' computations? $\endgroup$Gerry Myerson– Gerry Myerson2020-11-26 22:24:25 +00:00Commented Nov 26, 2020 at 22:24
-
1$\begingroup$ I think it's worth digging in, to get some idea of how unlikely one is to find any non-trivial examples of $a^n+b^n=c^n\pm1$ for $n\ge4$. $\endgroup$Gerry Myerson– Gerry Myerson2020-11-26 22:42:45 +00:00Commented Nov 26, 2020 at 22:42
-
1$\begingroup$ @JohnD.Cook The first line of the linked answer: “ A 4-variable version of the infamous ABC Conjecture says the following:” $\endgroup$caird coinheringaahing– caird coinheringaahing2020-11-29 13:39:57 +00:00Commented Nov 29, 2020 at 13:39
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ag.algebraic-geometry), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you