Theorems · Theorem · linear algebra
sum_row_of_mem_doublyStochastic
∀ {R : Type u_1} {n : Type u_2} [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : Semiring R]
[inst_3 : PartialOrder R] [inst_4 : IsOrderedRing R] {M : Matrix n n R},
M ∈ doublyStochastic R n → ∀ (i : n), ∑ j, M i j = 1Each row sum of a doubly stochastic matrix is 1.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement · cited by 3,473
- Submonoidstatement · cited by 3,086
- IsOrderedRingstatement and proof · cited by 777
- doublyStochasticstatement and proof · cited by 22
- mem_doublyStochastic_iff_sumproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- exists_eq_sum_perm_of_mem_doublyStochasticproof · cited by 1
- le_one_of_mem_doublyStochasticproof · cited by 0