PhyslibSearch

Physlib.Relativity.Tensors.RealTensor.Vector.MinkowskiProduct

29 declarations

definition

Minkowski product of Lorentz vectors pp and qq

#minkowskiProductMap

For a given spatial dimension dd, the Minkowski product of two Lorentz vectors p,qVectordp, q \in \text{Vector}_d is the real-valued scalar defined by the contraction of the Minkowski metric tensor ημν\eta_{\mu\nu} with the vectors pμp^\mu and qνq^\nu. Following the ++ - - - \dots metric signature convention, the product is given by: pq=p0q0i=1dpiqip \cdot q = p^0 q^0 - \sum_{i=1}^d p^i q^i where p0,q0p^0, q^0 are the temporal components and pi,qip^i, q^i are the spatial components of the vectors. In the formal implementation, this is calculated by taking the tensor product of the metric η\eta and the vectors pp and qq, contracting the corresponding indices, and converting the resulting rank-0 tensor into a real number.

theorem

Coordinate Formula for the Minkowski Product pqp \cdot q

#minkowskiProductMap_toCoord

For any spatial dimension dNd \in \mathbb{N} and Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product is given by the coordinate formula: pq=p0q0i=0d1piqi p \cdot q = p^0 q^0 - \sum_{i=0}^{d-1} p^i q^i where p0p^0 and q0q^0 are the temporal components (indexed by inl 0\text{inl } 0) and pi,qip^i, q^i are the spatial components (indexed by inr i\text{inr } i for i{0,,d1}i \in \{0, \dots, d-1\}).

theorem

The Minkowski Product is Symmetric: pq=qpp \cdot q = q \cdot p

#minkowskiProductMap_symm

For any spatial dimension dNd \in \mathbb{N} and any Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product is symmetric, satisfying: pq=qpp \cdot q = q \cdot p where \cdot denotes the Minkowski product `minkowskiProductMap`.

theorem

(p+q)r=pr+qr(p + q) \cdot r = p \cdot r + q \cdot r

#minkowskiProductMap_add_fst

For any spatial dimension dNd \in \mathbb{N} and Lorentz vectors p,q,rVectordp, q, r \in \text{Vector}_d, the Minkowski product satisfies additivity in its first argument: (p+q)r=pr+qr(p + q) \cdot r = p \cdot r + q \cdot r where \cdot denotes the Minkowski product pq=p0q0i=1dpiqip \cdot q = p^0 q^0 - \sum_{i=1}^d p^i q^i.

theorem

p(q+r)=pq+prp \cdot (q + r) = p \cdot q + p \cdot r

#minkowskiProductMap_add_snd

For any spatial dimension dNd \in \mathbb{N} and Lorentz vectors p,q,rVectordp, q, r \in \text{Vector}_d, the Minkowski product satisfies additivity in its second argument: p(q+r)=pq+prp \cdot (q + r) = p \cdot q + p \cdot r where \cdot denotes the Minkowski product, defined using the (+1,1,,1)(+1, -1, \dots, -1) metric signature as pq=p0q0i=1dpiqip \cdot q = p^0 q^0 - \sum_{i=1}^d p^i q^i.

theorem

(cp)q=c(pq)(c \cdot p) \cdot q = c (p \cdot q) for the Minkowski product

#minkowskiProductMap_smul_fst

For any spatial dimension dNd \in \mathbb{N}, any scalar cRc \in \mathbb{R}, and any two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product of cpc \cdot p and qq satisfies: (cp)q=c(pq) (c \cdot p) \cdot q = c (p \cdot q) where pqp \cdot q denotes the Minkowski product, defined by the metric signature (+1,1,,1)(+1, -1, \dots, -1) as p0q0i=1dpiqip^0 q^0 - \sum_{i=1}^d p^i q^i.

theorem

p(cq)=c(pq)p \cdot (c \cdot q) = c (p \cdot q) for the Minkowski product

#minkowskiProductMap_smul_snd

