Mathlib Map

Theorems · Theorem · geometry

InnerProductGeometry.angle_eq_pi_iff

∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {x y : V},
  InnerProductGeometry.angle x y = Real.pi ↔ x ≠ 0 ∧ ∃ r < 0, y = r • x

The angle between two vectors is π if and only if they are nonzero and one is a negative multiple of the other.

Defined in
Mathlib.Geometry.Euclidean.Angle.Unoriented.Basic
Cited by
8 results in Mathlib
Foundations
Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpace

Around this declaration

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

Cites13

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

Cited by8

Results whose statement or proof uses this declaration.