I want to ask you the following problem.
Let W denote the subgroup of permutation matrices in $SL_{n}(\mathbb{R})$. Show the following decomposition.
$SL_{n}(\mathbb{R})=\bigsqcup_{w\in W}LwU$
where L denotes all lower triangular matrices, and U denotes all upper triangular matrices.
I've found some similar statements in Decompose invertible matrix $A$ as $A = LPU$. (Artin, Chapter 2, Exercise M.11) and the http://en.wikipedia.org/wiki/Bruhat_decomposition. Especially, the first one is exactly the same with the problem above except the group the problem deal with : in the link, they deal with $GL_{n}(\mathbb{R})$.
I thought the problem has something wrong by the argument below :
When considering n=2 case, there exists only one permutation matrix - the identity matrix $I$ (if we regard a "permutation matrix" as the one earned by changing the rows of the identity matrix). Then, the decomposition says all the matrices with determinant 1(pick one of those, say A) can be decomposed as
$A = LU$ where $L = \begin{pmatrix} a_{1} & 0 \\ a_{2} & a_{3} \end{pmatrix} $ and $U = \begin{pmatrix} b_{1} & b_{2} \\ 0 & b_{3} \end{pmatrix}$ and $a_{1}, a_{3}, b_{1}, b_{3}$ are not zero.
Then, $A = \begin{pmatrix} a_{1}b_{1} & a_{1}b_{2} \\ a_{2}b_{1} & a_{2}b_{2}+a_{3}b_{3} \end{pmatrix}$, where $a_{1}b_{1}$ should not be zero. But there exists elements in $SL_{n}(\mathbb{R})$ whose first row, frist column entry is zero. After that I leanred that $S_{n}$ can be embedded into $SL_{n}$ natrually. Using this, I examined the case n=2 again. By an elementary eigenvalue argument says that $S_{2}$ can be embedded into $SL_{2}(\mathbb{R})$ in the only one way i.e. to {I, -I}. The only different thing is -I, but by the same argument above, there are elements that cannot be represented by above decomposition even we consider -I.(just the problem of sign, huh?)
After that I rather considered $PSL_{2}(\mathbb{R})$, not $SL_{2}(\mathbb{R})$ when n=2, and when n is odd, but I still don't get it, and at this moment I gave up.