For any spatial dimension dNd \in \mathbb{N}, any scalar cRc \in \mathbb{R}, and any two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product of pp and cqc \cdot q satisfies: p(cq)=c(pq) p \cdot (c \cdot q) = c (p \cdot q) where the Minkowski product pqp \cdot q is defined by the metric signature (+1,1,,1)(+1, -1, \dots, -1) as p0q0i=1dpiqip^0 q^0 - \sum_{i=1}^d p^i q^i, with p0,q0p^0, q^0 being the temporal components and pi,qip^i, q^i the spatial components.

definition

Continuous bilinear Minkowski product ,m\langle \cdot, \cdot \rangle_m

#minkowskiProduct

For a given spatial dimension dNd \in \mathbb{N}, the Minkowski product is the continuous bilinear map from the space of Lorentz vectors Vectord\text{Vector}_d to its dual space (the space of continuous linear forms on Vectord\text{Vector}_d). Given two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the product is defined by the metric signature (+1,1,,1)(+1, -1, \dots, -1) as: p,qm=p0q0i=1dpiqi\langle p, q \rangle_m = p^0 q^0 - \sum_{i=1}^d p^i q^i where p0,q0p^0, q^0 represent the temporal components and pi,qip^i, q^i represent the spatial components. This definition provides the continuous linear map version of the underlying Minkowski scalar product.

definition

Notation for the Minkowski product p,qm\langle p, q \rangle_m

#term⟪_,_⟫ₘ

The notation p,qm\langle p, q \rangle_m denotes the Minkowski product of two Lorentz vectors pp and qq of dimension dd, which evaluates to a real number.

theorem

p,qm=pq\langle p, q \rangle_m = p \cdot q

#minkowskiProduct_apply

For any spatial dimension dNd \in \mathbb{N} and any two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the value of the continuous bilinear Minkowski product p,qm\langle p, q \rangle_m evaluated at pp and qq is equal to the value defined by the Minkowski product map pqp \cdot q. Here, Vectord\text{Vector}_d is the space of Lorentz vectors of dimension dd, and the product represents the contraction of the vectors with the Minkowski metric.

theorem

p,qm=q,pm\langle p, q \rangle_m = \langle q, p \rangle_m

#minkowskiProduct_symm

For any spatial dimension dNd \in \mathbb{N} and any two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the continuous bilinear Minkowski product ,m\langle \cdot, \cdot \rangle_m is symmetric, satisfying: p,qm=q,pm\langle p, q \rangle_m = \langle q, p \rangle_m

theorem

Coordinate formula for p,qm\langle p, q \rangle_m

#minkowskiProduct_toCoord

For any spatial dimension dNd \in \mathbb{N} and Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product p,qm\langle p, q \rangle_m is given by the coordinate formula: p,qm=p0q0i=0d1piqi\langle p, q \rangle_m = p^0 q^0 - \sum_{i=0}^{d-1} p^i q^i where p0,q0p^0, q^0 represent the temporal components (indexed by inl 0\text{inl } 0) and pi,qip^i, q^i represent the spatial components (indexed by inr i\text{inr } i for i{0,,d1}i \in \{0, \dots, d-1\}).

theorem

p,qm=μημμpμqμ\langle p, q \rangle_m = \sum_{\mu} \eta_{\mu\mu} p^\mu q^\mu

#minkowskiProduct_toCoord_minkowskiMatrix

For any spatial dimension dNd \in \mathbb{N} and Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product p,qm\langle p, q \rangle_m is equal to the sum over all spacetime indices μ\mu of the product of the diagonal entries of the Minkowski matrix η\eta and the components of the vectors pp and qq at those indices: p,qm=μημμpμqμ\langle p, q \rangle_m = \sum_{\mu} \eta_{\mu\mu} p^\mu q^\mu where μFin 1Fin d\mu \in \text{Fin } 1 \oplus \text{Fin } d indices the time and space components, and η\eta is the Minkowski matrix diag(1,1,,1)\mathrm{diag}(1, -1, \dots, -1).

