Mathlib Map

Theorems · Theorem · geometry

Orientation.inner_eq_zero_of_oangle_eq_pi_div_two

∀ {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}, o.oangle x y = ↑(Real.pi / 2) → inner ℝ x y = 0

If the oriented angle between two vectors is π / 2, the inner product of those vectors is zero.

Defined in
Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
Cited by
14 results in Mathlib
Foundations
Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceFact

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

EuclideanGeometry.angle_eq_pi_div_two_of_oangle_eq_pi_div_two · cited by 13EuclideanGeometry.angle_e…Orientation.inner_rev_eq_zero_of_oangle_eq_pi_div_two · cited by 12Orientation.inner_rev_eq_…Orientation.oangle_add_right_eq_arctan_of_oangle_eq_pi_div_two · cited by 2Orientation.oangle_add_ri…Orientation.norm_div_sin_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_sin_…Orientation.norm_div_tan_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_tan_…Orientation.tan_oangle_add_right_mul_norm_of_oangle_eq_pi_div_two · cited by 1Orientation.tan_oangle_ad…Orientation.tan_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.tan_oangle_ad…Orientation.cos_oangle_add_right_mul_norm_of_oangle_eq_pi_div_two · cited by 1Orientation.cos_oangle_ad…Orientation.cos_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.cos_oangle_ad…Orientation.oangle_add_right_eq_arccos_of_oangle_eq_pi_div_two · cited by 1Orientation.oangle_add_ri…Orientation.oangle_add_right_eq_arcsin_of_oangle_eq_pi_div_two · cited by 1Orientation.oangle_add_ri…Orientation.sin_oangle_add_right_mul_norm_of_oangle_eq_pi_div_two · cited by 1Orientation.sin_oangle_ad…Orientation.sin_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.sin_oangle_ad…Orientation.norm_div_cos_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_cos_…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceFact · cited by 2726FactReal.pi · cited by 1774Real.piModule.finrank · cited by 1770Module.finrankInner.inner · cited by 1089Inner.innerReal.Angle · cited by 518Real.AngleReal.Angle.coe · cited by 360Angle.coeOrientation · cited by 360OrientationOrientation.oangle · cited by 205Orientation.oangleOrientation.eq_zero_or_oangle_eq_iff_inner_eq_zero · cited by 3Orientation.eq_zero_or_oa…Orientation.inner_eq_zero_of_…CITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.