InnerProductGeometry.sin_angle_mul_norm_mul_norm
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] (x y : V),
Real.sin (InnerProductGeometry.angle x y) * (‖x‖ * ‖y‖) = √(inner ℝ x x * inner ℝ y y - inner ℝ x y * inner ℝ x y)The sine of the angle between two vectors, multiplied by the product of their norms.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 193 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- eq_or_neproof · cited by 1,117
- Inner.innerstatement and proof · cited by 1,089
- sub_selfproof · cited by 996
- sub_zeroproof · cited by 938
Cited by2
Results whose statement or proof uses this declaration.
- InnerProductGeometry.sin_angle_mul_norm_eq_sin_angle_mul_normproof · cited by 2
- InnerProductGeometry.sin_angleproof · cited by 1