Mathlib Map

Theorems · Theorem · linear algebra

sameRay_or_sameRay_neg_iff_not_linearIndependent

∀ {R : Type u_1} [inst : CommRing R] [inst_1 : LinearOrder R] [inst_2 : IsStrictOrderedRing R] {M : Type u_2}
  [inst_3 : AddCommGroup M] [inst_4 : Module R M] [Module.IsTorsionFree R M] {x y : M},
  SameRay R x y ∨ SameRay R x (-y) ↔ ¬LinearIndependent R ![x, y]

Two vectors are in the same ray, or the first is in the same ray as the negation of the second, if and only if they are not linearly independent.

Defined in
Mathlib.LinearAlgebra.Ray
Cited by
2 results in Mathlib
Foundations
Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingLinearOrderIsStrictOrderedRingAddCommGroupModuleModule.IsTorsionFree

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites37

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.