Mathlib Map

Theorems · Definition · geometry

EuclideanGeometry.angle

{V : Type u_1} →
  {P : Type u_2} →
    [inst : NormedAddCommGroup V] →
      [InnerProductSpace ℝ V] → [inst_2 : MetricSpace P] → [NormedAddTorsor V P] → P → P → P → ℝ

The undirected angle at p₂ between the line segments to p₁ and p₃. If either of those points equals p₂, this is π/2. Use open scoped EuclideanGeometry to access the ∠ p₁ p₂ p₃ notation.

Defined in
Mathlib.Geometry.Euclidean.Angle.Unoriented.Affine
Cited by
187 results in Mathlib
Foundations
Depth 189 from the axioms, rests on 4,724 definitions · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceMetricSpaceNormedAddTorsor

Around this declaration

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

EuclideanGeometry.angle_comm · cited by 36EuclideanGeometry.angle_c…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.angle_add_angle_add_angle_eq_pi · cited by 10EuclideanGeometry.angle_a…EuclideanGeometry.angle_self_left · cited by 8EuclideanGeometry.angle_s…Sbtw.angle₁₂₃_eq_pi · cited by 6Sbtw.angle₁₂₃_eq_piEuclideanGeometry.angle_add_angle_eq_pi_of_angle_eq_pi · cited by 6EuclideanGeometry.angle_a…EuclideanGeometry.angle_eq_pi_iff_sbtw · cited by 6EuclideanGeometry.angle_e…EuclideanGeometry.angle_self_of_ne · cited by 6EuclideanGeometry.angle_s…EuclideanGeometry.law_cos · cited by 5EuclideanGeometry.law_cosEuclideanGeometry.oangle_eq_of_dist_orthogonalProjection_eq · cited by 5EuclideanGeometry.oangle_…Wbtw.angle₂₁₃_eq_zero_of_ne · cited by 5Wbtw.angle₂₁₃_eq_zero_of_…AffineIsometry.angle_map · cited by 5AffineIsometry.angle_mapWbtw.angle₃₁₂_eq_zero_of_ne · cited by 4Wbtw.angle₃₁₂_eq_zero_of_…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorVSub.vsub · cited by 817VSub.vsubInnerProductGeometry.angle · cited by 170InnerProductGeometry.angleEuclideanGeometry.angleCITED BYCITES

Cites7

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.