theorem

Lorentz Invariance of the Minkowski Product: Λp,Λqm=p,qm\langle \Lambda p, \Lambda q \rangle_m = \langle p, q \rangle_m

#minkowskiProduct_invariant

For any spatial dimension dNd \in \mathbb{N}, any two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, and any element Λ\Lambda of the Lorentz group LorentzGroup(d)\text{LorentzGroup}(d), the Minkowski product ,m\langle \cdot, \cdot \rangle_m is invariant under the action of Λ\Lambda. That is, Λp,Λqm=p,qm\langle \Lambda \cdot p, \Lambda \cdot q \rangle_m = \langle p, q \rangle_m where Λp\Lambda \cdot p and Λq\Lambda \cdot q represent the transformed vectors under the Lorentz group action.

theorem

p,qm=p0q0p,qR\langle p, q \rangle_m = p^0 q^0 - \langle \mathbf{p}, \mathbf{q} \rangle_{\mathbb{R}}

#minkowskiProduct_eq_timeComponent_spatialPart

For any spatial dimension dNd \in \mathbb{N} and any two Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the Minkowski product p,qm\langle p, q \rangle_m is equal to the product of their temporal components minus the Euclidean inner product of their spatial parts: p,qm=p0q0p,qR\langle p, q \rangle_m = p^0 q^0 - \langle \mathbf{p}, \mathbf{q} \rangle_{\mathbb{R}} where p0,q0p^0, q^0 are the time components and p,qRd\mathbf{p}, \mathbf{q} \in \mathbb{R}^d are the spatial parts of pp and qq, respectively.

theorem

p,pm=p02p2\langle p, p \rangle_m = \|p^0\|^2 - \|\mathbf{p}\|^2

#minkowskiProduct_self_eq_timeComponent_spatialPart

For any spatial dimension dNd \in \mathbb{N} and any Lorentz vector pVectordp \in \text{Vector}_d, the Minkowski product of pp with itself is equal to the square of the norm of its temporal component minus the square of the norm of its spatial part: p,pm=p02p2\langle p, p \rangle_m = \|p^0\|^2 - \|\mathbf{p}\|^2 where p0Rp^0 \in \mathbb{R} is the time component and pRd\mathbf{p} \in \mathbb{R}^d is the spatial part of the vector pp.

theorem

p,pm(p0)2\langle p, p \rangle_m \leq (p^0)^2

#minkowskiProduct_self_le_timeComponent_sq

For any spatial dimension dNd \in \mathbb{N} and any Lorentz vector pVectordp \in \text{Vector}_d, the Minkowski product of pp with itself is less than or equal to the square of its temporal component: p,pm(p0)2\langle p, p \rangle_m \leq (p^0)^2 where ,m\langle \cdot, \cdot \rangle_m is the Minkowski product and p0p^0 is the time component of the vector pp.

theorem

basis μ,pm=ημμpμ\langle \text{basis } \mu, p \rangle_m = \eta_{\mu\mu} p^\mu

#minkowskiProduct_basis_left

For any spatial dimension dNd \in \mathbb{N}, Lorentz vector pVectordp \in \text{Vector}_d, and index μFin 1Fin d\mu \in \text{Fin } 1 \oplus \text{Fin } d, the Minkowski product of the μ\mu-th standard basis vector and pp is given by: basis μ,pm=ημμpμ\langle \text{basis } \mu, p \rangle_m = \eta_{\mu\mu} p^\mu where basis μ\text{basis } \mu is the μ\mu-th standard coordinate basis vector, ημμ\eta_{\mu\mu} is the μ\mu-th diagonal entry of the Minkowski matrix diag(1,1,,1)\mathrm{diag}(1, -1, \dots, -1), and pμp^\mu is the μ\mu-th component of the vector pp.

theorem

p,basis μm=ημμpμ\langle p, \text{basis } \mu \rangle_m = \eta_{\mu\mu} p^\mu

