Category Archives: problem

2019-09 Discrete entropy

Suppose that \( X \) is a discrete random variable on the set \( \{ a_1, a_2, \dots \} \) with \( P(X=a_i) = p_i \). Define the discrete entropy
\[
H(X) = -\sum_{n=1}^{\infty} p_i \log p_i.
\]
Find constants \( C_1, C_2 \geq 0 \) such that
\[
e^{2H(X)} \leq C_1 Var(X) + C_2
\]
holds for any \( X \).

2019-08 Group action

Let \(G\) be a group acting by isometries on a proper geodesic metric space \(X\). Here \(X\) being proper means that every closed bounded subset of \(X\) is compact. Suppose this action is proper and cocompact,. Here, the action is said to be proper if for all compact subsets \(B \subset X\), the set \[\{g \in G | g(B) \cap B \neq \emptyset \}\] is finite. The quotient space \(X/G\) is obtained from \(X\) by identifying any two points \(x, y\) if and only if there exists \(g \in G\) such that \(gx = y\), and equipped with the quotient topology. Then the action of \(G\) on \(X\) is said to be cocompact if \(X/G\) is compact. Under these assumptions, show that \(G\) is finitely generated.

2019-07 An inquality

Suppose that \( f: \mathbb{R} \to \mathbb{R} \) is differentiable and \( \max_{ x \in \mathbb{R}} |f(x)| = M < \infty \). Prove that \[ \int_{-\infty}^{\infty} (|f'|^2 + |f|^2) \geq 2M^2. \]

2019-04 Food distribution at a dinner party

Ten mathematicians sit at a round table. Each has a certain amount of food. At each full
minute, every mathematician divides his share of food into two equal parts and hands
it out to the two people seated closest to him in counter-clockwise direction. How will
the food be distributed at the end of a long evening? Does the answer change if instead
every mathematician shares his food with the two people sitting immediately next to
him?

2019-03 Simple spectrum

Suppose that \( T \) is an \( N \times N \) matrix
\[
T = \begin{pmatrix}
a_1 & b_1 & 0 & \cdots & 0 \\
b_1 & a_2 & b_2 & \ddots & \vdots \\
0 & b_2 & a_3 & \ddots & 0 \\
\vdots & \ddots & \ddots & \ddots & b_{N-1} \\
0 & \cdots & 0 & b_{N-1} & a_N
\end{pmatrix}
\]
with \( b_i > 0 \) for \( i =1, 2, \dots, N-1 \). Prove that \( T \) has \( N \) distinct eigenvalues.

2019-01 Equilateral polygon

Suppose that \( \Pi \) is a closed polygon in the plane. If \( \Pi \) is equilateral \( k \)-gon, and if \( A \) is the area of \( \Pi \), and \( L \) the length of its boundary, prove that
\[
\frac{A}{L^2} \leq \frac{1}{4k} \cot \frac{\pi}{k} \leq \frac{1}{4\pi}.
\]

2018-23 Game of polynomials

Two players play a game with a polynomial with undetermined coefficients
\[
1 + c_1 x + c_2 x^2 + \dots + c_7 x^7 + x^8.
\]
Players, in turn, assign a real number to an undetermined coefficient until all coefficients are determined. The first player wins if the polynomial has no real zeros, and the second player wins if the polynomial has at least one real zero. Find who has the winning strategy.