Are $n$ vectors are orthogonal if performing the inner product of all $n$ vectors at once yields zero?
In other words, could I say that $\hat{i} \perp \hat{j} \perp \hat{k}$?
For example, suppose I have the three vectors $\hat{i} = <2, 0, 4>; \hat{j}= <0, 1, 0>; \hat{k} = <2, 0, 1>$. Their inner product would be $2(0)(2) + 0(1)(0) + 4(0)(1) = 0$. Can I say that the three vectors $\hat{i}, \hat{j}, $ and $ \hat{k}$ are orthogonal, or do I have to multiply out each pair?
No, you cannot assume that. Inner products (i.e., dot products) can only be conducted with two vectors at a time. Hope this helps!