Hello!
I have a really crappy English class. We're doing a unit on public speaking, and we get to choose a topic and give a "lecture" to the class. Some people are doing instructional talks, like how to tie shoelaces; and other people are giving persuasive talks.
To annoy the crap out of my teacher, I'm doing a 45 minute long presentation on the Green-Tao Theorem. If you have any suggestions or links to good papers, I'd appreciate it, but that's not what this note is about.
I have discovered a truly marvelous property that may help with a compact proof. I observed (in my science class) that given an arithmetic sequence, there tended (see the last paragraph for more info) to be prime numbers in prime positions! For example, consider the sequence:
Notice how all boxed numbers are primes. Here is a list of the positions at which the prime numbers appear:
These are all primes! In fact, these are all CONSECUTIVE primes! Wow! Why is this? Can we generalize this for any arithmetic progression ? Is it a coincidence that the difference in this sequence () is prime, since the same property obviously wouldn't hold for ? And is this an application of the GT Theorem, or part of its proof? Isn't it just the difference in the APs that matter because can be shifted back or forward by to align the primes into prime positions?
I've taken steps toward a proof that may or may not be really awesome. I'll publish it when (or if) I finish it. What do you think?
As another example, consider , . The sequence is:
which has primes at positions:
which seems pretty odd (get it?).
As pointed out by Daniel Liu, each "good" sequence such as the first one () can be shifted by changing . This will throw the "prime pattern". But what needs to be shown is that there exists an optimal for ALL . In this case, at the optimal solution is . What about ? What can we say about ? Must it be prime? What else can be observed?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
In the fist arithmetic sequence that you have written, we have 79 (a prime) on 27 (not a prime) th position.
Log in to reply
Oh I'm not saying it will work for ALL primes because otherwise we'd have a prime generator more powerful than any Riemann Hypothesis or similar algorithm.
Log in to reply
If anyone could do that, the world would literally have to bow down to their knees.
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
10n? 7, 13 17, etc.
How about you use the common difference as a prime which isn't a factor ofLog in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
13 minute 5k however is extremely impressive. If you moved to USA you could be #1!
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
Log in to reply
My sense is that this pattern works because you "chose" the starting value a1, and also that values are small enough for you to "see a pattern".
For example, if we used a1=2,d=3 as opposed to a1=−1,d=3, we will have primes at the positions 1,2,4,6,10,…, which doesn't highlight the pattern you are looking for.
Log in to reply
I've adressed this in the last paragraph. Daniel had a similar response.
Log in to reply
Just because the initial cases look like there is a pattern, doesn't necessarily mean that there is such a pattern. Perhaps if you compile 100 - 1000 terms, that will give you more insight as to whether or not this is true.
Log in to reply
@Finn Hulse Tell us how the "talk" went on , in the future! This sounds like a great speech
Log in to reply
I only got to talk for 10 minutes and then my teacher made me sit down. D;
Log in to reply
Teachers are sooooooo boring. Can't they have let you say the rest of your talk? I would have liked to have you say it to me. Such is life. :(
Log in to reply
I just wrote a computer program that checks for this pattern. For the case a=1,d=3, with upper bound the highest prime under 100000, the number of prime indices were 921 and the number of composites were 3862. This gives a 19.3% prime yield.
I'm not sure if this is higher than what we should expect or lower than what we expect.
Log in to reply
OMG thank you so much Daniel! I literally was just learning Python so I could do it myself, but I'll take your word for it!
As far as seeing if this is abnormally high, take the same amount of numbers but randomize the called "prime" numbers but with the same frequency. Or, vice versa it could look at all the numbers in the prime spots and see what percent of those were prime. It's not really important.
How general can you go? Here is the ideal program to solve this problem:
First, it finds the ideal \(a\) for EACH \(d\) (within some preferably massive limit).
It does exactly what you have described above to each ideal pattern, finding the % prime yield.
But it also adds the step I have mentioned above, where it calculates if that % was abnormally high or low.
After considering all these factors, hopefully the program can give a nice simple answer as to the nature of my so-called pattern.
Dude thanks so much though, I totally appreciate it cause if I can show this to be true then I might win Breakthrough Junior this year.
Log in to reply
Ideal a is probably small, because the larger we go the less frequent that the pattern holds.
My program can calculate percentage for any given input a,d, but right now I'm a little busy to change it. It isn't hard to change it to what you said, but runtime will be a real pain.
@Calvin Lin I'm interested in your response.
Log in to reply
He responded XD
Log in to reply
And you can actually test this out by using programming to try out different values, and show the teacher all the cases up to 1 trillion. That would turn it into a 45-hour presentation though XD
Log in to reply
Log in to reply
Well, consider a1=2 and d=3. This gives primes at positions 1,2,4,6,10 so...
In addition, a1=1 and d=2 gives primes at positions 2,3,4,6,7,9,10. I don't really see any pattern (or primes) here.
Log in to reply
Look at the the first sequence given. If a1=−1, then all positions will be shifted back, so that instead the primes will lie on
2,3,5,7,11
as shown in the note as well. So obviously a1 can vary, and doing such will "shift" the results. So a1 is really depends on what d is to create the optimal prime sequence. Am I being unclear?
Log in to reply
Then what is the optimal case for d=2?
Log in to reply
Isn't that the question of the day? :D
Also it makes sense that there should exist an optimal a1 because both distributions of primes follow the same general logarithmic scale (at least my intuition).
However, you have yet to define "optimal". Every sequence has an optimal case; however, how optimal does this optimal case need to be?
Log in to reply
Log in to reply
But joking aside, I still think this noticing is a bit trivial. It's kind of like using the distribution of primes to approximate the distribution of primes. When defining a word, you can't use the word itself.
In addition:
I think that contradicts your original post.
Log in to reply
Log in to reply
Finn , can I know how did you come to know about these theorems ? It's your wish to answer this question . I would truly say that you are a young inspiration to many of them , including me !!!! you know that i don't know this theorem at all . In fact , i heard the word Calculus only after coming to brilliant and became interested in maths and theoretical physics after coming to brilliant and reading stephen hawking 's book. I am even aiming and have promised to myself that i would reach level 4 and level 5 in all topics
Log in to reply
Thanks!
Log in to reply
I wish to know this as well, you are 17 years old but you were 14 or 13 when you originally wrote this. How the heck did you manage to do this, I barely knew my times tables when I was 13.
Log in to reply
Log in to reply
Log in to reply
hey, but in d second AP, you havent considered 23!!!!
Log in to reply
Yes, I've overlooked it only because it doesn't help prove the point I'm making.
Hey! How's it going, Finn?
I commented some days ago, but this time I come to ask for help.
I have a really crappy English class too. We're doing a unit on public speaking as well, and we get to choose a topic and give a "lecture" to the class. Some people are doing instructional talks, like how to tie shoelaces; and other people are giving persuasive talks.
I don't have a topic yet, but I wanted to see if you still have a written record of your speech on the Green-Tao Theorem. If we could talk somewhere else, I would really appreciate your help!
Log in to reply
Email me finnhulse@gmail.com.
u have made a good pattern
Log in to reply
Thank you. :D