Mathlib Map

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
Assumes
CommSemiringPartialOrderIsStrictOrderedRingAddCommMonoidModuleCommSemiringPartialOrderAlgebraModuleSMulPosMonoIsScalarTower

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.

Cited by6

Results whose statement or proof uses this declaration.