Uniqueness of the Cartan decomposition #
Given K as the fraction field of a DVR R with uniformizer ϖ, the Cartan decomposition says
that any matrix g ∈ GL(n,K) can be written as a product k₁ * diag * k₂, where kᵢ ∈ GL(n,R)
and diag is a diagonal matrix with entries decreasing powers of the uniformizer.
In this file we show that the diagonal matrix diag is unique, independently of the choice
of a uniformizer ϖ. More precisely, if
k₁ * diag(ϖ, f) * k₂ = m₁ * diag(ϖ', f') * m₂ for two uniformizers ϖ, ϖ' and f and f' are
antitone, then f = f' (see cartan_decomposition_unique_uniformizer`).
A form more commonly seen in the literature is the following: GL₂(K) admits a decomposition
as a disjoint union of double cosets GL₂(R) * diag * GL₂(R) where diag is as above. For
completeness, this is stated as iUnion₂_doset_cartanDiag_eq_univ and
disjoint_doset_cartanDiag_of_ne below.
The cartan decomposition is unique.
GL₂ is the union of the double cosets GL₂(R) * D * GL₂(R) where D runs through
all diagonal matrices with entries of the form ϖ ^ n with descending n.
This is a disjoint union (see disjoint_doset_cartanDiag_of_ne).
The double cosets GL₂(R) * D * GL₂(R), where D runs through
all diagonal matrices with entries of the form ϖ ^ n with descending n, are pairwise
disjoint.
The Cartan decomposition is unique, independent of the choice of a uniformizer.