In An Introduction to Manifolds, Tu defines:
"Denote $V^{k} = V \times \dots \times V$ the Cartesian product of k copies of a real vector space V. A function $f: V^{k} \mapsto \mathbb{R}$ is k-linear if it is linear in each of its k arguments."
As one goes on, the symmetric and alternating k-linear functions are clearly important examples. Are they the only examples, or are there other k-linear functions?
My attempt at understanding this: imagine we only swap two elements (the first and last WLOG), leaving the rest in the same position. Let $f(v_1, \dots, v_n) = \lambda f(v_n, \dots, v_1)$ for some $\lambda \in \mathbb{R}, \lambda \notin {-1,0,1}$. Then, $f(v_1, \dots, v_n) = \lambda f(v_n, \dots, v_1) = \lambda^{2} f(v_1, \dots, v_n)$. Thus, $f(v_1, \dots, v_n) = 0$.
Is this logic in scaling by $\lambda$ sound, or am I missing something? Overall, I could not find much information on the classification of all k-linear functions, so I am trying to get information on that.