Here is the problem statement word by word:
$1)$ Prove that if $a_{ij}$, $b_{jk}$ and $c_{ki}$ are non-negative reals with $1 \le i,j,k \le n$, then:
$$\sum_{i,j,k = 1}^n \sqrt{a_{ij} \times b_{jk} \times c_{ki}} \le \sqrt{ \sum_{i,j = 1}^n a_{ij} \times \sum_{j,k=1}^n b_{jk} \times \sum_{j,i=1}^nc_{ki} }$$
$2)$ Let $A \subset \mathbb Z^3$ be finite. Let $A_x$ denote the projection of $A$ on the $zy$ plane, and define $A_y$ and $A_z$ in a similar manner. Prove that:
$|A| \le \sqrt{|A_x| |A_y| |A_z|}$
The first part is easy to prove by applying the Cauchy-Schwarz inequality twice. Obviously, $2)$ should be a result of $1)$, but I'm not used to deal with $\mathbb Z^n$, and I don't have any idea about what is meant by the projection of $A$ (i.e., neither algebraically nor geometrically).
I'm unable to express the cardinality of $A$ as a triple sum, and I don't know how to deal with the $A_x$, $A_y$ and $A_z$ because I do not understand what is meant by them to start with.
Please provide some explanation about the nature of each of these sets and how to understand projections in $\mathbb Z^3$ geometrically.
Thank you.