Theorems · Theorem · linear algebra
exists_eq_sum_perm_of_mem_doublyStochastic
∀ {R : Type u_1} {n : Type u_2} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : Field R] [inst_3 : LinearOrder R]
[inst_4 : IsStrictOrderedRing R] {M : Matrix n n R},
M ∈ doublyStochastic R n →
∃ w, (∀ (σ : Equiv.Perm n), 0 ≤ w σ) ∧ ∑ σ, w σ = 1 ∧ ∑ σ, w σ • Equiv.Perm.permMatrix R σ = MIf M is a doubly stochastic matrix, then it is a convex combination of permutation matrices. Note
doublyStochastic_eq_convexHull_permMatrix shows doublyStochastic n is exactly the convex hull of
the permutation matrices, and this lemma is instead most useful for accessing the coefficients of
each permutation matrices directly.
- Defined in
- Mathlib.Analysis.Convex.Birkhoff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetproof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- mul_oneproof · cited by 3,885
- Finset.univstatement and proof · cited by 3,473
- Submonoidstatement · cited by 3,086
- IsStrictOrderedRingstatement and proof · cited by 2,490
Cited by1
Results whose statement or proof uses this declaration.
- doublyStochastic_eq_convexHull_permMatrixproof · cited by 2