The application
During this year’s MOP,
we used the following procedure to divide some of our students into two classes:
Let p=7075374838595186541578161 be prime.
Take the letters in your name as it appears on the roster,
convert them with A1Z26 and take the sum of cubes to get a number s.
For example, EVANCHEN corresponds to s=53+223+⋯+143=16926.
Then you’re in Red 1 (room A155) if s is a quadratic residue modulo p,
and Red 2 (room A133) otherwise.
The students were understandably a bit confused why the prime was chosen.
It turned out to be a prank:
if you ran the calculation on the 30-ish students in this class,
it was …
I’m reading through Primes of the Form $x^2+ny^2$,
by David Cox (link; it’s good!).
Here are the high-level notes I took on the first chapter, which is about the theory of quadratic forms.
(Meta point re blog: I’m probably going to start posting more and more of these
more high-level notes/sketches on this blog on topics that I’ve been just learning.
Up til now I’ve been mostly only posting things that I understand well and for
which I have a very polished exposition.
But the perfect is the enemy of the good here; given that I’m taking these notes for my own sake,
I may as well share them to help others.)
1. Overview
Definition 1. For us a quadratic form is a polynomial
This was my final paper for 18.099, seminar in discrete analysis, jointly with Sammy Luo and Ryan Alweiss.
We prove that every sufficiently large odd integer can be written as the sum of three primes,
conditioned on a strong form of the prime number theorem.
1. Introduction
In this paper, we prove the following result:
Theorem 1 (Vinogradov)
Every sufficiently large odd integer N is the sum of three prime numbers.
In fact, the following result is also true, called the “weak Goldbach conjecture”.
Theorem 2 (Weak Goldbach conjecture)
Every odd integer N≥7 is the sum of three prime numbers.
The proof of Vinogradov’s theorem becomes significantly simpler if one assumes
the generalized Riemann hypothesis;
this allows one to use a strong form of the prime number theorem (Theorem 9).
This conditional proof was given by Hardy and Littlewood in …
This is a transcript of a talk I gave as part of MIT’s 18.434 class,
the “Seminar in Theoretical Computer Science” as part of MIT’s communication
requirement.
(Insert snarky comment about MIT’s CI-* requirements here.) It probably would
have made a nice math circle talk for high schoolers but I felt somewhat awkward
having to present it to a bunch of students who were clearly older than me.
1. Preliminaries
1.1. Modular arithmetic
In middle school you might have encountered questions such as
Exercise 1. What is 32016(mod10)?
You could answer such questions by listing out 3n for small n and then finding a pattern,
in this case of period 4. However, for large moduli this “brute-force” approach can be time-consuming.
Fortunately, it …
There are some notes on valuations from the first lecture of Math 223a at Harvard.
1. Valuations
Let k be a field.
Definition 1. A valuation
∣−∣:k→R≥0
is a function obeying the axioms
- ∣α∣=0⟺α=0.
- ∣αβ∣=∣α∣∣β∣.
- Most importantly: there should exist a real constant C,
such that ∣1+α∣<C whenever ∣α∣≤1.
The third property is the interesting one.
Note in particular it can be rewritten as
This is an expanded version of an answer I gave to a question that came up while
I was assisting the 2014-2015 WOOT class.
It struck me as an unusually good way to motivate higher math using stuff that
people notice in high school but for some reason decide to not think about.
In high school precalculus, you’ll often be asked to find the roots of some
polynomial with integer coefficients. For instance,
x3−x2−x−15=(x−3)(x2+2x+5)
has roots 3, 1+2i, −1−2i. Or as another example,