vEnhance's avatar
Previous Next Math Page 2 of 6

Jun 12, 2017

🖉 Positive Definite Quadratic Forms

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 Q=Q(x,y)=ax2+bxy+cy2Q = Q(x …

Read more...

Feb 16, 2017

🖉 Holomorphic Logarithms and Roots

In this post we’ll make sense of a holomorphic square root and logarithm. Wrote this up because I was surprised how hard it was to find a decent complete explanation.

Let f ⁣:UCf \colon U \rightarrow \mathbb C be a holomorphic function. A holomorphic nn-th root of ff is a function g ⁣:UCg \colon U \rightarrow \mathbb C such that f(z)=g(z)nf(z) = g(z)^n for all zUz \in U. A logarithm of ff is a function g ⁣:UCg \colon U \rightarrow \mathbb C such that f(z)=eg(z)f(z) = e^{g(z)} for all zUz \in U.

The main question …

Read more...

Jan 05, 2017

🖉 Facts about Lie Groups and Algebras

In Spring 2016 I was taking 18.757 Representations of Lie Algebras. Since I knew next to nothing about either Lie groups or algebras, I was forced to quickly learn about their basic facts and properties. These are the notes that I wrote up accordingly. Proofs of most of these facts can be found in standard textbooks, for example Kirillov.

1. Lie groups

Let K=RK = \mathbb R or K=CK = \mathbb C, depending on taste.

Definition 1. A Lie group is a group GG which is also a KK-manifold; the multiplication maps G×GGG \times G \rightarrow G (by (g1,g2)g1g2(g_1, g_2) \mapsto g_1g_2) and the inversion map GGG \rightarrow G (by gg …

Read more...

Dec 15, 2016

🖉 Combinatorial Nullstellensatz and List Coloring

More than six months late, but here are notes from the combinatorial nullsetllensatz talk I gave at the student colloquium at MIT. This was also my term paper for 18.434, “Seminar in Theoretical Computer Science”.

1. Introducing the choice number

One of the most fundamental problems in graph theory is that of a graph coloring, in which one assigns a color to every vertex of a graph so that no two adjacent vertices have the same color. The most basic invariant related to the graph coloring is the chromatic number:

Definition 1. A simple graph GG is kk-colorable if it’s possible to properly color its vertices with kk colors. The smallest such kk is the chromatic number χ(G)\chi(G).

In this exposition we study a more general notion in which the set of permitted colors …

Read more...

Nov 23, 2016

🖉 Algebraic Topology Functors

This will be old news to anyone who does algebraic topology, but oddly enough I can’t seem to find it all written in one place anywhere, and in particular I can’t find the bit about hPairTop\mathsf{hPairTop} at all.

In algebraic topology you (for example) associate every topological space XX with a group, like π1(X,x0)\pi_1(X, x_0) or H5(X)H_5(X). All of these operations turn out to be functors. This isn’t surprising, because as far as I’m concerned the definition of a functor is “any time you take one type of object and naturally make another object”.

The surprise is that these objects also respect homotopy in a nice way; proving this is a fair amount of the “setup …

Read more...

Oct 28, 2016

🖉 A Sketchy Overview of Green-Tao

These are the notes of my last lecture in the 18.099 discrete analysis seminar. It is a very high-level overview of the Green-Tao theorem. It is a subset of this paper.

1. Synopsis

This post as in overview of the proof of:

Theorem 1 (Green-Tao)

The prime numbers contain arbitrarily long arithmetic progressions.

Here, Szemerédi’s theorem isn’t strong enough, because the primes have density approaching zero. Instead, one can instead try to prove the following “relativity” result.

Theorem (Relative Szemerédi)

Let SS be a sparse “pseudorandom” set of integers. Then subsets of AA with positive density in SS have arbitrarily long arithmetic progressions.

In order to do this, we have to accomplish the following.

  • Make precise the notion of “pseudorandom”.
  • Prove the Relative Szemerédi theorem, and then
  • Exhibit a “pseudorandom” set SS which subsumes the prime numbers.

This post …

Read more...

Oct 16, 2016

🖉 Formal vs Functional Series (OR: Generating Function Voodoo Magic)

Epistemic status: highly dubious. I found almost no literature doing anything quite like what follows, which unsettles me because it makes it likely that I’m overcomplicating things significantly.

1. Synopsis

Recently I was working on an elegant problem which was the original problem 6 for the 2015 International Math Olympiad, which reads as follows:

Problem [IMO Shortlist 2015 Problem C6]

Let SS be a nonempty set of positive integers. We say that a positive integer nn is clean if it has a unique representation as a sum of an odd number of distinct elements from SS. Prove that there exist infinitely many positive integers that are not clean.

Proceeding by contradiction, one can prove (try it!) that in fact all sufficiently large integers have exactly one representation as a sum of an even subset of SS. Then, the problem reduces to …

Read more...

Sep 05, 2016

🖉 Approximating E3-LIN is NP-Hard

This lecture, which I gave for my 18.434 seminar, focuses on the MAX-E3LIN problem. We prove that approximating it is NP-hard by a reduction from LABEL-COVER.

1. Introducing MAX-E3LIN

In the MAX-E3LIN problem, our input is a series of linear equations (mod2)\pmod 2 in nn binary variables, each with three terms. Equivalently, one can think of this as ±1\pm 1 variables and ternary products. The objective is to maximize the fraction of satisfied equations.

Example 1 (Example of MAX-E3LIN instance)

x1+x3+x41(mod2)x1+x2+x40(mod2)x1+x2+x51(mod2)x1+x3+x51(mod2) \begin{aligned} x_1 + x_3 + x_4 &\equiv 1 \pmod 2 \\ x_1 + x_2 + x_4 &\equiv 0 \pmod …

Read more...

Jul 31, 2016

🖉 Vinogradov's Three-Prime Theorem (with Sammy Luo and Ryan Alweiss)

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 NN 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 N7N \ge 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 …

Read more...

Jul 12, 2016

🖉 The Structure Theorem over PID's

In this post I’ll describe the structure theorem over PID’s which generalizes the following results:

  • Finite dimensional vector fields over kk are all of the form knk^{\oplus n},
  • The classification theorem for finitely generated abelian groups,
  • The Frobenius normal form of a matrix,
  • The Jordan decomposition of a matrix.

1. Some ring theory prerequisites

(Prototypical example for this section: R=ZR = \mathbb Z.)

Before I can state the main theorem, I need to define a few terms for UFD’s, which behave much like Z\mathbb Z: Our intuition from the case R=ZR = \mathbb Z basically carries over verbatim. We don’t even need to deal with prime ideals and can factor elements instead.

Definition 1. If RR is a UFD, then pRp \in R is a …

Read more...
Previous Next Math Page 2 of 6