Mathlib Map

Theorems · Theorem · linear algebra

InnerProductGeometry.norm_ofLp_crossProduct

∀ (a b : EuclideanSpace ℝ (Fin 3)),
  ‖WithLp.toLp 2 ((crossProduct a.ofLp) b.ofLp)‖ = ‖a‖ * ‖b‖ * Real.sin (InnerProductGeometry.angle a b)

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.

Defined in
Mathlib.Geometry.Euclidean.Angle.Unoriented.CrossProduct
Cited by
1 results in Mathlib
Foundations
Depth 227 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites32

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.