Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
insuring convergence of an algorithm (solving a set of equations)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 40 of 40 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
pamela fluente  
View profile  
 More options Mar 1 2011, 6:05 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Tue, 1 Mar 2011 03:05:43 -0800 (PST)
Local: Tues, Mar 1 2011 6:05 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 1 Mar, 06:48, Tim Little <t...@little-possums.net> wrote:

m is just an "enumerator".

c(m) = p(h + m-1) indicates the m-th term of the sequence of the c's
(in this case, the (h+m+1)-th prime).

In the previous posts, viewing the problem a growing set of z
equations,
z was also indicating the unknown which expresses the number of
necessary equations
to get 1 solution, as well as the z-th term of the sequence of the
c's.

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Little  
View profile  
 More options Mar 1 2011, 8:41 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: Tim Little <t...@little-possums.net>
Date: 02 Mar 2011 01:41:05 GMT
Local: Tues, Mar 1 2011 8:41 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2011-03-01, pamela fluente <pamelaflue...@libero.it> wrote:

> m is just an "enumerator".

> c(m) = p(h + m-1) indicates the m-th term of the sequence of the c's
> (in this case, the (h+m+1)-th prime).

Ah okay.  In that case z=1 will provide a solution for any h, with
x(1) = 1 and y(1) = p(h+1) - p(h).  The condition 1 < y < p(h)
always holds by Bertrand's Postulate, and y(1) =/= p(h) - 2 because
y(1) is even and p(h) is odd.

This does seem a fairly trivial solution, though.

--
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 2 2011, 1:53 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Wed, 2 Mar 2011 10:53:16 -0800 (PST)
Local: Wed, Mar 2 2011 1:53 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2 Mar, 02:41, Tim Little <t...@little-possums.net> wrote:

Thanks Tim. Beautiful argument!
Actually as you rightly point out, the case of greater interest is for
z larger than a threshold.

Would it possible to extend a similar argument to the case z > k  (k
any positive integer) or is it an impossible task ?

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Little  
View profile  
 More options Mar 2 2011, 7:02 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: Tim Little <t...@little-possums.net>
Date: 03 Mar 2011 00:02:36 GMT
Local: Wed, Mar 2 2011 7:02 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2011-03-02, pamela fluente <pamelaflue...@libero.it> wrote:

> Would it possible to extend a similar argument to the case z > k  (k
> any positive integer) or is it an impossible task ?

Since all the coefficients are prime, c(z+1) is obviously not a
multiple of any of them.

The remaining constraint was y =/= c(m)-2.  That may be unsatisfied as
it is possible that c(z+1) = -2 mod c(m) for some m, but it becomes
less common for larger primes and there are plenty of prime candidates
c(z+1) for which it never holds.

I can't prove that there are infinitely many, but I did find examples
greater than 10^9.

--
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 3 2011, 8:39 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Thu, 3 Mar 2011 05:39:03 -0800 (PST)
Local: Thurs, Mar 3 2011 8:39 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 3 Mar, 01:02, Tim Little <t...@little-possums.net> wrote:

Thanks a lot, very nice results indeed Tim.
(Let me know in case, in future, some argument comes up in your mind.)

I think that the Bertrand postulate you mentioned is pretty useful.

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 5 2011, 4:32 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Sat, 5 Mar 2011 01:32:45 -0800 (PST)
Local: Sat, Mar 5 2011 4:32 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 3 Mar, 01:02, Tim Little <t...@little-possums.net> wrote:

> On 2011-03-02, pamela fluente <pamelaflue...@libero.it> wrote:

> I can't prove that there are infinitely many, but I did find examples
> greater than 10^9.

It would be incredibly good if given a solution at z, we could at
least
say what is the count s, where z + s is another solution. It's pretty
weird this
problem is so elusive that it's even so hard just to count the
numbers
to the next occurrence. After all, the remainders form a cyclically
ordered sequence
and it seems strange we can't "keep track" of them.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Little  
View profile  
 More options Mar 5 2011, 5:36 am
Newsgroups: sci.math.num-analysis, comp.theory
From: Tim Little <t...@little-possums.net>
Date: 05 Mar 2011 10:36:17 GMT
Local: Sat, Mar 5 2011 5:36 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2011-03-05, pamela fluente <pamelaflue...@libero.it> wrote:

