Mathlib Map

Theorems · Theorem · geometry

InnerProductGeometry.angle_eq_angle_add_add_angle_add

∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] (x : V) {y : V},
  y ≠ 0 → InnerProductGeometry.angle x y = InnerProductGeometry.angle x (x + y) + InnerProductGeometry.angle y (x + y)

In a parallelogram, the two parts of the inner angle add to the inner angle, vector angle form.

Defined in
Mathlib.Geometry.Euclidean.Triangle
Cited by
2 results in Mathlib
Foundations
Depth 198 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.

Cites45

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

Cited by2

Results whose statement or proof uses this declaration.