Let $N \geq 1$ be an integer.
Let $X$ be a standard $\mathbb{R}^N$ Gaussian vector (all components are $\mathcal{N}(0, 1)$ and i. i. d.).
Let $A \in \mathcal{M}_N(\mathbb{R})$ be a deterministic matrix.
Thus, $AX$ is a Gaussian vector.
Let $\epsilon \in (0, 1)$.
I would like to simulate Gaussian vectors of the form $AX$ that mostly have a smaller infinity norm than $\epsilon$, with only controlling the infinity norm of the matrix $A$.
So the question is: how to limit $||A||_{\infty} = \underset{i, j}{\max} |A_{i, j}|$ so that with high confidence / probability (let's say 95%), I get $||AX||_{\infty} \leq \epsilon$ ?
I am looking for an answer like: take $A$ such that $||A||_{\infty} \leq f(\epsilon)$. The answer is quite easy in the $1$-dimensional case, I would like to generalize it, but haven't found any clear theorem addressing that.
Thanks a lot for your help!
For some $n$ ($1$, $2$ and all multiples of $4$ if you admit a certain conjecture; all powers of $2$ if you don't), we can find explicitely the best bound.
Notwithstanding this conjecture, we find for $f(\varepsilon)$ a rate of convergence of $\frac{1}{\sqrt{n\log (n)}}$, less conservative than $\frac{1}{n}$.
We will denote by $X_0$ a standardized normal law $\mathcal{N}(0,1)$ independent (jointly) from our variables.
The proof if a direct application of the Gaussian correlation inequality.
Proof: let $A \in \mathcal{M}_n(\mathbb{R})$ with $||A||_{\infty} \le r$. Then, for $i \in [\![1,n]\!]$, the region defined by $\big|(Ax)_i\big| \le \varepsilon$ is convex and symmetric about the origin. Thus $\mathbb{P}\big(||AX||_{\infty} \le \varepsilon \big) \ge \prod \limits_{i=1}^n \mathbb{P}\big(|(AX)_i| \le \varepsilon\big)$. Also, $(AX)_i \sim \mathcal{N}\big(0, \sum \limits_{j=1}^n a_{i,j}^2\big)$, so $\mathbb{P}\big(|(AX)_i| \le \varepsilon\big) = \mathbb{P}\Big(|X_0| \le \varepsilon / \sqrt{\sum_{j=1}^n a_{i,j}^2}\Big) \ge \mathbb{P}\big(|X_0| \le \frac{\varepsilon}{\sqrt{n}r}\big)$ since $||A||_{\infty} \le r$.
$ $
What this lemma says, is that the matrices $A$ for which we have the lowest confidence are the ones with
uncorrelated outputs for $AX$, so orthogonal lines for $A$
coefficients which are close (in absolute value) to $||A||_{\infty}$
These two properties bring us to the next section: we can find matrices satisfying these conditions, and reaching the bound of lemma $1$.
A Hadamard matrix of order $n$ is a matrix $H_n \in \mathcal{M}_n(\mathbb{R})$ with coefficients $+1$ or $-1$, such that $HH^T = nI_n$. While the construction of Hadamard matrix of order $2^k$ is obvious, a stil standing conjecture is:
Now why were we talking about Hadamard matrices again? That is because they are the worst case matrices for your problem:
Proof: let us denote $A = rH_n$. Since the rows of $H_n$ are orthogonal, the $(AX)_i$ are uncorrelated, and as $AX$ is a gaussian vector, the $(AX)_i$ are independent. Thus $\mathbb{P}\big(||AX||_{\infty} \le \varepsilon\big) = \prod \limits_{i=1}^n \mathbb{P}\big(|(AX)_i| \le \varepsilon\big)$. Last, the coefficients of $A$ are either $r$ or $-r$, so $(AX)_i \sim \mathcal{N}(0, nr^2)$, and thus $\mathbb{P}\big(||AX||_{\infty} \le \varepsilon\big) = \mathbb{P}\big(|X_0| \le \frac{\varepsilon}{\sqrt{n}r}\big)^n$.
Conclusion: for all $n$, you can take $$f(\varepsilon) = \frac{\varepsilon}{\sqrt{n} \cdot F^{-1}\big(\frac{1+\alpha^{1/n}}{2}\big)}$$
with $F$ the cdf of $X_0$, to get $||AX||_{\infty} \le \varepsilon$ for all $A$ with $||A||_{\infty} \le f(\varepsilon)$, with confidence level at least $\alpha$, and exactly $\alpha$ for those $n$ for which a Hadamard matrix exist.
Using the asymptotics of $F^{-1}$, as $n \to +\infty$ you can take $f(\varepsilon) = \frac{\varepsilon}{\sqrt{n \log\big(\frac{4n^2}{\log(\alpha)^2}\big)}}$.