Theorems · Theorem · linear algebra
ray_eq_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] {v₁ v₂ : M} (hv₁ : v₁ ≠ 0) (hv₂ : v₂ ≠ 0),
rayOfNeZero R v₁ hv₁ = rayOfNeZero R v₂ hv₂ ↔ SameRay R v₁ v₂The rays given by two nonzero vectors are equal if and only if those vectors
satisfy SameRay.
- Defined in
- Mathlib.LinearAlgebra.Ray
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- PartialOrderstatement and proof · cited by 6,410
- IsStrictOrderedRingstatement and proof · cited by 2,490
- SameRaystatement · cited by 149
- Module.Raystatement · cited by 30
- rayOfNeZerostatement · cited by 22
- Quotient.eq'proof · cited by 14
Cited by8
Results whose statement or proof uses this declaration.
- Module.Basis.map_orientation_eq_det_inv_smulproof · cited by 3
- Module.Ray.ne_neg_selfproof · cited by 3
- Module.Ray.units_smul_of_posproof · cited by 2
- Module.Basis.orientation_eq_iff_det_posproof · cited by 2
- Module.Basis.orientation_eq_or_eq_negproof · cited by 2
- Orientation.volumeForm_zero_negproof · cited by 1
- Module.Basis.orientation_unitsSMulproof · cited by 1
- ray_pos_smulproof · cited by 0