Proving the Cauchy-Schwarz Inequality
The inequality states:
.
This is very easily proved by squaring both sides, and cancelling the common terms.
One gets the following on doing this:
.
For every pair of indices i & j, we can take the two same terms from the RHS and put them onto the LHS, creating a sequence of sum of squares whose generic term is:
.
The sum of squares of the above form for every i,j is clearly positive.
Hence the inequality is true.
(a,b) =d –> (ka,kb) = kd
If , then for some
.
Now to evaluate , we know that for some
.
Thus, we have .
Thus, we have . This implies that
, for some m. Thus, we have
. Therefore, since the GCD has to be the maximal divisor,
, otherwise, a new maximal divisor could be created either for (a,b) or (ka,kb).
Math Overflow
Great to see a site that’s modelled on www.stackoverflow.com.
I’ve posted my first question here: http://mathoverflow.net/questions/840/the-core-question-of-topology
Topology Review
Definitions
Simplex: Given points in general position, the smallest convex set containing these points is known as the k-Simplex, i.e. points on the simplex are represented as
with
.
i.e. the 0-simplex is a point, the 1-simplex is a line, the 2-simplex is a triangle, and the 3-simplex is a tetrahedron.
General Position: are in general position if the vectors
are linearly independent.
Thus, a rectangle (4 points) can’t be a simplex as the four points are not in general position.
Face: Simplex B is a face of Simplex A if the vertices of B form a subset of the vertices of A.
Simplicial Complex: A finite collection of simplices, such that any two simplices intersect in a common face, and all the faces of the simplices are contained in the simplical complex.
Triangulation: A triangulation of a topological space X consists of a homeomorphism , where |K| is the simplicial complex K with the subspace topology.
Next to do:
1. Figure out exactly what Topology does! I have a good idea of the basics of point-set topology, but a very vague sense of what these tools can actually be used for.
2. Understand the exact differences between functions and spaces.
3. Examine barycentric coordinates & subdivision.
4. Basic triangulation theorems.
Proving the Mobius Inversion Formula
So for the last few days I’ve been trying to prove the Mobius Inversion formula:
If , then
.
The best way to get an intuitive understanding of this formula is to write out a few equations in long form.
For example, I worked out the values of for various n.
The values for can easily be worked out.
It’s literally amazing to see how the signs in the worked out equations match up to exactly what one would get on applying the Mobius Function!
I thought the Mobius function seemed pretty useless, so it was exhilarating to see the connection between solving these equations and the Mobius Function.
For quite some time, I approached the proof in terms of trying to generalize my solution of the equations for etc. However, that didn’t work.
However, yesterday, I started playing around with the formula itself to see what happens. As a first step, I started working with .
I rewrote this as . Say we define the identity function i(n) = 1, then we have the following equation
.
This thus is equivalent to
.
Now, say we keep b constant. Then, essentially, this boils down to
.
This sums to 0!
The only term left in the equation is g(n).
Thus we have the answer.
Man & Lion
A few months ago, I got hold of Bela Bollobas’ Art of Mathematics and was working through the ‘Man & Lion’ problem. This can be stated very simply: A lion and a man in a closed circular arena have equal maximum speeds. What tactics should the lion employ to be sure of his meal?
This is a surprisingly involved and deep problem that brings out some beautiful mathematics.
I was browsing through ArXiv the other day, and came across the following paper: http://arxiv.org/abs/0909.2524.
Lots of interesting sub-problems to work through here. Fascinating stuff!
Arbitrage Theorem – I
Say we have a set of mutually exclusive bets, that provide
in returns.
Assume that we have $1 to wager. So
Assume that the occurence of an event is signified by an indicator variable. So if Event i happens, , else
.
Therefore
.
Now, essentially, the problem is to find the maximum value that is obtained by the following function:
.
Given that only one of the ’s is =1, this implies that
(finessing a fine point over a negative sign).
Thus, if we have , then there is no arbitrage.
Of course, all this is trivially true. I need to figure out a more interesting problem to think about here.
I think there’s a connection with information theory/compression in here somewhere. That could be one angle to consider.