Theorems · Theorem · linear algebra
SameRay.exists_eq_smul
∀ {R : Type u_1} [inst : Field R] [inst_1 : LinearOrder R] [inst_2 : IsStrictOrderedRing R] {M : Type u_2}
[inst_3 : AddCommGroup M] [inst_4 : Module R M] {v₁ v₂ : M},
SameRay R v₁ v₂ → ∃ u a b, 0 ≤ a ∧ 0 ≤ b ∧ a + b = 1 ∧ v₁ = a • u ∧ v₂ = b • uIf vectors v₁ and v₂ are on the same ray, then they are nonnegative multiples of the same
vector. Actually, this vector can be assumed to be v₁ + v₂, see SameRay.exists_eq_smul_add.
- Defined in
- Mathlib.LinearAlgebra.Ray
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- IsStrictOrderedRingstatement and proof · cited by 2,490
- SameRaystatement and proof · cited by 149
- SameRay.exists_eq_smul_addproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- SameRay.norm_addproof · cited by 7
- SameRay.norm_subproof · cited by 2
- SameRay.norm_smul_eqproof · cited by 1