- #1
Jeff.Nevington
- 12
- 1
I have a vector B of length N, I would like to prove that:
∑n=0 to N-1 (|Bn|x) ≥ Nαx
where:
x > 1;
α = (1/N) * ∑n=0 to N-1 (|Bn|) (i.e., The mean of the absolute elements of B).
and ∑n=0 to N-1 (||Bn|-α|) ≠ 0; (i.e., The absolute elements of B are not all identical).
I believe the above to be true, but I am struggling to find the most elegant way to state it.
∑n=0 to N-1 (|Bn|x) ≥ Nαx
where:
x > 1;
α = (1/N) * ∑n=0 to N-1 (|Bn|) (i.e., The mean of the absolute elements of B).
and ∑n=0 to N-1 (||Bn|-α|) ≠ 0; (i.e., The absolute elements of B are not all identical).
I believe the above to be true, but I am struggling to find the most elegant way to state it.