Moderators: gmalivuk, Moderators General, Prelates
and the result is simply an infinite string of zeroes, which would most reasonably be interpreted as simply 0
gorcee wrote:and the result is simply an infinite string of zeroes, which would most reasonably be interpreted as simply 0
This would be true if the "rolling over" stopped. Which it does not. So this is false.
Think about it like this -- every time you "roll over to 0 and carry the 1", it takes 1 minute. However, a few seconds after the last such operation, you know there's another operation coming, so you're not done yet! You can't determine what the number is until the operation finishes. Since the operation never finishes, you cannot determine what the number is, so your assumption that it's an infinite string of zeros is false --- we just haven't had the time required yet to write down the 1, but it's coming, I promise!
arbiteroftruth wrote:gorcee wrote:and the result is simply an infinite string of zeroes, which would most reasonably be interpreted as simply 0
This would be true if the "rolling over" stopped. Which it does not. So this is false.
Think about it like this -- every time you "roll over to 0 and carry the 1", it takes 1 minute. However, a few seconds after the last such operation, you know there's another operation coming, so you're not done yet! You can't determine what the number is until the operation finishes. Since the operation never finishes, you cannot determine what the number is, so your assumption that it's an infinite string of zeros is false --- we just haven't had the time required yet to write down the 1, but it's coming, I promise!
Your reasoning is equivalent to saying that 1-0.999... must eventually yield a 1 on the far right that we just haven't gotten to yet. Rather, we can determine from the pattern of the computation that the hypothetical 1 will never have a legitimate position to hold, so it doesn't exist. ...999 + 1 = 0 for the same reason that 1 - 0.999... = 0
gorcee wrote:No, it's not. Because we don't add the .1 starting from the left and go right.
In your ..99999 example, we're starting from the right and going left.
arbiteroftruth wrote:gorcee wrote:No, it's not. Because we don't add the .1 starting from the left and go right.
In your ..99999 example, we're starting from the right and going left.
Let's compute ...9999 + 1 step by step.
First we get ...9990 with a carried 10.
Carrying the 10 gives us ...9900 with a carried 100.
Carrying against gives ...999000 with a carried 1000, and so on.
Now let's compute 1 - 0.999... step by step.
First we subtract the tenths digit, and get 0.1 with 0.0999... left to subtract.
Then we subtract the hundredths digit and get 0.01 with 0.00999... left to subtract.
Then we subtract the thousandths digit and get 0.001 with 0.000999... left to subtract, and so on.
The fact that the numbers in the two examples extend in opposite directions is taken care of by the fact that computing addition and computing subtraction can be done by dealing with the digits in opposite directions.
gorcee wrote:The thing you're doing with 1- 0.999... isn't a proof that 1 = 0.999.... In fact, it's a commonly used misconception that 1 =/= 0.999.... The argument typically goes just like yours, and then says "since we can never terminate this process, there will always be a 1 in the n+1th decimal place, therefore it can't be zero".
This intuition is wrong, and similarly, your intuition with ......9999999999999 = 0 is wrong.
arbiteroftruth wrote:gorcee wrote:The thing you're doing with 1- 0.999... isn't a proof that 1 = 0.999.... In fact, it's a commonly used misconception that 1 =/= 0.999.... The argument typically goes just like yours, and then says "since we can never terminate this process, there will always be a 1 in the n+1th decimal place, therefore it can't be zero".
This intuition is wrong, and similarly, your intuition with ......9999999999999 = 0 is wrong.
You seem to have forgotten that my entire point was that you were looking at ...999 + 1 similarly to a mistaken way of looking at 1 - 0.999 = 0. The way you conclude the inequality of ...999 and -1 is exactly the same mistake as the way people conclude the inequality of 0.999... and 1 because of the non-terminating process.
You literally made the exact same type of argument that "there will always be a 1 in the n+1th position, therefore it can't be 0".
And just to reiterate, I was saying ...999 = -1, not 0.
gorcee wrote:No, I'm really not saying that. What I'm saying is that your "conclusions" are equivalent to that. I'm demonstrating by contradiction that you're wrong.
If you think that ...999 = -1, then -9 = 9 * -1 = 9 * (...9999) = ...9991 = (...9999 * 10) + 1
Since -9 \equiv 0 mod 9 and 1 \equiv 1 mod 9, we must have ...9990 \equiv 8 mod 9. Then, ...99982 is divisible by 9. Since ...99982 can be written as 82 + \sum_{i=2}^{\infty} 9 \cdot 10^i, and every term in the sum is divisble by 9, then 82 must be divisble by 9. It is not, therefore the assumption is false.
arbiteroftruth wrote:gorcee wrote:No, I'm really not saying that. What I'm saying is that your "conclusions" are equivalent to that. I'm demonstrating by contradiction that you're wrong.
If you think that ...999 = -1, then -9 = 9 * -1 = 9 * (...9999) = ...9991 = (...9999 * 10) + 1
Since -9 \equiv 0 mod 9 and 1 \equiv 1 mod 9, we must have ...9990 \equiv 8 mod 9. Then, ...99982 is divisible by 9. Since ...99982 can be written as 82 + \sum_{i=2}^{\infty} 9 \cdot 10^i, and every term in the sum is divisble by 9, then 82 must be divisble by 9. It is not, therefore the assumption is false.
82 is divisible by 9. It's 82/9.
If you object that divisibility implies divisibility in a whole-numbered format, I can do that too. 82/9 = 81/9 + 1/9 = 9 + 1/9.
In my proposed interpretation of infinite-digited 'integers', 1/9 can be represented as ...88889. So 1/9 + 9 = ...8889 + 9 = ...88898 = 82/9
So it only becomes impossible to make the division work with these numbers if you reject using these numbers in the first place. Thus the contradiction only exists if you reject the system to begin with, and contradiction only goes away if you accept the system to begin with. Meaning the entire issue is axiomatic either way. Given that the entire point of this system is to axiomatically declare numbers of this form to be acceptable, your contradiction ceases to hold.
gorcee wrote:You seriously need to spend more time studying actual number theory, and less time spending inventing new number theory.
The statement that 82 must be divisible by 9 comes from modular arithmetic identities, which presuppose integer relations. ...99990 \equiv 8 mod 9 implies that ...99990 = 9k + 8 for any integer k. This means that ....99990-8 = ....99982 = 9k. You can't just make k not an integer anymore.
arbiteroftruth wrote:gorcee wrote:You seriously need to spend more time studying actual number theory, and less time spending inventing new number theory.
The statement that 82 must be divisible by 9 comes from modular arithmetic identities, which presuppose integer relations. ...99990 \equiv 8 mod 9 implies that ...99990 = 9k + 8 for any integer k. This means that ....99990-8 = ....99982 = 9k. You can't just make k not an integer anymore.
Um, yes I can. That is, in fact, a direct consequence of allowing these numbers to have infinite digits. An integer must have a finite number of digits. So in this system, where k would be ...1110, k is definitionally not an integer, so the identity you cite no longer needs to hold.
gorcee wrote:arbiteroftruth wrote:gorcee wrote:You seriously need to spend more time studying actual number theory, and less time spending inventing new number theory.
The statement that 82 must be divisible by 9 comes from modular arithmetic identities, which presuppose integer relations. ...99990 \equiv 8 mod 9 implies that ...99990 = 9k + 8 for any integer k. This means that ....99990-8 = ....99982 = 9k. You can't just make k not an integer anymore.
Um, yes I can. That is, in fact, a direct consequence of allowing these numbers to have infinite digits. An integer must have a finite number of digits. So in this system, where k would be ...1110, k is definitionally not an integer, so the identity you cite no longer needs to hold.
The identity absolutely needs to hold if you want your system to jive with anything else in mathematics. Either way, if your argument is that k isn't an integer, then yes, you're right. Under this construction, k is not an integer. But this does not mean the identity no longer holds. Instead, it proves that the assumptions used must be false. This is the essence of proof by contradiction.
If these identities don't hold, then what you have created is incompatible with mathematics. In which case, take this thread over to the fictional science section, because you're now just making up rules as you go along.
In actual mathematics, if I come to the conclusion that 82 is divisible by 9, then I don't all of a sudden get a situation where I have proven modular arithmetic wrong. I get a situation where I am wrong.
arbiteroftruth wrote:Or, horror of horrors, you've discovered the mysterious number 82/9. This number is not particularly relevant to the property of modular arithmetic you're discussing, because the property you're discussing deals with integers, but that doesn't make 82/9 some sort of false result, it just makes 82/9 not an integer. Similarly, numbers with infinite-digits may or may not be able to satisfy this identity, but they're not integers, so it doesn't really matter.
arbiteroftruth wrote:Hold on, I found the real problem with your objection. But first, let's solve ...99982 = 9k for k. In my system, ...99982 evaluates to -18, so k must be something that evaluates to -2. This would be ...9998. Now let's check the solution.
...9998 * 9 = 72+810+8100+... = ...99982
How do we reconcile this with your analysis of the contradiction? Well, I've found the fallacy in you original analysis. You say that every term in the sum \sum_{i=2}^{\infty} 9 \cdot 10^i is divisible by 9. This is true, however, your objection is only valid if divisibility by 9 also holds for the entire infinite sum. Your observation about the individual terms, combined with induction, demonstrates that divisibility by 9 holds true for any finite sum, but induction does not extend to infinity, only to integers. Thus the entire infinite summation does not necessarily have to give a result divisible by 9, and in my proposed system it in fact doesn't, as the result is -100.
gorcee wrote:arbiteroftruth wrote:Hold on, I found the real problem with your objection. But first, let's solve ...99982 = 9k for k. In my system, ...99982 evaluates to -18, so k must be something that evaluates to -2. This would be ...9998. Now let's check the solution.
...9998 * 9 = 72+810+8100+... = ...99982
How do we reconcile this with your analysis of the contradiction? Well, I've found the fallacy in you original analysis. You say that every term in the sum \sum_{i=2}^{\infty} 9 \cdot 10^i is divisible by 9. This is true, however, your objection is only valid if divisibility by 9 also holds for the entire infinite sum. Your observation about the individual terms, combined with induction, demonstrates that divisibility by 9 holds true for any finite sum, but induction does not extend to infinity, only to integers. Thus the entire infinite summation does not necessarily have to give a result divisible by 9, and in my proposed system it in fact doesn't, as the result is -100.
You're trying to prove my standard mathematics, which is definitely right, with your nonstandard mathematics, which is definitely not. Using this, you can derive anything you please.
Assume that there is a term in the sequence \left\{ 9\cdot 10^i\right\}_{i=2,3,\ldots} that is not divisble by 9. However, every term in the sequence is a multiple of 9. Then, there must be a term in the sequence that is a multiple of 9 and not divisible by 9. Since every multiple of 9 must be divisible by 9, then this is a contradiction, and every term in the sequence is divisble by 9.
This is how we prove things in actual mathematics. This proof holds. Without fail. If you have constructed something that is contradictory to this proof, you have either done something wrong, or you are working with a system that is incompatible with mathematics. You can't handwave this away.
arbiteroftruth wrote:gorcee wrote:arbiteroftruth wrote:Hold on, I found the real problem with your objection. But first, let's solve ...99982 = 9k for k. In my system, ...99982 evaluates to -18, so k must be something that evaluates to -2. This would be ...9998. Now let's check the solution.
...9998 * 9 = 72+810+8100+... = ...99982
How do we reconcile this with your analysis of the contradiction? Well, I've found the fallacy in you original analysis. You say that every term in the sum \sum_{i=2}^{\infty} 9 \cdot 10^i is divisible by 9. This is true, however, your objection is only valid if divisibility by 9 also holds for the entire infinite sum. Your observation about the individual terms, combined with induction, demonstrates that divisibility by 9 holds true for any finite sum, but induction does not extend to infinity, only to integers. Thus the entire infinite summation does not necessarily have to give a result divisible by 9, and in my proposed system it in fact doesn't, as the result is -100.
You're trying to prove my standard mathematics, which is definitely right, with your nonstandard mathematics, which is definitely not. Using this, you can derive anything you please.
Assume that there is a term in the sequence \left\{ 9\cdot 10^i\right\}_{i=2,3,\ldots} that is not divisble by 9. However, every term in the sequence is a multiple of 9. Then, there must be a term in the sequence that is a multiple of 9 and not divisible by 9. Since every multiple of 9 must be divisible by 9, then this is a contradiction, and every term in the sequence is divisble by 9.
This is how we prove things in actual mathematics. This proof holds. Without fail. If you have constructed something that is contradictory to this proof, you have either done something wrong, or you are working with a system that is incompatible with mathematics. You can't handwave this away.
There does not have to be a term in the sequence that is not divisible by 9. Every single one of the terms in the sequence is divisible by 9. Any number of these terms summed together yields a result divisible by 9. But the infinite sum does not yield a result divisible by 9.
Your proof does not hold without fail, because your proof is based on mathematical induction, which explicitly only applies for finite iterations. I don't have to handwave it away, because your proof is flawed, because you're using induction beyond the scope in which it is valid.
gorcee wrote:My proof is absolutely not based on induction, because I did not use any induction step. All I did was applied modular arithmetic, which can be done without loss of generality, to any elements in a countably infinite set. This is the similar to the way that we show, for instance, that the group of integers is cyclic with generator 1.
The 62-foot tall statue of Jesus constructed out of styrofoam, wood and fiberglass resin caught on fire after the right hand of the statue was struck by lightning.
meatyochre wrote:And yea, verily the forums crowd spake: "Teehee!"
eta oin shrdlu wrote:gorcee, I don't think this is as meaningless as you're claiming. I've seen lots of people trying to do the things you criticize by forgetting to distinguish between these left-infinite things and integers, but I don't really see that here so far. Let me try to make this a little more formal.
Consider the set X of all eventually-periodic infinite sequences of digits, equipped with addition and multiplication which act as with normal integer addition with the sequence read right-to-left.
Assertion 1: (X,+,*) defines a commutative ring with identity: i.e., + and * are closed on X, commutative, distributive, identities and + inverses exist. [I haven't proved any of these assertions, though most of them look trivial. I'm just formalizing what I think arbiteroftruth is trying to get at.]
Note that this is pure abstract algebra; I haven't yet tried to claim anything about Z or Q. There's nothing particularly weird here. Now (if assertion 1 holds) define a ring homomorphism from X into Q. There are a few things we need: additive identity to 0, multiplicative identity to 1.
Assertion 2: The evaluation in the first post defines such a homomorphism. [Again, I haven't tried to prove this, I'm just trying to formalize the assertions.]
Assertion 3: This homomorphism is in fact uniquely specified by the ring-homomorphism requirements.
These constructions, by the way, are basically the 10-adic numbers; in base p they're the p-adic numbers.
--
As long as arbiteroftruth doesn't forget what ring he's working in, this just seems like playing around with algebra.
However, the ring of 10-adic numbers have one major drawback. It is possible to find pairs of non-zero 10-adic numbers whose product is 0. In other words, the ring of 10-adic numbers is not an integral domain because they contain zero divisors.
That's not what well-ordering means. Well-ordering means that any nonempty set has a least element. (So yeah, granted, the integers as a whole don't have this property either, but the natural numbers do.)arbiteroftruth wrote:I don't follow. How does it remove well-ordering? Perhaps I'm not understanding something, but for any 2 numbers in this system, you can easily subtract them, see whether the result is greater than, equal to, or less than 0, and conclusively define which number is larger, if either.
Hold on. Isn't this the very "paradox" you used to start your other thread? Perceived "discontinuities" where something that held true for every finite example suddenly ceased in the limit at infinity?arbiteroftruth wrote:There does not have to be a term in the sequence that is not divisible by 9. Every single one of the terms in the sequence is divisible by 9. Any number of these terms summed together yields a result divisible by 9. But the infinite sum does not yield a result divisible by 9.
gorcee wrote:Edit: to address eta:
I got what you're saying for the p-adic numbers from his previous thread. However, I still think there's some inconsistency with how he's choosing to define it. Basically, he's attempting the construction as in the wikipedia article, while simultaneously rejecting the multiplicity of integers.
Edit #2: From Wikipedia:However, the ring of 10-adic numbers have one major drawback. It is possible to find pairs of non-zero 10-adic numbers whose product is 0. In other words, the ring of 10-adic numbers is not an integral domain because they contain zero divisors.
This issue addresses the concern I raised earlier with the modular arithmetic. Just replace the addition operation with the multiplication operation, and you'll see where/how those such issues arise.
arbiteroftruth wrote:gorcee wrote:Edit: to address eta:
I got what you're saying for the p-adic numbers from his previous thread. However, I still think there's some inconsistency with how he's choosing to define it. Basically, he's attempting the construction as in the wikipedia article, while simultaneously rejecting the multiplicity of integers.
Edit #2: From Wikipedia:However, the ring of 10-adic numbers have one major drawback. It is possible to find pairs of non-zero 10-adic numbers whose product is 0. In other words, the ring of 10-adic numbers is not an integral domain because they contain zero divisors.
This issue addresses the concern I raised earlier with the modular arithmetic. Just replace the addition operation with the multiplication operation, and you'll see where/how those such issues arise.
Can you clarify these objections?
As for multiplying to get 0, I can tell pretty quickly that a real proof would need to be rather extensive, but after looking at it some it looks like any algorithm for producing two sequences of digits that multiply to return 0 in all digit positions would fail to fall into a repeating pattern, and thus not be a valid number within this system. Each time you move one more digit to the left, the number of digit combinations that multiply to that position increases, and additionally you must always consider the carried value from the previous multiplication. Some recursive algorithm could ensure that you always get digits that work, but I doubt any such algorithm could result in a repeating pattern of digits.
gmalivuk wrote:Hold on. Isn't this the very "paradox" you used to start your other thread? Perceived "discontinuities" where something that held true for every finite example suddenly ceased in the limit at infinity?
gmalivuk wrote:but there really is a problem now, unless you're just declaring by fiat that your new numbers are never congruent to anything modulo something else. (Either that, or you're denying that continuing to add 0 (mod 9) will eventually get you something which is not 0 (mod 9).)
gorcee wrote:I don't see how you can simultaneously claim that ...999 is not an integer, because it has an infinite representation, and that ...9999 = -1.
Either you are claiming that representation by infinite "places" yields something that is not an integer, or representation by infinite places can yield something like -1, which is an integer.
Again, to claim one thing, you have to admit the other. So if you claim that ...9999 = -1, then it is an integer, and all the other happy integer things such as the division algorithm and congruence relations must hold.
arbiteroftruth wrote:gorcee wrote:I don't see how you can simultaneously claim that ...999 is not an integer, because it has an infinite representation, and that ...9999 = -1.
Either you are claiming that representation by infinite "places" yields something that is not an integer, or representation by infinite places can yield something like -1, which is an integer.
Again, to claim one thing, you have to admit the other. So if you claim that ...9999 = -1, then it is an integer, and all the other happy integer things such as the division algorithm and congruence relations must hold.
Well, I was speaking about the general case of left-infinite numbers. It's like saying that certain integer rules don't hold for decimals because the decimals aren't integers, but in the special cases of repeating 9s and repeating 0s, decimals are integers. Same thing. A left-infinite repeating decimal is not an integer unless the repeating pattern is a string of infinite 9s or a string of infinite 0s.
But why not just admit you're essentially describing the 10-adics, and use the rules people already figured out for them?arbiteroftruth wrote:a non-repeating infinite-digit integer has no equivalent standard decimal representation, at least not using the rules I've figured out so far.
gmalivuk wrote:But why not just admit you're essentially describing the 10-adics, and use the rules people already figured out for them?arbiteroftruth wrote:a non-repeating infinite-digit integer has no equivalent standard decimal representation, at least not using the rules I've figured out so far.
gorcee wrote:The integers you're describing are just the 10-adic numbers. Let's ignore, for a moment, the rest of your infinite expansion representation.
The integers form a domain, which is well-known. What you need to do to show that your representation is consistent, at least for integers, is show that your representation also forms a domain. Your numbers form a commutative ring with unity, which is also fairly straightforward. What you need to show is that there are no zero divisors in your arithmetic.
gmalivuk wrote:But why not just admit you're essentially describing the 10-adics, and use the rules people already figured out for them?
arbiteroftruth wrote:After looking more closely, I can't believe I overlooked the fact that when the article says a terminating decimal has a terminating p-adic expansion, they're still allowing the p-adic expansion to go right of the decimal. In that case, my numbers are just (at least a subset of) the p-adics.
I guess my question then would be why p-adics are regarded as an alternate construction at all. Given everything I've looked at here, aren't the p-adics just a particular category of real numbers?
If the base of your number system if prime, then the situation is simple. Any non-zero multiple of a prime must include the prime itself as one of its factors, but the highest valid digit is 1 less than the base, so the digits a0 and b0 cannot possibly multiply to a multiple of the base.
A non-prime base is more complex. The first digit of the result, d0, is determined entirely by a0 and b0, which must cause d0 to be 0, and create a carry digit for the next position.
gorcee wrote:arbiteroftruth wrote:After looking more closely, I can't believe I overlooked the fact that when the article says a terminating decimal has a terminating p-adic expansion, they're still allowing the p-adic expansion to go right of the decimal. In that case, my numbers are just (at least a subset of) the p-adics.
I guess my question then would be why p-adics are regarded as an alternate construction at all. Given everything I've looked at here, aren't the p-adics just a particular category of real numbers?
Kind of, sort of.
The reals form a field. The 10-adics do not. p-adics are a more complete if p is prime. They at least form an integral domain. I'm not sure about multiplicative inverse (which would be required for a field).
gorcee wrote:I mean it, though, when I mentioned that you should study number theory in more detail if this sort of thing interests you.
Yeah, yours are exactly the subset that has only 0's to the right of the decimal point and an eventually repeating sequence of digits to the left.arbiteroftruth wrote:After looking more closely, I can't believe I overlooked the fact that when the article says a terminating decimal has a terminating p-adic expansion, they're still allowing the p-adic expansion to go right of the decimal. In that case, my numbers are just (at least a subset of) the p-adics.
Users browsing this forum: 7pc6710q, dudiobugtron, GuetraGma and 4 guests