> It would be incredibly good if given a solution at z, we could at
> least say what is the count s, where z + s is another solution.

For your family of sequences, usually s=1.

> It's pretty weird this problem is so elusive that it's even so hard
> just to count the numbers to the next occurrence. After all, the
> remainders form a cyclically ordered sequence and it seems strange
> we can't "keep track" of them.

It's not elusive at all, it's just vaguely stated.  I expect I could
write a program that tells which z's give solutions almost as fast as
the sequence values can stream in through the Ethernet port of my
computer.

The only "elusiveness" is that you're talking about an infinite family
of sequences, and speculating about common properties of their
collective solutions.

--
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 5 2011, 1:58 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Sat, 5 Mar 2011 10:58:18 -0800 (PST)
Local: Sat, Mar 5 2011 1:58 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 5 Mar, 11:36, Tim Little <t...@little-possums.net> wrote:

For simplicity, let's take the version r=h=1, so the c's are just the
plain and simple sequence of primes 2 3 5 ...
Let z > 2 be any integer which satisfies the system:

c(m) * x(m) = c(z+1) - y(m)
1 <= y(m) <= c(m)-1,  y(m) <> c(m)-2
for all m= 1,2,3..., z

Can we really say immediately (i mean without going through each one
of the values following z)
for each z which is the next (z + s) also satisfying the system  ?

Or can we jump directly from one solution to the next one ?

[ What seems strangely elusive to me is determining s = F(z) ]

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Little  
View profile  
 More options Mar 5 2011, 7:11 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: Tim Little <t...@little-possums.net>
Date: 06 Mar 2011 00:11:31 GMT
Local: Sat, Mar 5 2011 7:11 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2011-03-05, pamela fluente <pamelaflue...@libero.it> wrote:

> Can we really say immediately (i mean without going through each one
> of the values following z) for each z which is the next (z + s) also
> satisfying the system ?

No.  But again, why would you expect to be able to predict which
values of a sequence give solutions without being permitted to look at
them?

> [ What seems strangely elusive to me is determining s = F(z) ]

I don't see anything strangely elusive about that at all.  The problem
is just that artificial restriction you're setting of not being
permitted to look at the values of c.

--
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 6 2011, 3:29 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Sun, 6 Mar 2011 00:29:58 -0800 (PST)
Local: Sun, Mar 6 2011 3:29 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 6 Mar, 01:11, Tim Little <t...@little-possums.net> wrote:

Well ok, even allowing looking at ALL the values up to c(z+1), z > 2,
I believe that it will not
give any advantage. I think you still will find very difficult to
compute (not necessarily with a
closed form formula, but at least with a converging algorithm) the s
(distance from next solution).

The reason why this seems a little strange to me is that anyway the
remainders, from a given solution
follow cyclically a precise (and simple) sequence. So the elusive part
i see is in the fact that, while from
c(z+1) one we can know perfectly each of these sequences (because we
know perfectly all the remainders at that point),
still it seems difficult or impossible to compute directly at what
distance the same condition would occur.

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Little  
View profile  
 More options Mar 6 2011, 11:57 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: Tim Little <t...@little-possums.net>
Date: 07 Mar 2011 04:57:39 GMT
Local: Sun, Mar 6 2011 11:57 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2011-03-06, pamela fluente <pamelaflue...@libero.it> wrote:

> Well ok, even allowing looking at ALL the values up to c(z+1)

It's the values *after* c(z+1) that matter just as much as the ones
before.  Why do you expect to be able to determine whether c(z+2),
c(z+3), and so on allow solutions without being permitted to know what
values they have?

--
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 7 2011, 11:41 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Mon, 7 Mar 2011 08:41:43 -0800 (PST)
Local: Mon, Mar 7 2011 11:41 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 7 Mar, 05:57, Tim Little <t...@little-possums.net> wrote:

> On 2011-03-06, pamela fluente <pamelaflue...@libero.it> wrote:

> > Well ok, even allowing looking at ALL the values up to c(z+1)

> It's the values *after* c(z+1) that matter just as much as the ones
> before.  Why do you expect to be able to determine whether c(z+2),
> c(z+3), and so on allow solutions without being permitted to know what
> values they have?