#minkowskiProduct_basis_right

For any spatial dimension dNd \in \mathbb{N}, Lorentz vector pVectordp \in \text{Vector}_d, and index μFin 1Fin d\mu \in \text{Fin } 1 \oplus \text{Fin } d, the Minkowski product of pp and the μ\mu-th standard basis vector is given by: p,basis μm=ημμpμ\langle p, \text{basis } \mu \rangle_m = \eta_{\mu\mu} p^\mu where basis μ\text{basis } \mu is the μ\mu-th standard coordinate basis vector, ημμ\eta_{\mu\mu} is the μ\mu-th diagonal entry of the Minkowski matrix diag(1,1,,1)\mathrm{diag}(1, -1, \dots, -1), and pμp^\mu is the μ\mu-th component of the vector pp.

theorem

(q,p,qm=0)    p=0(\forall q, \langle p, q \rangle_m = 0) \iff p = 0

#minkowskiProduct_eq_zero_forall_iff

For any spatial dimension dNd \in \mathbb{N} and any Lorentz vector pVectordp \in \text{Vector}_d, the Minkowski product p,qm\langle p, q \rangle_m is equal to zero for all vectors qVectordq \in \text{Vector}_d if and only if p=0p = 0. Here, Vectord\text{Vector}_d is the space of (d+1)(d+1)-dimensional vectors (one temporal and dd spatial components), and ,m\langle \cdot, \cdot \rangle_m denotes the Minkowski scalar product defined by the metric signature (1,1,,1)(1, -1, \dots, -1).

theorem

(p,q,f(p),qm=p,qm)    f=id(\forall p, q, \langle f(p), q \rangle_m = \langle p, q \rangle_m) \iff f = \text{id}

#map_minkowskiProduct_eq_self_forall_iff

For any spatial dimension dNd \in \mathbb{N} and any linear map f:VectordVectordf : \text{Vector}_d \to \text{Vector}_d on the space of Lorentz vectors, the Minkowski product satisfies f(p),qm=p,qm\langle f(p), q \rangle_m = \langle p, q \rangle_m for all vectors p,qVectordp, q \in \text{Vector}_d if and only if ff is the identity map id\text{id}. Here, ,m\langle \cdot, \cdot \rangle_m denotes the Minkowski scalar product defined by the metric signature (+1,1,,1)(+1, -1, \dots, -1).

definition

Adjoint of a linear map ff with respect to the Minkowski product

#adjoint

For a given spatial dimension dNd \in \mathbb{N}, the adjoint of a linear map f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d with respect to the Minkowski product is defined as the linear map whose matrix representation relative to the standard basis is the Minkowski dual of the matrix of ff. Specifically, if Λ\Lambda is the matrix of ff with respect to the standard basis, the adjoint is the linear map corresponding to the matrix ηΛTη\eta \Lambda^T \eta, where η=diag(1,1,,1)\eta = \text{diag}(1, -1, \dots, -1) is the Minkowski metric matrix.

theorem

f(p),qm=p,f(q)m\langle f(p), q \rangle_m = \langle p, f^\dagger(q) \rangle_m

#map_minkowskiProduct_eq_adjoint

For any spatial dimension dNd \in \mathbb{N}, let f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d be a linear map and p,qVectordp, q \in \text{Vector}_d be Lorentz vectors. The Minkowski product ,m\langle \cdot, \cdot \rangle_m satisfies the adjoint property: f(p),qm=p,f(q)m\langle f(p), q \rangle_m = \langle p, f^\dagger(q) \rangle_m where ff^\dagger is the adjoint of ff with respect to the Minkowski product.

theorem

p,f(q)m=f(p),qm\langle p, f(q) \rangle_m = \langle f^\dagger(p), q \rangle_m

#minkowskiProduct_map_eq_adjoint

