Mathlib Map

Theorems · Theorem · geometry

Orientation.oangle_eq_angle_of_sign_eq_one

∀ {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).sign = 1 → o.oangle x y = ↑(InnerProductGeometry.angle x y)

The oriented angle between two vectors equals the unoriented angle if the sign is positive.

Defined in
Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
Cited by
25 results in Mathlib
Foundations
Depth 281 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.oangle_eq_angle_of_sign_eq_one · cited by 24EuclideanGeometry.oangle_…Orientation.oangle_add_right_eq_arctan_of_oangle_eq_pi_div_two · cited by 2Orientation.oangle_add_ri…Orientation.oangle_sub_right_eq_arccos_of_oangle_eq_pi_div_two · cited by 1Orientation.oangle_sub_ri…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.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.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.norm_div_cos_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_cos_…Orientation.norm_div_cos_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_cos_…Orientation.norm_div_sin_oangle_add_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_sin_…Orientation.norm_div_sin_oangle_sub_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.norm_div_tan_oangle_sub_right_of_oangle_eq_pi_div_two · cited by 1Orientation.norm_div_tan_…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceFact · cited by 2726FactModule.finrank · cited by 1770Module.finrankReal.Angle · cited by 518Real.AngleReal.Angle.coe · cited by 360Angle.coeOrientation · cited by 360Orientationnot_le · cited by 328not_leSignType · cited by 318SignTypeOrientation.oangle · cited by 205Orientation.oangleInnerProductGeometry.angle · cited by 170InnerProductGeometry.angleReal.Angle.sign · cited by 158Angle.signneg_eq_iff_eq_neg · cited by 60neg_eq_iff_eq_negOrientation.oangle.congr_simp · cited by 41oangle.congr_simpOrientation.oangle_eq_angle_o…CITED BYCITES

Cites24

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

Cited by25

Results whose statement or proof uses this declaration.