Theorems · Theorem · linear algebra
SameRay.sameRay_nonneg_smul_right
∀ {R : Type u_1} [inst : CommSemiring R] [inst_1 : PartialOrder R] [inst_2 : IsStrictOrderedRing R] {M : Type u_2}
[inst_3 : AddCommMonoid M] [inst_4 : Module R M] {S : Type u_5} [inst_5 : CommSemiring S] [inst_6 : PartialOrder S]
[inst_7 : Algebra S R] [inst_8 : Module S M] [SMulPosMono S R] [IsScalarTower S R M] {a : S} (v : M),
0 ≤ a → SameRay R v (a • v)A vector is in the same ray as a nonnegative multiple of itself.
- Defined in
- Mathlib.LinearAlgebra.Ray
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- Algebra.algebraMapproof · cited by 4,706
- IsScalarTowerstatement and proof · cited by 3,896
- Nat.cast_oneproof · cited by 2,501
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_smulproof · cited by 716
- zero_lt_oneproof · cited by 598
Cited by6
Results whose statement or proof uses this declaration.
- SameRay.sameRay_nonneg_smul_leftproof · cited by 7
- exists_nonneg_left_iff_sameRayproof · cited by 4
- SameRay.nonneg_smul_rightproof · cited by 4
- SameRay.sameRay_pos_smul_rightproof · cited by 2
- sameRay_smul_right_iffproof · cited by 2
- Wbtw.sameRay_vsub_rightproof · cited by 0