This post based on eigen values of matrices and using very basic inequalities gives a detailed solution to ISI M.Stat 2019 PSB Problem 2.
Let \(A\) and \(B\) be \(4 \times 4\) matrices. Suppose that \(A\) has eigenvalues \(x_{1}, x_{2}, x_{3}, x_{4}\) and \(B\) has eigenvalues \(\frac{1}{x_{1}}, \frac{1}{x_{2}}, \frac{1}{x_{3}}, \frac{1}{x_{4}}\) where each \(x_{i}>1\)
(a) Prove that \(A+B\) has at least one eigenvalue greater than 2.
(b) Prove that \(A-B\) has at least one eigenvalue greater than 0.
(c) Give an example of \(A\) and \(B\) so that 1 is not an eigenvalue of \(AB\).
(a)
Consider the trace of \(A+B\).
Mean of the eigen values of \(A\) + \(B\) = \( \frac{Tr(A+B)}{4}\) = \(\frac{Tr(A)+ Tr(B)}{4}\) = \( \frac{x_{1} + x_{2} + x_{3} + x_{4}+ \frac{1}{x_{1}} + \frac{1}{x_{2}} + \frac{1}{x_{3}} + \frac{1}{x_{4}}}{4} \) = \( \frac{\sum_{i = 1}^{4}(x_{i} + \frac{1}{x_{i}})}{4} \overset{x_{i} + \frac{1}{x_{i}} \geq 2}{\geq} 2 \). [ Hint: AM - GM Inequality ].
Now, use Pegion Hole Principle as mentioned in the prerequisites.
(b)
Mean of the eigen values of \(A\) - \(B\) = \( \frac{Tr(A-B)}{4}\) = \(\frac{Tr(A) - Tr(B)}{4}\) = \( \frac{x_{1} + x_{2} + x_{3} + x_{4} - \frac{1}{x_{1}} - \frac{1}{x_{2}} - \frac{1}{x_{3}} - \frac{1}{x_{4}}}{4} \) = \( \frac{\sum_{i = 1}^{4}(x_{i} - \frac{1}{x_{i}})}{4} \overset{x_{i} - \frac{1}{x_{i}} > 0}{>} 0 \). [ Hint: \( a > 1 \Rightarrow a^2 > 1\).]
Now, use Pegion Hole Principle as mentioned in the prerequisites.
(c)
Let's take \(A = diag( 2, 3, 4, 5)\) and \( B = diag( \frac{1}{2} , \frac{1}{3} , \frac{1}{4} . \frac{1}{5} ) \). Now observe that \(A\) and \(B\) satisfy the given conditions.
\( AB = I\). But \( I\) has an eigenvalue 1.
So, what to do? We want none of the diagonal values of \(AB\) to be not 1.
Take, \(A = diag( 2, 3, 4, 5)\) and \( B = diag( \frac{1}{3} , \frac{1}{2} , \frac{1}{5} , \frac{1}{4} ) \). ow observe that \(A\) and \(B\) satisfy the given conditions.
\( AB = diag( \frac{2}{3} , \frac{3}{2} , \frac{4}{5} . \frac{5}{4} )\), which has no eigen value 1.
Stay tuned!

In 2026, the following Cheenta students have been successful for Indian Statistical Institute's M.Stat Entrance. They ranked within the first 50 in the entire country in these entrances. I.S.I. M.Stat Entrance

In 2026, the following Cheenta students have been successful for Indian Statistical Institute's B.Stat Entrance and Chennai Mathematical Institute's B.Sc. Math Entrance. They ranked within the first 200 in the entire country in these entrances. Most of these students attended the problem solving workshops regularly, which happen 5 days every week. CMI B.Sc. Math Entrance […]

In 2025, 8 students from Cheenta Academy cracked the prestigious Regional Math Olympiad. In this post, we will share some of their success stories and learning strategies. The Regional Mathematics Olympiad (RMO) and the Indian National Mathematics Olympiad (INMO) are two most important mathematics contests in India.These two contests are for the students who are […]

Cheenta Academy proudly celebrates the success of 27 current and former students who qualified for the Indian Olympiad Qualifier in Mathematics (IOQM) 2025, advancing to the next stage — RMO. This accomplishment highlights their perseverance and Cheenta’s ongoing mission to nurture mathematical excellence and research-oriented learning.
We have first prove the eigenvalues of A+B and A-B are real. Also, there are examples online contradicting the first to statements.