Theorems · Theorem · linear algebra
SameRay.add_left
∀ {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] {x y z : M}, SameRay R x z → SameRay R y z → SameRay R (x + y) zIf x and y are on the same ray as z, then so is x + y.
- Defined in
- Mathlib.LinearAlgebra.Ray
- Cited by
- 2 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.
Cites17
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
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- Algebra.algebraMapproof · cited by 4,706
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- eq_or_neproof · cited by 1,117
- mul_posproof · cited by 374
Cited by2
Results whose statement or proof uses this declaration.
- lt_norm_sub_of_not_sameRayproof · cited by 2
- SameRay.add_rightproof · cited by 0