Skip to content
Skip to navigation menu

Advice to Research Students

Problems

  1. A problem is something that you are approaching from the wrong direction.
  2. The original papers on a problem may contain good ideas that have been forgotten.
  3. Progress often comes from applying an idea from somewhere else to your problem.
  4. When studying a paper, ask the following questions.
    • What is this about?
    • Why is it done this way?
    • Can't you use instead...?
    • Isn't this the same as...?
  5. Notions are more important than notations, but bad notation can hold you back, whilst good notation can suggest connections with other problems.
  6. Crazy ideas sometimes work.

Some useful ideas

  1. Most inequalities rest on the fact that a modulus squared is positive.
  2. If you squeeze an inequality too hard, it can become an equation. An integer with |n| < 1 is zero. A set of integer points in n dimensions occupying a volume smaller than constant times n must all lie on a plane.
  3. Dirichlet's pigeon-hole principle (compactness). If R letters are delivered to R-1 people, then some lucky person must have two or more letters. If R points lie in an interval, some pair of points must be close together.
  4. Given a set of R numbers (integers, rational numbers, algebraic numbers), let p be a prime < R. One pair of numbers must be congruent modulo p, and so cannot be close together.
  5. Size ranges: if a factor or denominator n lies in a range 1 to N, then it often helps to divide the range into blocks between consecutive powers of two.
  6. Divide and conquer. Divide a long range into short ranges. Approximate within each short range (maybe squeezing an inequality into an equation). Combine the results from the short ranges, for example by proving that not all short ranges can reduce in the same way.
  7. The Dirichlet interchange. If d, a factor of n, is getting too big, then work with the other factor e in de = n.
  8. The Riesz interchange. If different cases have different numbers of solutions, ask what it takes for a case to have more than R different solutions, and get a bound for how many cases can have at least R solutions.
  9. Averaging. Can you average over one of the variables instead of working things out for individual values?
  10. When averaging a sum of error terms, it sometimes helps to put in extra positive terms so your average will extend over all integers in the range, not just over a subset of them.

Back to Number Theory home page