vEnhance's avatar
#analysis Page 1 of 1

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...

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...

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...

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...
#analysis Page 1 of 1