Adjoint ad action: ad(A)(B) = [A, B]
The ad action of su(N) element A on another element B. This defines the map B ↦ [A, B].
Equations
- Newton.adjointAd A B = ⁅A, B⁆
Instances For
ad action preserves addition: ad(A)(B + C) = ad(A)(B) + ad(A)(C)
ad action preserves scalar multiplication: ad(A)(r • B) = r • ad(A)(B)
ad action preserves zero: ad(A)(0) = 0
ad action of zero is the zero map: ad(0)(B) = 0
ad action on self is zero: ad(A)(A) = 0
Antisymmetry of ad action: ad(A)(B) = -ad(B)(A)
Left linearity of ad action: ad(A + B) = ad(A) + ad(B)
Left scalar multiplication of ad action: ad(r • A) = r • ad(A)
Killing form expressed via ad action
The relation B(X, Y) = Tr(XY) holds.
Double application of ad action: ad(A)(ad(A)(B)) = [A, [A, B]]
Equations
- Newton.adjointAd2 A B = Newton.adjointAd A (Newton.adjointAd A B)
Instances For
Expansion of ad(A)^2(B) = [A, [A, B]]
ad(A)^2(A) = 0 (from Jacobi identity)