Let $A$ be an $m \times n$ ($n \leq m$) matrix with real entries and orthonormal column vectors.
Claim: For $1 < k \leq n$, the sum of the squares of the $k\times k$ minors of $A$ is always $1$.
I have written some Matlab code and tried numerous cases and it seems to me that this claim is true. On the other hand, I could not find a reference for it nor be able to prove it. So, if you have a reference or an idea for a proof, I'd appreciate it immensely.
This result implies that the norm of the wedge product of $1< k \leq n$ orthonormal vectors in $\mathbb R^n$ is equal to $1$, case $k = n$ is trivial though.
Thanks.
EDIT: As indicated by the first response below this claim is obviously not true as stated. The claim should have stated instead that it holds for the sum of the squares of the $n \times n$ minors of any $m \times n$ matrix with orthonormal column vectors. The size of the minors should always match the number of vectors being wedged. Actually this gives a pretty good idea about a proof.