Let $A$ denote a random vector with elements sampled i.i.d according to a distribution with mean $0$ and variance $\sigma^2$ and $x$ be a fixed vector. Can we calculate $E[||A^T x||_1 ]$ exactly or lower bound it somehow? I am specifically interested in a discrete distribution in the following form. $$ \begin{cases} 0, &w.p. &1-2p \\ 1, &w.p. &p \\ -1, &w.p. &p \end{cases} $$
2026-04-12 05:06:52.1775970412
Expected norm $1$ of inner product
134 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LINEAR-ALGEBRA
- An underdetermined system derived for rotated coordinate system
- How to prove the following equality with matrix norm?
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Why the derivative of $T(\gamma(s))$ is $T$ if this composition is not a linear transformation?
- Why is necessary ask $F$ to be infinite in order to obtain: $ f(v)=0$ for all $ f\in V^* \implies v=0 $
- I don't understand this $\left(\left[T\right]^B_C\right)^{-1}=\left[T^{-1}\right]^C_B$
- Summation in subsets
- $C=AB-BA$. If $CA=AC$, then $C$ is not invertible.
- Basis of span in $R^4$
- Prove if A is regular skew symmetric, I+A is regular (with obstacles)
Related Questions in PROBABILITY
- How to prove $\lim_{n \rightarrow\infty} e^{-n}\sum_{k=0}^{n}\frac{n^k}{k!} = \frac{1}{2}$?
- Is this a commonly known paradox?
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- Prove or disprove the following inequality
- Another application of the Central Limit Theorem
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- A random point $(a,b)$ is uniformly distributed in a unit square $K=[(u,v):0<u<1,0<v<1]$
- proving Kochen-Stone lemma...
- Solution Check. (Probability)
- Interpreting stationary distribution $P_{\infty}(X,V)$ of a random process
Related Questions in PROBABILITY-DISTRIBUTIONS
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Statistics based on empirical distribution
- Given $U,V \sim R(0,1)$. Determine covariance between $X = UV$ and $V$
- Comparing Exponentials of different rates
- Linear transform of jointly distributed exponential random variables, how to identify domain?
- Closed form of integration
- Given $X$ Poisson, and $f_{Y}(y\mid X = x)$, find $\mathbb{E}[X\mid Y]$
- weak limit similiar to central limit theorem
- Probability question: two doors, select the correct door to win money, find expected earning
- Calculating $\text{Pr}(X_1<X_2)$
Related Questions in NORMED-SPACES
- How to prove the following equality with matrix norm?
- Closure and Subsets of Normed Vector Spaces
- Exercise 1.105 of Megginson's "An Introduction to Banach Space Theory"
- derive the expectation of exponential function $e^{-\left\Vert \mathbf{x} - V\mathbf{x}+\mathbf{a}\right\Vert^2}$ or its upper bound
- Minimum of the 2-norm
- Show that $\Phi$ is a contraction with a maximum norm.
- Understanding the essential range
- Mean value theorem for functions from $\mathbb R^n \to \mathbb R^n$
- Metric on a linear space is induced by norm if and only if the metric is homogeneous and translation invariant
- Gradient of integral of vector norm
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Upper-bound. Let the shape of your random matrix $A$ be $n\times m$. First observe that $E[\|Ax\|_1] \le E[\sqrt{m}\|Ax\|_2] \le \left(mE\|Ax\|_2^2\right)^{1/2}$, where the second inequality is Jensen's inequality.
Now, let $\Sigma=\sigma^2 I_{m \times m}$ be the common covariance matrix of the rows of $A$ and $\mu = O_m$ be the mean. Then $$ E\|Ax\|_2^2 = \sum_{i=1}^nE|a_i^Tx|^2 = n(trace(xx^T\Sigma) + \mu^T\Sigma\mu) = n\sigma^2\|x\|^2_2. $$ Therefore, $$ E\|Ax\|_1 \le \sqrt{nm}\sigma\|x\|_2. $$
Edit: non-trivial lower-bound
Let $s \in \{-1,0,+1\}^m$ be the vector of the signs of the coordinates of $x$, and let $\|x\|_0 = \|s\|_0$ be the number of nonzero coordinates of $x$. Also, let $b = a_1 \in \mathbb R^m$ be the first row of the random matrix $A$. Then, one computes
$$ \begin{split} E|a_1^Tx| = E|\sum_j x_jb_j| &= \sum_{z \in \{-1,0,+1\}^m}\left|\sum_{j=1}^m x_jz_j\right|P(b_1=z_1,\ldots,b_m=z_m)\\ &= \sum_{z \in \{-1,0,+1\}^m}\left|\sum_{j=1}^m x_jz_j\right|\Pi_{j=1}^mP(Z_j=z_j)\\ &= \sum_{z \in \{-1,0,+1\}^m}\left|\sum_{j=1}^m x_jz_j\right|p^{\|z\|_0}(1-2p)^{m-\|z\|_0}\\ &=\sum_{z \in \{-1,0,+1\}^m}p^{\|z\|_0}(1-2p)^{m-\|z\|_0}\left|\sum_{j=1}^m x_jz_j\right|\\ & \ge 2p^{\|s\|_0}(1-2p)^{m-\|s\|_0}\left|\pm \sum_{j=1}^m x_js_j\right|\\ &= 2p^{\|x\|_0}(1-2p)^{m-\|x\|_0} \|x\|_1, \end{split} $$
Therefore, we have the lower-bound $$ E\|Ax\|_1 \ge 2np^{\|x\|_0}(1-2p)^{m-\|x\|_0}\|x\|_1. $$
In fact, be restricted to those $z \in \{-1,0,+1\}$ whose coordinates have signs match those of $x$ or are simply zeroeth-out, we get the better bound
$$ E\|Ax\|_1 \ge 2n\sum_{I \subseteq supp(x)}p^{|I|}(1-2p)^{m-|I|}\|x_I\|_1 \ge 2np^{\|x\|_0}(1-2p)^{m-\|x\|_0}\|x\|_1, $$ where $supp(x) := \{j \in \{1,\ldots,m\} \mid x_j \ne 0\}$ is the support of $x$, and $x_I \in \mathbb R^{|I|}$ is the restriction of the vector $x$ onto the indices in the subset $I$.