I would need the following result
$\sum_{i=1}^N \sum_{t=1}^T |c_{it}| \leq (\sum_{i=1}^N \sum_{t=1}^T |c_{it}|^p)^{1/p} $
for $p<1$. I know there is an analogue for single sums, but does this hold for the double sum, and is there a reference I could cite?
Any help is very gratefully received.
Re-index
The $lp$ norm inequalities give:
$$\sum_{i=1}^M |a_{i}| \leq \left (\sum_{i=1}^M |a_{i}|^p\right)^{1/p} $$
You can use the same inequality. You have $M= N T$ many $c_{i,t}$ terms. So define a sequence:
$$a_1 = c_{1,1} \qquad a_2 = c_{2,1} \qquad \ldots \qquad a_N = c_{n,1}$$
$$a_{N+1} = c_{1,2} \qquad a_{N+2} = c_{2,2} \qquad \ldots \qquad a_{2N} = c_{N,2}$$
$$ \vdots $$
$$\ldots \qquad \ldots \qquad a_{TN} = c_{N,T}$$
and write
$$\sum_{i=1}^N \sum_{t=1}^T |c_{it}| = \sum_{i=1}^M |a_{i}| $$