InnerProductGeometry.sin_angle
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {x y : V},
x ≠ 0 →
y ≠ 0 →
Real.sin (InnerProductGeometry.angle x y) = √(inner ℝ x x * inner ℝ y y - inner ℝ x y * inner ℝ x y) / (‖x‖ * ‖y‖)The sine of the angle between two vectors.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Norm.normstatement and proof · cited by 5,413
- mul_oneproof · cited by 3,885
- InnerProductSpacestatement and proof · cited by 3,523
- one_mulproof · cited by 2,841
- Inner.innerstatement · cited by 1,089
- one_ne_zeroproof · cited by 885
- ne_of_gtproof · cited by 637
- div_oneproof · cited by 629
- Real.sqrtstatement · cited by 545
- Real.sinstatement and proof · cited by 389
Cited by1
Results whose statement or proof uses this declaration.
- InnerProductGeometry.sin_angle_addproof · cited by 0