Define a function,
as,
Prove that there for anythere exists an
such as,
Tried to prove it, seems extremely complicated.
Printable View
Define a function,
as,
Prove that there for anythere exists an
such as,
Tried to prove it, seems extremely complicated.
See page 400 of "Gödel Escher Bach" by Douglas Hofstadter.Quote:
Originally Posted by ThePerfectHacker
A number for which such aexists is called Wondrous Number.
The conjecture that all numbers are Wondrous is I believe still open.
RonL
what doesmean? are there any books where I can learn about proofs, but are at a high school level? I can write a simple computer program to determine if a number is wondrous or not (at least is sounds simple). I will post the code sometime, when i have a chance to write the program.
Quote:
Originally Posted by c_323_h
denotes the set of all integers
,
(from Zahlen - German for number?).
denotes the set of all positive integers
, (also
)
I quite like (meaning I like it a lot):Quote:
Are there any books where I can learn about proofs, but are at a high school level?
"Mathematics: A Very Short Introduction"
Tim Gowers
ISBN-10: 0-19-285361-9
You will have no guarantee that for any particular number that it willQuote:
I can write a simple computer program to determine if a number is wondrous or not (at least is sounds simple). I will post the code sometime, when i have a chance to write the program.
ever terminate.
RonL
yeah, i intend i using a loop and it could iterate forever (theoretically). but the largest number my programs can go up to is 2 billion, which is disappointing. as soon as it reaches this number it terminates (i code using c++). i may have to write a new class with arrays to hold more digits, but even with this there is no guaranteeQuote:
Originally Posted by CaptainBlack
You should be able to down-load a class for arbitary precission arithmeticQuote:
Originally Posted by c_323_h
of of the Web. Google should yurn up a number of them.
RonL
Quote:
Originally Posted by ThePerfectHacker
It might be interesting to define an-wondrous numberto be
one for which the itteration teminates in exactly-steps.
The you could ask what proportionof numbers less
than of equal toare
-wondrous.
RonL
Just curious how long ago was the very first time you were not satisfied with this definition becuase it was not mathematically strict and sought to find an elegant definition for "natural"?Quote:
Originally Posted by CaptainBlack
Prove their infinitude.Quote:
Originally Posted by CaptainBlack
Let's assume you are asking for a proof to the infinitude of WondrousQuote:
Originally Posted by ThePerfectHacker
numbers.
Consider, this is obviously
-wondrous.
So there is at least one Wondrous number for every.
Hence there are an infinite number of Wondrous numbers.
RonL
Before you spend a lot of time on this famous problem, you should probably look at some of the resources listed in the ODP.
I have got an elegant solution to your problem, it use discontinued fraction (a variety of continued fraction) and takes only eleven pages. I hope i have not made a mistake because apparently your not very qwick to find mistakes on this site even when they are elementary!Quote:
Originally Posted by ThePerfectHacker
Do you have a demonstration that Feinstein's proof that there can be noQuote:
Originally Posted by SkyWatcher
proof of Collatz's, conjecture is wrong? (this is the first link on the page given
in rgep's post - I must say that on a cursory examination it looks wrong)
RonL
Ha ha ha, :DQuote:
Originally Posted by SkyWatcher
For anybody else, who does not understand the joke it is private. I once answered a lot of questions all of which where solved with continued fractions. SkyWatcher was obsessed with them ever since. Now he made that remark as if to tease me to solve this problem with continued fractions too.
I guess I misunderstood the definition of wondrous number. I assumed it means that that many iterations for that integral number. I see now what you means by wondrous.Quote:
Originally Posted by CaptainBlack