Theorems · Theorem · linear algebra
Matrix.nonneg_mulVec_of_mem_rowStochastic
∀ {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} {x : n → R},
M ∈ Matrix.rowStochastic R n → (∀ (i : n), 0 ≤ x i) → ∀ (j : n), 0 ≤ M.mulVec x jRight multiplication of a row stochastic matrix by a non-negative vector gives a non-negative vector
- Defined in
- Mathlib.LinearAlgebra.Matrix.Stochastic
- Cited by
- 0 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.
Cites13
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
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Submonoidstatement · cited by 3,086
- Finset.sum_congrproof · cited by 2,323
- IsOrderedRingstatement and proof · cited by 777
- Matrix.mulVecstatement · cited by 267
- Finset.sum_nonnegproof · cited by 91
- Matrix.rowStochasticstatement and proof · cited by 18
- Left.mul_nonnegproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.