For any spatial dimension dNd \in \mathbb{N}, let f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d be a linear map and p,qVectordp, q \in \text{Vector}_d be Lorentz vectors. The Minkowski product ,m\langle \cdot, \cdot \rangle_m satisfies the adjoint property: p,f(q)m=f(p),qm\langle p, f(q) \rangle_m = \langle f^\dagger(p), q \rangle_m where ff^\dagger is the adjoint of ff with respect to the Minkowski product.

definition

ff preserves the Minkowski product ,m\langle \cdot, \cdot \rangle_m

#IsLorentz

A linear map f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d satisfies the property `IsLorentz` if it preserves the Minkowski product ,m\langle \cdot, \cdot \rangle_m. Specifically, for all Lorentz vectors p,qVectordp, q \in \text{Vector}_d, the following equality must hold: f(p),f(q)m=p,qm\langle f(p), f(q) \rangle_m = \langle p, q \rangle_m where ,m\langle \cdot, \cdot \rangle_m is the Minkowski product defined with the metric signature (+1,1,,1)(+1, -1, \dots, -1).

theorem

`IsLorentz f` iff ff preserves the Minkowski product

#isLorentz_iff

Let f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d be a linear map on the space of Lorentz vectors. The property `IsLorentz f` holds if and only if ff preserves the Minkowski product for all vectors p,qVectordp, q \in \text{Vector}_d. That is, IsLorentz f    p,qVectord,f(p),f(q)m=p,qm\text{IsLorentz } f \iff \forall p, q \in \text{Vector}_d, \langle f(p), f(q) \rangle_m = \langle p, q \rangle_m where ,m\langle \cdot, \cdot \rangle_m denotes the Minkowski product with metric signature (+1,1,,1)(+1, -1, \dots, -1).

theorem

`IsLorentz f` iff ff preserves the Minkowski product for all basis vectors

#isLorentz_iff_basis

Let f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d be a linear map on the space of Lorentz vectors. The property `IsLorentz f` holds if and only if ff preserves the Minkowski product for all pairs of standard basis vectors basis μ\text{basis } \mu and basis ν\text{basis } \nu indexed by Fin 1Fin d\text{Fin } 1 \oplus \text{Fin } d. That is, IsLorentz f    μ,νFin 1Fin d,f(basis μ),f(basis ν)m=basis μ,basis νm\text{IsLorentz } f \iff \forall \mu, \nu \in \text{Fin } 1 \oplus \text{Fin } d, \langle f(\text{basis } \mu), f(\text{basis } \nu) \rangle_m = \langle \text{basis } \mu, \text{basis } \nu \rangle_m where ,m\langle \cdot, \cdot \rangle_m denotes the Minkowski product with metric signature (+1,1,,1)(+1, -1, \dots, -1).

theorem

`IsLorentz f`     ff=id\iff f^\dagger \circ f = \text{id}

#isLorentz_iff_comp_adjoint_eq_id

Let f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d be a linear map on the space of Lorentz vectors. The property `IsLorentz f` holds if and only if the composition of the adjoint of ff and ff is the identity map. That is, IsLorentz f    ff=id\text{IsLorentz } f \iff f^\dagger \circ f = \text{id} where ff^\dagger denotes the adjoint of ff with respect to the Minkowski product ,m\langle \cdot, \cdot \rangle_m.

theorem

ff is a Lorentz transformation     [f]BLorentzGroupd\iff [f]_{\mathcal{B}} \in \text{LorentzGroup}_d

#isLorentz_iff_toMatrix_mem_lorentzGroup

Let f:VectordVectordf: \text{Vector}_d \to \text{Vector}_d be a linear map on the space of Lorentz vectors. The property `IsLorentz f` (which signifies that ff preserves the Minkowski product ,m\langle \cdot, \cdot \rangle_m) holds if and only if the matrix representation of ff with respect to the standard basis, toMatrix(basis, basis,f)\text{toMatrix}(\text{basis, basis}, f), is an element of the Lorentz group O(1,d)O(1, d).