Re: The Collatz discrete primes!



On Mar 30, 7:15?pm, "mensana...@xxxxxxxxxxx" <mensana...@xxxxxxx>
wrote:
On Mar 30, 9:22 am, "Danny" <fasttrac...@xxxxxxxxxxxxx> wrote:

On 24 Mar, 18:21, "mensana...@xxxxxxxxxxx" <mensana...@xxxxxxx> wrote:

Pondering a counter example in Collatz 3x+1 is all hypothetical of
course an the implications if there is one is
interesting but hard to comprehend because it not only involves
the integers in the loop but larger integers in a reverse path
doubling outside the loop.

Yes, they double outside the loop, but they can also get
smaller due to arbitrarily long chains of 2(mod3). Keep in
mind that an actual counter example in 3n+1 would be a HUGE
loop (at least 275000 numbers). I would think that the range
of numbers inside the loop cycle would be quite large. It may
be that the required length of 2(mod3) chain means you won't
see a smaller number outside the loop cycle on the counter
example tree.

Drat, that was a stupid thing to say.

Purity is realative. The sequence vector [1,1,1,1,4] _always_
produces an impure number. 2(mod3) chains needn't be any
longer on the counter example tree than on the regular tree.


OTOH, there awould be a LOT of branches on a counter example
tree.



I have been pondering your explanation about the counter
example being pure or impure but my thought is that the
smallest odd integer in the counter example path would have
to be pure.

I'm not saying it isn't pure, I just don't know enough to
decide.

This brings up another question, is this true,
where the smallest (pure) odd integer does not necessarily
have to be included in the counter example loop but just
a lead in to this counter example loop?

The portion of the tree outside the loop would contain an
infinite quantity of pure numbers. Every odd number in the
counter example loop cycle must be 1(mod3) or 2(mod3) and every
one throws a branch upwards to infinity. All such branches
produce an infinite number of sub-branches, one third of which
will be 0(mod3). And every odd 0(mod3) number is pure.

Of course, there ought to be pure numbers based on 1(mod3)
also. And who knows, there may be even "vacuously pure"
numbers, i.e., numbers where the smaller candidates are on
the other tree.

In other words a (pure) odd integer starting a side path
leading into the counter example loop but not in the actual
repeating loop

Definitely.

and also maintaining its smallest value against
each of the values in the entire counter example!

Don't know, can't say.

Dan


.



Relevant Pages

  • Re: The Collatz discrete primes!
    ... doubling outside the loop. ... longer on the counter example tree than on the regular tree. ... example being pure or impure but my thought is that the ... smallest odd integer in the counter example path would have ...
    (sci.math)
  • Re: The Collatz discrete primes!
    ... doubling outside the loop. ... longer on the counter example tree than on the regular tree. ... example being pure or impure but my thought is that the ... smallest odd integer in the counter example path would have ...
    (sci.math)
  • Re: Assembly string functions in i386 libc
    ... __pure is a syntax error in the old version of FreeBSD ... This affected everything except libc strlen() since ... change the arg to a literal. ... removes the whole loop if it can see that it doesn't do anything. ...
    (freebsd-arch)
  • Re: Assembly string functions in i386 libc
    ... because __pure prevents more than 1 call ... from the loop. ... This affected everything except libc strlen() since ... basics of these string instructions for a longer time than AMD. ...
    (freebsd-arch)
  • Re: pure functions
    ... >There are also "short term" pure functions like timeand ftell ... >in which nothing in the loop resets the date or writes to the file. ... execute them inside a signal handler) are closeand write. ... The POSIX.1 1990 language about the connection between file descriptors ...
    (comp.lang.c)