vEnhance's avatar
Previous Next Math Page 3 of 6

Jun 15, 2016

🖉 Miller-Rabin (for MIT 18.434)

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)3^{2016} \pmod{10}?

You could answer such questions by listing out 3n3^n for small nn and then finding a pattern, in this case of period 44. However, for large moduli this “brute-force” approach can be time-consuming.

Fortunately, it …

Read more...

Jun 03, 2016

🖉 Things Fourier

For some reason several classes at MIT this year involve Fourier analysis. I was always confused about this as a high schooler, because no one ever gave me the “orthonormal basis” explanation, so here goes. As a bonus, I also prove a form of Arrow’s Impossibility Theorem using binary Fourier analysis, and then talk about the fancier generalizations using Pontryagin duality and the Peter-Weyl theorem.

In what follows, we let T=R/Z\mathbb T = \mathbb R/\mathbb Z denote the “circle group”, thought of as the additive group of “real numbers modulo 11”. There is a canonical map e:TCe : \mathbb T \rightarrow \mathbb C sending T\mathbb T to the complex unit circle, given by e(θ)=exp(2πiθ)e(\theta) = \exp(2\pi i \theta)

Read more...

May 03, 2016

🖉 Artin Reciprocity

I will tell you a story about the Reciprocity Law. After my thesis, I had the idea to define LL-series for non-abelian extensions. But for them to agree with the LL-series for abelian extensions, a certain isomorphism had to be true. I could show it implied all the standard reciprocity laws. So I called it the General Reciprocity Law and tried to prove it but couldn’t, even after many tries. Then I showed it to the other number theorists, but they all laughed at it, and I remember Hasse in particular telling me it couldn’t possibly be true.

Still, I kept at it, but nothing I tried worked. Not a week went by — for three years! — that I did not try to prove the Reciprocity Law. It was discouraging, and meanwhile I turned to other things. Then one afternoon I had nothing …

Read more...

Apr 04, 2016

🖉 18.099 Transcript: Bourgain's Theorem

As part of the 18.099 Discrete Analysis reading group at MIT, I presented section 4.7 of Tao-Vu’s Additive Combinatorics textbook. Here were the notes I used for the second half of my presentation.

1. Synopsis

We aim to prove the following result.

Theorem 1 (Bourgain)

Assume N2N \ge 2 is prime and A,BZ=ZNA, B \subseteq Z = \mathbb Z_N. Assume that δ(loglogN)3logN\delta \gg \sqrt{\frac{(\log \log N)^3}{\log N}} is such that min{PZA,PZB}δ\min\left\{ \mathbf P_ZA, \mathbf P_ZB \right\} \ge \delta. Then A+BA+B contains a proper arithmetic progression of length at least exp(C …

Read more...

Mar 31, 2016

🖉 18.099 Transcript: Chang's Theorem

As part of the 18.099 discrete analysis reading group at MIT, I presented section 4.7 of Tao-Vu’s Additive Combinatorics textbook. Here were the notes I used for the first part of my presentation.

1. Synopsis

In the previous few lectures we’ve worked hard at developing the notion of characters, Bohr sets, spectrums. Today we put this all together to prove some Szemerédi-style results on arithmetic progressions of ZN\mathbb Z_N.

Recall that Szemerédi’s Theorem states that:

Theorem 1 (Szemerédi)

Let k3k \ge 3 be an integer. Then for sufficiently large NN, any subset of {1,,N}\{1, \dots, N\} with density at least 1(loglogN)22k+9\frac{1}{(\log \log N)^{2^{-2^k+9}}} contains a length k …

Read more...

Mar 14, 2016

🖉 Mechanism Design and Revenue Equivalence

Happy Pi Day! I have an economics midterm on Wednesday, so here is my attempt at studying.

1. Mechanisms

The idea is as follows.

  • We have NN people and a seller who wants to auction off a power drill.
  • The ii-th person has a private value of at most $1000\$1000 on the power drill. We denote it by xi[0,1000]x_i \in [0,1000].
  • However, everyone knows the xix_i are distributed according to some measure μi\mu_i supported on [0,1000][0, 1000]. (Let’s say a Radon measure, but I don’t especially care). Tacitly we assume μi([0,1000])=1\mu_i([0,1000]) = 1.

Definition 1. Consider a game MM played as follows:

  • Each player i=1,,N …
Read more...

Feb 28, 2016

🖉 Tannakian Reconstruction

These notes are from the February 23, 2016 lecture of 18.757, Representations of Lie Algebras, taught by Laura Rider.

Fix a field kk and let GG be a finite group. In this post we will show that one can reconstruct the group GG from the monoidal category of k[G]k[G]-modules (i.e. its GG-representations).

1. Hopf algebras

We won’t do anything with Hopf algebras per se, but it will be convenient to have the language.

Recall that an associative kk-algebra is a kk-vector space AA equipped with a map m:AAAm : A \otimes A \rightarrow A and i:kAi : k \hookrightarrow A (unit), satisfying some certain axioms.

Then a kk-coalgebra is …

Read more...

Jan 17, 2016

🖉 Rant: Matrices Are Not Arrays of Numbers

The following is an excerpt from a current work of mine. I thought I’d share it here, as some people have told me they enjoyed it.

As I’ll stress repeatedly, a matrix represents a linear map between two vector spaces. Writing it in the form of an m×nm \times n matrix is merely a very convenient way to see the map concretely. But it obfuscates the fact that this map is, well, a map, not an array of numbers.

If you took high school precalculus, you’ll see everything done in terms of matrices. To any typical high school student, a matrix is an array of numbers. No one is sure what exactly these numbers represent, but they’re told how to magically multiply these arrays to get more arrays. They’re told that the matrix

(10001000 …

Read more...

Dec 22, 2015

Dec 17, 2015

🖉 Uniqueness of solutions for diffeq's

Let VV be a normed finite-dimensional real vector space and let UVU \subseteq V be an open set. A vector field on UU is a function ξ:UV\xi : U \rightarrow V. (In the words of Gaitsgory: “you should imagine a vector field as a domain, and at every point there is a little vector growing out of it.”)

The idea of a differential equation is as follows. Imagine your vector field specifies a velocity at each point. So you initially place a particle somewhere in UU, and then let it move freely, guided by the arrows in the vector field. (There are plenty of good pictures online.) Intuitively, for nice ξ\xi it should be the case that the trajectory resulting is unique. This is the main take-away; the proof itself is just for …

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