Given any prime p(n), we can know (by division) all the remainders of
the divisions by the preceding primes. Denote these remainders are:
r(1) ... r(n-1) respectively.

Now the next prime p(n+1) could also be found as p(n) + d
where the distance d is the smallest positive integer j such that:

     ( r(s) + j ) mod p(s) <> 0 for all s=1,...,n

or equivalently:
     ( remainder of (p(n)/u) + j ) mod u <> 0 for all u=2,3,..

[ so we don't really need to know the values of the primes  p(1) ...
p(n-1) ].

So we have a formula (algorithm) for any next prime (which actually
does not require knowledge of previous primes), and further we know
such a prime exists (algorithm is guaranteed to converge). But, as
soon as we add just 1 simple additional condition on remainders, like
for instance:
  ( r(s) + j ) mod p(s) <> p(s)-2

then it seems to me we cannot assure that the next prime, satysfying
also the above, exists at all. And this seemed a little strange. isn't
it ?

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Little  
View profile  
 More options Mar 7 2011, 11:07 pm
Newsgroups: sci.math.num-analysis, comp.theory
From: Tim Little <t...@little-possums.net>
Date: 08 Mar 2011 04:07:58 GMT
Local: Mon, Mar 7 2011 11:07 pm
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 2011-03-07, pamela fluente <pamelaflue...@libero.it> wrote:

> So we have a formula (algorithm) for any next prime (which actually
> does not require knowledge of previous primes), and further we know
> such a prime exists

Yes, as originally shown by Euclid using a rather ingenious argument.
It was not always obvious that there is no limit to the primes, and
Euclid's argument is very "fragile": change the properties of the set
even slightly, and it ceases to be useful at all (even if the set is
in fact infinite).

> But, as soon as we add just 1 simple additional condition on
> remainders, like for instance:
>   ( r(s) + j ) mod p(s) <> p(s)-2

> then it seems to me we cannot assure that the next prime, satysfying
> also the above, exists at all. And this seemed a little strange. isn't
> it ?

It seems very likely that infinitely many such primes exist.  I merely
stated that I could not prove it, a statement to be taken in the
context that I devote only a limited amount of time to newsgroup posts.

Note that there are very many unsolved conjectures concerning
infinitude of various classes of primes.  I see nothing strange in the
idea that another such class might or might not be infinite, and that
I might not know whether it is or not.  Do you?

--
Tim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 8 2011, 5:56 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Tue, 8 Mar 2011 02:56:04 -0800 (PST)
Local: Tues, Mar 8 2011 5:56 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
On 8 Mar, 05:07, Tim Little <t...@little-possums.net> wrote:

:-))  well, "intuitively" i could bet anything that such a prime will
always
exist, as 1) a consequence of the infinity of primes And 2) due to the
fact that
such infiniteness together with remainders' periodicity (replicated"
patterns") will
certainty cause this condition to re-occur again and again. But
actually putting out a
rigorous argument for that is all another matter, and probably elusive
for most minds!

In particular, I think it's condition 2) which will cause any possible
condition of this type
(or even any multiple combination of similar conditions) to be
verified on infinite primes
(clearly "rarer and rarer").

The basic problem is probably to find a good "method" to "count"
within this context of simultaneous
cyclic patterns... the whole problem could be "reduced" to mere
"counting" the integers occurring
within the occurrence of the various conditions...

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pamela fluente  
View profile  
 More options Mar 8 2011, 6:22 am
Newsgroups: sci.math.num-analysis, comp.theory
From: pamela fluente <pamelaflue...@libero.it>
Date: Tue, 8 Mar 2011 03:22:18 -0800 (PST)
Local: Tues, Mar 8 2011 6:22 am
Subject: Re: insuring convergence of an algorithm (solving a set of equations)
...and if i should imagine how a possible "proof" could work, I'd say,
by absurd:

assume that for n > M no primes allows anymore the occurrence of that
simultaneous conditions
on remainders...

... then this would certainly contradict the "periodicity" of the
remainders

0101010101
0012012012
0001230123
...

(some argument clearly still missing here :-))

But much way nicer would be a "constructive" approach, where we could
actually "count"
up to the next occurrence.

[infinitude of primes would be just be the most obvious of many
remarkable consequences]

-Pam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »