Mathlib Map

Theorems · Theorem · linear algebra

jacobi_cross

∀ {R : Type u_1} [inst : CommRing R] (u v w : Fin 3 → R),
  (crossProduct u) ((crossProduct v) w) + (crossProduct v) ((crossProduct w) u) +
      (crossProduct w) ((crossProduct u) v) =
    0

Jacobi identity: For a cross product of three vectors, their sum over the three even permutations is equal to the zero vector.

Defined in
Mathlib.LinearAlgebra.CrossProduct
Cited by
0 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Quot.sound
Assumes
CommRing

Around this declaration

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

Cites6

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.