The equation below shows the proof of Laplace mechanism for differential privacy. I am not understanding the product operator, is this a common rule?
$$ \frac{p_x(z)}{p_y(z)} = \prod_{i=1}^{k}\left(\frac{exp(-\frac{\varepsilon |f(x)_i - z_i|}{\Delta})}{exp(-\frac{\varepsilon |f(y)_i - z_i|}{\Delta})}\right) $$
While $p_x$ and $p_y$ denote the pdf of mechanisms $\mathcal{M}_L(x,f,\varepsilon)$ and $\mathcal{M}_L(y,f,\varepsilon)$ respectively. Important to notice that $x$ and $y$ are neighbor datasets. $x, y, z \in \mathbb{R}^k$
Thank you in advance.