Given are 2 vectors $\vec{x},\vec{y}$ in $\mathbb{R}^4$. I have a function $f(\vec{x},\vec{y})$ that looks quite symmetrically. Therefore I think that there must be a meaning or any algebraic rule. What is the meaning of $f$?
$$f(\vec{x},\vec{y})=(x_1y_2-x_2y_1)^2 +(x_2y_3-x_3y_2)^2 +(x_3y_4-x_4y_3)^2 +(x_4y_1-x_1y_4)^2 +(x_1y_3-x_3y_1)^2 +(x_2y_4-x_4y_2)^2$$
The first 4 summands look like the squared norm of a cross product. Of course such a cross product has not properties as in $\mathbb{R}^3$. By cross product I just mean the application of the construction rule of a cross product in $\mathbb{R}^3$ that is analogically extended to $\mathbb{R}^4$.
Another interpretation would be the squared norm of a (so far unknown) vector product $\mathbb{R}^4\times\mathbb{R}^4\to\mathbb{R}^6$.
Edit:
For simplicity above was given only a part but the general form looks like $$f(\vec{x},\vec{y},\vec{z})=\\ (x_1y_2-x_2y_1)^2 +(x_2y_3-x_3y_2)^2 +(x_3y_4-x_4y_3)^2 +(x_4y_1-x_1y_4)^2 +(x_1y_3-x_3y_1)^2 +(x_2y_4-x_4y_2)^2+\\ (x_1z_2-x_2z_1)^2 +(x_2z_3-x_3z_2)^2 +(x_3z_4-x_4z_3)^2 +(x_4z_1-x_1z_4)^2 +(x_1z_3-x_3z_1)^2 +(x_2z_4-x_4z_2)^2+\\ (y_1z_2-y_2z_1)^2 +(y_2z_3-y_3z_2)^2 +(y_3z_4-y_4z_3)^2 +(y_4z_1-y_1z_4)^2 +(y_1z_3-y_3z_1)^2 +(y_2z_4-y_4z_2)^2 $$
There is a simple meaning that can be understood without knowing anything about abstract $\wedge$ notation or exterior algebra: $$f(\vec{x},\vec{y})=4 A^2,$$ where $A$ is the area of the triangle in $\mathbb{R}^4$ that is spanned by vectors $\vec{x},\vec{y}$.
Proof
The area of a triangle in any dimension is given by $$A=\frac{1}{2}\|\vec{x}\|\|\vec{y}\|\sin\alpha$$ where $\|\vec{x}\|,\|\vec{y}\|$ are 2 side lengths that enclose angle $\alpha$. Using dot product $\cdot$ and relations $$\sin^2\alpha+\cos^2\alpha=1$$ $$\cos\alpha=\frac{\vec{x}\cdot\vec{y}}{\|\vec{x}\|\|\vec{y}\|}$$ we get $$4A^2=\|\vec{x}\|^2\|\vec{y}\|^2-(\vec{x}\cdot\vec{y})^2\\=(\vec{x}\cdot\vec{x})( \vec{y}\cdot\vec{y})-(\vec{x}\cdot\vec{y})^2\\ =(x_1^2+x_2^2+x_3^2+x_4^2)(y_1^2+y_2^2+y_3^2+y_4^2)-(x_1y_1+x_2y_2+x_3y_3+x_4y_4)^2\\ =x_1^2y_2^2-2x_1x_2y_1y_2+x_2^2y_1^2\\ +x_2^2y_3^2-2x_2x_3y_2y_3+x_3^2y_2^2\\ +x_3^2y_4^2-2x_3x_4y_3y_4+x_4^2y_3^2\\ +x_4^2y_1^2-2x_1x_4y_1y_4+x_1^2y_4^2\\ + x_1^2y_3^2-2x_1x_3y_1y_3+ x_3^2y_1^2 \\ +x_2^2y_4^2-2x_2x_4y_2y_4+x_4^2y_2^2\\ =(x_1y_2-x_2y_1)^2 +(x_2y_3-x_3y_2)^2 +(x_3y_4-x_4y_3)^2 +(x_4y_1-x_1y_4)^2 +(x_1y_3-x_3y_1)^2 +(x_2y_4-x_4y_2)^2\\ =f(\vec{x},\vec{y})$$