> On Thursday, November 8, 2012 10:18:43 PM UTC-8, Graham Cooper wrote:
> > On Nov 9, 4:03 pm, forbisga...@gmail.com wrote:
> > > On Thursday, November 8, 2012 8:38:12 PM UTC-8, Graham Cooper wrote:
> > > > You change the DIAGONAL to the ANTI-DIAGONAL and no existing real can
> > > > be left on the list!
> > > Tell me how to produce the antidiagonal of an infinite list.
> > One method is to input a stream of digits and interpret them as a
> > transpose sort of the list.
> Wait a second.
> I'm accepting a minor repurposing of the word as defined athttp://en.wiktionary.org/wiki/antidiagonal > What do you mean by the antidiagonal of an infinite list of
> real numbers with infinite digits after the decimal point?
> Where do you find the upper right or bottom left corner of
> an infinitely large matrix? I get the diagonal because it
> defines the first digit after the decimal point in the first
> member of the set, the second digit after the decimal point in
> the second member of the set, the nth digit after the decimal
> point in the nth member of the set.
> The part I cut dealt with finite sets and an arbitrary cutoff
> of digits after the decimal point. The routine you provided
> doesn't apply to Cantor's diagonalization let alone refute it.
> Here's a version of Cantor's argument.
> Given any ordered set of unique reals on the interval (0,1)
> represented base ten where the order is identified via a map
> to the natural numbers in their normal order, then...
> given the identification of the elements using the index function
> R=f(x) where x is index into f and R is the value the real number
> at that index... then the real number developed by summing
> case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> for all x won't be in the set. The reason is it differs from
> f(x) in at least the xth digit after the decimal.
If it differs from all reals on the list, then by what Epsilon>0
is the difference?
> If the number
> isn't in the ordered set it won't be in the unordered set containing
> the same reals.
On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > Here's a version of Cantor's argument.
> > Given any ordered set of unique reals on the interval (0,1)
> > represented base ten where the order is identified via a map
> > to the natural numbers in their normal order, then...
> > given the identification of the elements using the index function
> > R=f(x) where x is index into f and R is the value the real number
> > at that index... then the real number developed by summing
> > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > for all x won't be in the set. The reason is it differs from
> > f(x) in at least the xth digit after the decimal.
> If it differs from all reals on the list, then by what Epsilon>0
> is the difference?
There is no Epsilon of course. Compare: sqrt(2) differs from all
rationals
but there is no Epsilon>0 by which it differs from all rationals
> On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > Here's a version of Cantor's argument.
> > > Given any ordered set of unique reals on the interval (0,1)
> > > represented base ten where the order is identified via a map
> > > to the natural numbers in their normal order, then...
> > > given the identification of the elements using the index function
> > > R=f(x) where x is index into f and R is the value the real number
> > > at that index... then the real number developed by summing
> > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > for all x won't be in the set. The reason is it differs from
> > > f(x) in at least the xth digit after the decimal.
> > If it differs from all reals on the list, then by what Epsilon>0
> > is the difference?
> There is no Epsilon of course. Compare: sqrt(2) differs from all
> rationals
> but there is no Epsilon>0 by which it differs from all rationals
A powerful analogy that turned the entire maths world into fools.
> On Nov 10, 9:56 am, William Hughes <wpihug...@gmail.com> wrote:
> > On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > > Here's a version of Cantor's argument.
> > > > Given any ordered set of unique reals on the interval (0,1)
> > > > represented base ten where the order is identified via a map
> > > > to the natural numbers in their normal order, then...
> > > > given the identification of the elements using the index function
> > > > R=f(x) where x is index into f and R is the value the real number
> > > > at that index... then the real number developed by summing
> > > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > > for all x won't be in the set. The reason is it differs from
> > > > f(x) in at least the xth digit after the decimal.
> > > If it differs from all reals on the list, then by what Epsilon>0
> > > is the difference?
> > There is no Epsilon of course. Compare: sqrt(2) differs from all
> > rationals
> > but there is no Epsilon>0 by which it differs from all rationals
> A powerful analogy that turned the entire maths world into fools.
Not an analogy, a counterexample
proposition, if x differs from every element of S. then there is
an
Epsilon>0 such that x differs by at least epsilon
> On Nov 10, 12:39 am, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > On Nov 10, 9:56 am, William Hughes <wpihug...@gmail.com> wrote:
> > > On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > > > Here's a version of Cantor's argument.
> > > > > Given any ordered set of unique reals on the interval (0,1)
> > > > > represented base ten where the order is identified via a map
> > > > > to the natural numbers in their normal order, then...
> > > > > given the identification of the elements using the index function
> > > > > R=f(x) where x is index into f and R is the value the real number
> > > > > at that index... then the real number developed by summing
> > > > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > > > for all x won't be in the set. The reason is it differs from
> > > > > f(x) in at least the xth digit after the decimal.
> > > > If it differs from all reals on the list, then by what Epsilon>0
> > > > is the difference?
> > > There is no Epsilon of course. Compare: sqrt(2) differs from all
> > > rationals
> > > but there is no Epsilon>0 by which it differs from all rationals
> > A powerful analogy that turned the entire maths world into fools.
> Not an analogy, a counterexample
> proposition, if x differs from every element of S. then there is
> an
> Epsilon>0 such that x differs by at least epsilon
> counterexample: x=sqrt(2), S the irrationals
make that S the rationals (increment my Oops counter)
> On Nov 10, 12:39 am, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > On Nov 10, 9:56 am, William Hughes <wpihug...@gmail.com> wrote:
> > > On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > > > Here's a version of Cantor's argument.
> > > > > Given any ordered set of unique reals on the interval (0,1)
> > > > > represented base ten where the order is identified via a map
> > > > > to the natural numbers in their normal order, then...
> > > > > given the identification of the elements using the index function
> > > > > R=f(x) where x is index into f and R is the value the real number
> > > > > at that index... then the real number developed by summing
> > > > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > > > for all x won't be in the set. The reason is it differs from
> > > > > f(x) in at least the xth digit after the decimal.
> > > > If it differs from all reals on the list, then by what Epsilon>0
> > > > is the difference?
> > > There is no Epsilon of course. Compare: sqrt(2) differs from all
> > > rationals
> > > but there is no Epsilon>0 by which it differs from all rationals
> > A powerful analogy that turned the entire maths world into fools.
> Not an analogy, a counterexample
> proposition, if x differs from every element of S. then there is
> an
> Epsilon>0 such that x differs by at least epsilon
> On Nov 10, 3:33 pm, William Hughes <wpihug...@gmail.com> wrote:
> > On Nov 10, 12:39 am, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > On Nov 10, 9:56 am, William Hughes <wpihug...@gmail.com> wrote:
> > > > On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > > > > Here's a version of Cantor's argument.
> > > > > > Given any ordered set of unique reals on the interval (0,1)
> > > > > > represented base ten where the order is identified via a map
> > > > > > to the natural numbers in their normal order, then...
> > > > > > given the identification of the elements using the index function
> > > > > > R=f(x) where x is index into f and R is the value the real number
> > > > > > at that index... then the real number developed by summing
> > > > > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > > > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > > > > for all x won't be in the set. The reason is it differs from
> > > > > > f(x) in at least the xth digit after the decimal.
> > > > > If it differs from all reals on the list, then by what Epsilon>0
> > > > > is the difference?
> > > > There is no Epsilon of course. Compare: sqrt(2) differs from all
> > > > rationals
> > > > but there is no Epsilon>0 by which it differs from all rationals
> > > A powerful analogy that turned the entire maths world into fools.
> > Not an analogy, a counterexample
> > proposition, if x differs from every element of S. then there is
> > an
> > Epsilon>0 such that x differs by at least epsilon
> In article
> <f2ab8d18-7c72-4851-92f1-e49dda4e2...@m4g2000pbd.googlegroups.com>,
> Graham Cooper <grahamcoop...@gmail.com> wrote:
> > On Nov 10, 3:33 pm, William Hughes <wpihug...@gmail.com> wrote:
> > > On Nov 10, 12:39 am, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > On Nov 10, 9:56 am, William Hughes <wpihug...@gmail.com> wrote:
> > > > > On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > > > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > > > > > Here's a version of Cantor's argument.
> > > > > > > Given any ordered set of unique reals on the interval (0,1)
> > > > > > > represented base ten where the order is identified via a map
> > > > > > > to the natural numbers in their normal order, then...
> > > > > > > given the identification of the elements using the index function
> > > > > > > R=f(x) where x is index into f and R is the value the real number
> > > > > > > at that index... then the real number developed by summing
> > > > > > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > > > > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > > > > > for all x won't be in the set. The reason is it differs from
> > > > > > > f(x) in at least the xth digit after the decimal.
> > > > > > If it differs from all reals on the list, then by what Epsilon>0
> > > > > > is the difference?
> > > > > There is no Epsilon of course. Compare: sqrt(2) differs from all
> > > > > rationals
> > > > > but there is no Epsilon>0 by which it differs from all rationals
> > > > A powerful analogy that turned the entire maths world into fools.
> > > Not an analogy, a counterexample
> > > proposition, if x differs from every element of S. then there is
> > > an
> > > Epsilon>0 such that x differs by at least epsilon
> > > counterexample: x=sqrt(2), S the irrationals
> On Nov 10, 4:28 pm, Uirgil <uir...@uirgil.ur> wrote:
> > In article
> > <f2ab8d18-7c72-4851-92f1-e49dda4e2...@m4g2000pbd.googlegroups.com>,
> > Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > On Nov 10, 3:33 pm, William Hughes <wpihug...@gmail.com> wrote:
> > > > On Nov 10, 12:39 am, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > > On Nov 10, 9:56 am, William Hughes <wpihug...@gmail.com> wrote:
> > > > > > On Nov 9, 5:13 pm, Graham Cooper <grahamcoop...@gmail.com> wrote:
> > > > > > > On Nov 9, 7:18 pm, forbisga...@gmail.com wrote:
> > > > > > > > Here's a version of Cantor's argument.
> > > > > > > > Given any ordered set of unique reals on the interval (0,1)
> > > > > > > > represented base ten where the order is identified via a map
> > > > > > > > to the natural numbers in their normal order, then...
> > > > > > > > given the identification of the elements using the index > > > > > > > > function
> > > > > > > > R=f(x) where x is index into f and R is the value the real > > > > > > > > number
> > > > > > > > at that index... then the real number developed by summing
> > > > > > > > case (floor(f(x) * 10^(x+1)) mod 10 ) = 0 then 7 * 0.1^n
> > > > > > > > else ((floor(f(x) * 10^(x+1)) mod 10) - 1) * 0.1^n
> > > > > > > > for all x won't be in the set. The reason is it differs from
> > > > > > > > f(x) in at least the xth digit after the decimal.
> > > > > > > If it differs from all reals on the list, then by what Epsilon>0
> > > > > > > is the difference?
> > > > > > There is no Epsilon of course. Compare: sqrt(2) differs from all
> > > > > > rationals
> > > > > > but there is no Epsilon>0 by which it differs from all rationals
> > > > > A powerful analogy that turned the entire maths world into fools.
> > > > Not an analogy, a counterexample
> > > > proposition, if x differs from every element of S. then there is
> > > > an
> > > > Epsilon>0 such that x differs by at least epsilon
> > > > counterexample: x=sqrt(2), S the irrationals
> > > It's total nonsense if you work with infinite )sets_ of reals.
> > On the contrary, it works quite well for countably infinite sets of
> > reals in lists.
> You equate LIST with COUNTABLE SET
> hence you missed the point completely.
Lists ARE countable sets, though not all sets need to be lists.
> There is no diagonal of an infinite set.
There is an anti-diagonal for every finite or countably infinite list of infinite binary sequences. There is no anti-diagonal for, say, the set of all reals or the set of al binary sequnces.
> > In article
> > <acc4f4cb-7f4d-4a0d-bb27-c9682b41e...@r10g2000pbd.googlegroups.com>,
> > Graham Cooper<grahamcoop...@gmail.com> wrote:
> >> On Nov 12, 10:23 am, forbisga...@gmail.com wrote:
> >>> On Sunday, November 11, 2012 1:59:42 PM UTC-8, Graham Cooper wrote:
> >>>> like looking at the position of an electron with a microscope and
> >>>> claiming the position is fixed.
> >>> The problem is Cantor dealt with a well ordered set. A well ordered
> >>> set has a fixed index. The same number will alway appear at the same
> >>> index. You appear to be claiming there is no fixed index for a well
> >>> ordered set.
> >> I claim 20 flaws in Cantor's proof!
> > A lot of nuts have claimed flaws in Cantor's proofs, but, as yet, none
> > of those nuts has proved not to be cracked.
> [...]
> I think one ontological (non-mathematical)
> problematic is that if something can't be
> listed, enumerated, then it can't be shown (like
> in "show the story", don't just "tell the story"
> in journalism).
> The story of the reals: if it could be shown completely
> in a movie, that would be enumerable.
> The non-believers are not satisfied with a logical proof ...
> Dave
It's NOTHING CLOSE to a logical proof!
2OL
ALL(f):N->R E(r):R A(n):N
f(n) =/= r
clearly is 2OL!
---------------
ZFC AXIOM 9
ALL(X) E(R) (R well-orders X)
THIS IS NOT 1OL or even 2OL!
----------------
YOU ALL LIE YOU HAVE PROVEN X>OO IN FIRST ORDER LOGIC
YOU ALL LIE YOU HAVE A FORMAL PROOF OF X>OO
YOU DON'T MAKE ANY TESTABLE CLAIM
YOU DON'T UTILISE ANY CARDINALITY THEOREM
YOU FAIL TO ANSWER ANY QUESTIONS
*****************************************************
*****************************************************
Q4
How can there be uncountable many GODEL NUMBERS like this?
20130415
a01(0,1)
MIDPOINT(0,1)
A CHOICE FUNCTION
*****************************************************
*****************************************************
Q5
Which 1 of these does not hold?
a) N <-BIJECTS-> GODEL NUMBERS
b) GODEL NUMBERS <-BIJECT-> FUNCTIONS
c) FUNCTIONS <-BIJECT-> CHOICE FUNCTIONS
c) CHOICE FUNCTIONS <-BIJECT-> SETS
d) |SETS| > |N|
*****************************************************
*****************************************************
Q6
Does this Anti-Diagonal Method produce any unique
digit segment not listed?
AD METHOD
Choose the number 0.a_1a_2a_3...., where a_i = 1 if the i-th
number in your list had zero in its i-position, a_i = 0 otherwise.