Documentation

Mathlib.Geometry.Euclidean.Angle.Unoriented.CrossProduct

Norm of cross-products #

This file proves InnerProductGeometry.norm_withLpEquiv_crossProduct, relating the norm of the cross-product of two real vectors with their individual norms.

The L2 norm of the cross product of two real vectors (of type EuclideanSpace ℝ (Fin 3)) equals the product of their individual norms times the sine of the angle between them.

The L2 norm of the cross product of two real vectors (of type Fin 3 → R) equals the product of their individual L2 norms times the sine of the angle between them.