Theorems · Theorem · linear algebra
SameRay.exists_eq_smul_add
∀ {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₂ → ∃ a b, 0 ≤ a ∧ 0 ≤ b ∧ a + b = 1 ∧ v₁ = a • (v₁ + v₂) ∧ v₂ = b • (v₁ + v₂)If vectors v₁ and v₂ are on the same ray, then for some nonnegative a b, a + b = 1, we
have v₁ = a • (v₁ + v₂) and v₂ = b • (v₁ + v₂).
- Defined in
- Mathlib.LinearAlgebra.Ray
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 45 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.
- 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
- add_zeroproof · cited by 2,707
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- LT.lt.leproof · cited by 2,189
- add_commproof · cited by 1,535
- LT.lt.ne'proof · cited by 1,417
- one_smulproof · cited by 1,374
- zero_smulproof · cited by 716
Cited by3
Results whose statement or proof uses this declaration.
- SameRay.exists_eq_smulproof · cited by 3
- AffineSubspace.wOppSide_self_iffproof · cited by 1
- mem_segment_iff_sameRayproof · cited by 0