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.

@[deprecated InnerProductGeometry.norm_ofLp_crossProduct (since := "2025-05-04")]

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.

@[deprecated InnerProductGeometry.norm_toLp_symm_crossProduct (since := "2025-05-04")]

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.