Orientation.eq_zero_or_oangle_eq_iff_inner_eq_zero
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : Fact (Module.finrank ℝ V = 2)]
(o : Orientation ℝ V (Fin 2)) {x y : V},
x = 0 ∨ y = 0 ∨ o.oangle x y = ↑(Real.pi / 2) ∨ o.oangle x y = ↑(-Real.pi / 2) ↔ inner ℝ x y = 0One of two vectors is zero or the oriented angle between them is plus or minus π / 2 if
and only if the inner product of those vectors is zero.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 282 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.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- Factstatement and proof · cited by 2,726
- Real.pistatement and proof · cited by 1,774
- Module.finrankstatement and proof · cited by 1,770
- Inner.innerstatement and proof · cited by 1,089
- Real.Anglestatement and proof · cited by 518
- Real.Angle.coestatement and proof · cited by 360
- Orientationstatement and proof · cited by 360
- Orientation.oanglestatement and proof · cited by 205
- InnerProductGeometry.angleproof · cited by 170
Cited by3
Results whose statement or proof uses this declaration.
- Orientation.inner_eq_zero_of_oangle_eq_pi_div_twoproof · cited by 14
- Orientation.inner_eq_zero_of_oangle_eq_neg_pi_div_twoproof · cited by 2
- Orientation.inner_eq_zero_iff_eq_zero_or_eq_smul_rotation_pi_div_twoproof · cited by 1