InnerProductGeometry.cos_angle_mul_norm_mul_norm
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] (x y : V),
Real.cos (InnerProductGeometry.angle x y) * (‖x‖ * ‖y‖) = inner ℝ x yThe cosine of the angle between two vectors, multiplied by the product of their norms.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 191 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- InnerProductSpacestatement and proof · cited by 3,523
- Inner.innerstatement and proof · cited by 1,089
- Real.cosstatement · cited by 424
- InnerProductGeometry.anglestatement · cited by 170
- inner_zero_leftproof · cited by 59
- inner_zero_rightproof · cited by 40
- div_mul_cancel_of_impproof · cited by 5
- InnerProductGeometry.cos_angleproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- InnerProductGeometry.norm_ofLp_crossProductproof · cited by 1