This rather simple result is a humble acknowledgment of the great work in finite-size random matrix theory (RMT) by Prof. Gernot Akemann and team at Uni Bielefeld. For finding the ordered densities, a straightforward recursive formulation, in terms of the function, based on the work of Alberto Zanella at CNR in Italy, is utilized.
Note: Several integration formulas for the MeijerG function are known, e.g., see the function reference. Although the expressions are complex, they can be numerically evaluated quite easily via Mathematica or MATLAB. It amazes me that these finite-size RMT densities are even analytically approachable, although, undoubtedly, the asymptotic RMT theory is “more elegant.”
The theorem is as follows. See below for Mathematica code and numerical simulations.
Let and be independent and random matrices, respectively, with identical and independently distributed elements and respectively. Let denote the squared singular values of the product The pdf of the -th squared singular value of denoted by is given by
(3.1) |
where is a constant ensuring that the integral over the pdf is equal to one, and function is given by the recurrence relation
(3.2) |
denotes the initial value of and “()” denotes the empty tuple. Tuples and are updated as and where and are the summation indices in (3.2), and and are the -th and -th elements of sets and respectively, defined as and Next, the termination step is given below
(3.3) |
where is the Meijer G function [15], is a matrix with elements
(3.4) |
and
(3.5) |
and denotes the lower incomplete Gamma function.
Second projection notation: Let set be a set containing three tuples. Then, is the second projection of given by Below, a sketch of the proof for completeness.
The joint pdf of the squares of the singular values of is given in [1, (18)],[9] as
(3.6) |
where is a matrix with elements
(3.7) |
with The pdf of the -th eigenvalue can be obtained via the procedure given in [19, Sec. IV-B] utilizing the function
(3.8) |
and the integrals in [1, (A7)] and [15] to integrate over the Meijer G function. Lastly, the multiple summations in [19, Sec. IV-B] can be equivalently reformulated to obtain the recursive definition given in (3.2) and (3.3). ∎
Now, a Mathematica package for evaluating the ordered densities is as follows. Here, in xyz[symb_, l, v_2, v_1, q_]
, is the desired symbol for the variable, e.g., is the index (corresponding to in the theorem), and are as in the theorem above.
Lastly, the numerical simulations for and We see that the results based on the above expressions and those based on Monte-Carlo simulations agree well.
- ARK
First published: 9th Jul. 2022 on aravindhk-math.blogspot.com
Edited: 16th Dec. 2023 – converted theorem and proof images to LaTeX