InnerProductGeometry.angle_eq_angle_add_angle_iff
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {x y z : V},
y ≠ 0 →
(InnerProductGeometry.angle x z = InnerProductGeometry.angle x y + InnerProductGeometry.angle y z ↔
InnerProductGeometry.angle x z = Real.pi ∨ y ∈ Submodule.span NNReal {x, z})The triangle inequality on vectors x, y, z is an equality if and only if
angle x z = π, or y is a nonnegative linear combination of x and z.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Submodulestatement and proof · cited by 7,192
- Norm.normproof · cited by 5,413
- NNRealstatement and proof · cited by 4,310
- InnerProductSpacestatement and proof · cited by 3,523
- LT.lt.leproof · cited by 2,189
- Nat.cast_zeroproof · cited by 1,870
- Real.pistatement and proof · cited by 1,774
- Submodule.spanstatement and proof · cited by 1,504
- NNReal.toRealproof · cited by 1,260
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.