Mathlib Map

Theorems · Definition · geometry

EuclideanGeometry.oangle

{V : Type u_1} →
  {P : Type u_2} →
    [inst : NormedAddCommGroup V] →
      [inst_1 : InnerProductSpace ℝ V] →
        [inst_2 : MetricSpace P] →
          [NormedAddTorsor V P] →
            [hd2 : Fact (Module.finrank ℝ V = 2)] → [Module.Oriented ℝ V (Fin 2)] → P → P → P → Real.Angle

The oriented angle at p₂ between the line segments to p₁ and p₃, modulo 2 * π. If either of those points equals p₂, this is 0. See EuclideanGeometry.angle for the corresponding unoriented angle definition.

Defined in
Mathlib.Geometry.Euclidean.Angle.Oriented.Affine
Cited by
188 results in Mathlib
Foundations
Depth 252 from the axioms, rests on 7,313 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceMetricSpaceNormedAddTorsorFactModule.Oriented

Around this declaration

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

EuclideanGeometry.oangle_rotate_sign · cited by 27EuclideanGeometry.oangle_…EuclideanGeometry.oangle_eq_angle_of_sign_eq_one · cited by 24EuclideanGeometry.oangle_…EuclideanGeometry.angle_eq_pi_div_two_of_oangle_eq_pi_div_two · cited by 13EuclideanGeometry.angle_e…EuclideanGeometry.angle_rev_eq_pi_div_two_of_oangle_eq_pi_div_two · cited by 12EuclideanGeometry.angle_r…EuclideanGeometry.oangle.congr_simp · cited by 9oangle.congr_simpEuclideanGeometry.left_ne_of_oangle_eq_pi_div_two · cited by 9EuclideanGeometry.left_ne…EuclideanGeometry.oangle_rev · cited by 8EuclideanGeometry.oangle_…EuclideanGeometry.oangle_self_right · cited by 7EuclideanGeometry.oangle_…Sbtw.oangle_eq_right · cited by 6Sbtw.oangle_eq_rightSbtw.oangle_eq_left · cited by 5Sbtw.oangle_eq_leftEuclideanGeometry.oangle_eq_of_dist_orthogonalProjection_eq · cited by 5EuclideanGeometry.oangle_…EuclideanGeometry.oangle_self_left · cited by 5EuclideanGeometry.oangle_…EuclideanGeometry.right_ne_of_oangle_eq_pi_div_two · cited by 5EuclideanGeometry.right_n…EuclideanGeometry.left_ne_of_oangle_ne_zero · cited by 4EuclideanGeometry.left_ne…EuclideanGeometry.left_ne_right_of_oangle_ne_zero · cited by 4EuclideanGeometry.left_ne…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceFact · cited by 2726FactModule.finrank · cited by 1770Module.finrankMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorVSub.vsub · cited by 817VSub.vsubReal.Angle · cited by 518Real.AngleOrientation.oangle · cited by 205Orientation.oangleModule.Oriented · cited by 190Module.OrientedEuclideanGeometry.o · cited by 48EuclideanGeometry.oEuclideanGeometry.oangleCITED BYCITES

Cites12

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

Cited by188

Results whose statement or proof uses this declaration.