4

I'm stuck in this problem.

Prove the set $P$ of $n×n$ permutation matrices spans a subspace of dimension $(n−1)^2+1$

Lord Soth
  • 7,860
  • 21
  • 37
matok
  • 73

2 Answers2

4

Remark that if $M\in \mathit{Span}(P)$, then there is $\lambda$ such that for all line or column $x$ of $M$, the sum of elements of $x$ is $\lambda$.

Let $V$ be the space of matrices verifying this condition, we have $\mathit{Span}(P)\subseteq V$, and every $M\in V$ is uniquely defined by the $M(i,j)$ with $0\leq i,j\leq n-1$, together with the sum $\lambda$. It implies that $\mathrm{dim}(\mathit{Span}(P))\leq\mathrm{dim}(V)= (n-1)^2+1$.

For the other direction, it suffices to show that $\mathrm{dim}(\mathit{Span}(P))\geq (n-1)^2+1$.

For this, you can verify that the following set of matrices are independent: $\mathit{Id}$, $\tau_{1,x}$, $(1,x,y)$, where $1\neq x\neq y\neq 1$. The last argument is from here.

Denis
  • 7,223
0

Hint: Note that in any linear combination of permutation matrices rows and columns have the same sum.

S.B.
  • 3,375