Theorems · Theorem · linear algebra
Function.Injective.sameRay_map_iff
∀ {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] {N : Type u_3} [inst_5 : AddCommMonoid N] [inst_6 : Module R N]
{x y : M} {F : Type u_6} [inst_7 : FunLike F M N] [LinearMapClass F R M N] {f : F},
Function.Injective ⇑f → (SameRay R (f x) (f y) ↔ SameRay R x y)The images of two vectors under an injective linear map are on the same ray if and only if the original vectors are on the same ray.
- Defined in
- Mathlib.LinearAlgebra.Ray
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- FunLikestatement and proof · cited by 2,560
- IsStrictOrderedRingstatement and proof · cited by 2,490
- map_zeroproof · cited by 1,614
- map_smulproof · cited by 566
- SameRaystatement · cited by 149
- LinearMapClassstatement and proof · cited by 25
Cited by3
Results whose statement or proof uses this declaration.
- Function.Injective.wSameSide_map_iffproof · cited by 2
- Function.Injective.wOppSide_map_iffproof · cited by 2
- SameRay.sameRay_map_iffproof · cited by 0