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) =
0Jacobi 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.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- crossProductstatement · cited by 27
- lie_jacobiproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.