Mathlib Map

Theorems · Theorem · geometry

Orientation.oangle_sign_sub_right_swap

∀ {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 y (y - x)).sign = (o.oangle x y).sign

Subtracting the first vector passed to oangle from the second vector then swapping the vectors does not change the sign of the angle.

Defined in
Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
Cited by
13 results in Mathlib
Foundations
Depth 285 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.

Orientation.norm_div_sin_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_sin_…Orientation.oangle_sub_right_eq_arccos_of_oangle_eq_pi_div_two · cited by 1Orientation.oangle_sub_ri…Orientation.norm_div_tan_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_tan_…Orientation.norm_eq_of_two_zsmul_oangle_sub_eq · cited by 1Orientation.norm_eq_of_tw…Orientation.oangle_sub_right_eq_arcsin_of_oangle_eq_pi_div_two · cited by 1Orientation.oangle_sub_ri…Orientation.oangle_sub_right_eq_arctan_of_oangle_eq_pi_div_two · cited by 1Orientation.oangle_sub_ri…Orientation.sin_oangle_sub_right_mul_norm_of_oangle_eq_pi_div_two · cited by 1Orientation.sin_oangle_su…Orientation.tan_oangle_sub_right_mul_norm_of_oangle_eq_pi_div_two · cited by 1Orientation.tan_oangle_su…Orientation.tan_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.tan_oangle_su…Orientation.cos_oangle_sub_right_mul_norm_of_oangle_eq_pi_div_two · cited by 1Orientation.cos_oangle_su…Orientation.cos_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.cos_oangle_su…Orientation.norm_div_cos_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_cos_…Orientation.sin_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.sin_oangle_su…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceFact · cited by 2726FactModule.finrank · cited by 1770Module.finrankReal.Angle · cited by 518Real.AngleOrientation · cited by 360OrientationSignType · cited by 318SignTypeOrientation.oangle · cited by 205Orientation.oangleReal.Angle.sign · cited by 158Angle.signOrientation.oangle_rev · cited by 42Orientation.oangle_revReal.Angle.sign_neg · cited by 15Angle.sign_negOrientation.oangle_sign_sub_right_eq_neg · cited by 1Orientation.oangle_sign_s…Orientation.oangle_sign_sub_r…CITED BYCITES

Cites13

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

Cited by13

Results whose statement or proof uses this declaration.