Invariant properties of metric tensor

Click For Summary

Discussion Overview

The discussion revolves around the invariant properties of the metric tensor, particularly in the context of transformations of basis vectors. Participants explore whether there are aspects of the metric tensor that remain unchanged under such transformations and how these properties relate to the description of space itself.

Discussion Character

  • Exploratory
  • Debate/contested
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • Some participants inquire about properties of the metric tensor that are invariant under basis vector transformations, suggesting that while the metric tensor depends on the choice of basis, certain characteristics may describe the underlying space.
  • It is noted that nothing about any tensor is basis dependent except its components given a particular basis.
  • One participant provides a mathematical representation of the metric tensor in two different bases, illustrating how its components change with the basis while questioning the invariance of certain properties.
  • There is a discussion about the difficulty of distinguishing between vectors and their coordinates, emphasizing that coordinates are merely tools for representation.
  • Participants raise questions about the Minkowski metric tensor, specifically its components and whether they imply a specific choice of basis vectors.
  • Some express skepticism about the possibility of finding a basis where the Minkowski metric has certain components, while others suggest that it is indeed possible under specific transformations.
  • There is a query regarding the relationship between the metric tensor and transformation matrices, particularly whether the Lorentz transformation can be derived from the Minkowski metric tensor.
  • One participant explains that the Lorentz transformations preserve the form of the Minkowski metric and are a subset of general coordinate transformations, connecting inertial observers.

Areas of Agreement / Disagreement

Participants express a mix of agreement and disagreement regarding the invariance of properties of the metric tensor and the implications of its components. The discussion remains unresolved on several points, particularly concerning the relationship between the metric tensor and basis transformations.

Contextual Notes

Participants acknowledge the complexity of discussing tensors without reference to coordinates, and there are unresolved questions about the assumptions underlying the definitions and properties of the metric tensor.

olgerm
Gold Member
Messages
543
Reaction score
40
Which properties of metric tensor are invariant of basevectors transforms? I know that metric tensor depends of basevectors, but are there properties of metric tensor, that are basevector invariant and describe space itself?
 
Physics news on Phys.org
olgerm said:
Which properties of metric tensor are invariant of basevectors transforms? I know that metric tensor depends of basevectors, but are there properties of metric tensor, that are basevector invariant and describe space itself?
A metric tensor ##g## above an affine point space ##A## with a real translation space ##V## is a map form ##A## into the space of scalar products on ##V ##, i.e. ##g(P)\, : \,V \times V \longrightarrow \mathbb{R}## is a symmetric, positive definite bilinear form on ##V## for every ##P\in A##.

No basis vectors anywhere around.
 
Or more generally, nothing about any tensor is basis dependent except its components given a particular basis.
 
##g_{i;j}=e_i\otimes e_j##.

in base 1:
##g_{i;j}=
\begin{bmatrix}
\vec{e_0}\cdot\vec{e_0}&\vec{e_0}\cdot\vec{e_1} \\
\vec{e_1}\cdot\vec{e_0}&\vec{e_1}\cdot\vec{e_1}
\end{bmatrix}=
\begin{bmatrix}
1&0 \\
0&1
\end{bmatrix}##

in base 2:
##\vec{e´_0}=2*\vec{e_0}##
##\vec{e´_1}=\vec{e_1}##

##g_{i;j}=
\begin{bmatrix}
\vec{e´_0}\cdot\vec{e´_0}&\vec{e´_0}\cdot\vec{e´_1} \\
\vec{e´_1}\cdot\vec{e´_0}&\vec{e´_1}\cdot\vec{e´_1}
\end{bmatrix}=
\begin{bmatrix}
(2*\vec{e_0})\cdot(2*\vec{e_0})&\vec{e_0}\cdot\vec{e_1} \\
\vec{e_1}\cdot\vec{e_0}&\vec{e_1}\cdot\vec{e_1}
\end{bmatrix}=
\begin{bmatrix}
4&0\\
0&1
\end{bmatrix}##
 
This is the old difficulty to distinguish vectors and their coordinates. It is meaningless to ask about a description of a vector (matrix, tensor) once you described them by coordinates. Coordinates are the tool, not the object. It is just difficult to describe the object without coordinates, but the definition in post #2 does it, namely as a map.
 
  • Like
Likes   Reactions: DEvens
fresh_42 said:
their coordinates
Or their components :rolleyes:

But I agree.
 
for example minkowsky metric tensor is often given only by components
##
\begin{bmatrix}
-1 & 0 &0 &0 \\
0& 1 & 0 &0 \\
0& 0 & 1 &0 \\
0& 0 & 0 &1
\end{bmatrix}
##
without specifiyng base vectors. Do they assume some specific base vectors? Which ones?

Is there something invariant in the components?
How can spaces with different elemens be compared by their metric tensors if they have different elements and therefore we can't choose same basevectors there?
 
Last edited:
The standard assumption on Minkowski space is that you are using a set of standard affine Minkowski coordinates.
 
Orodruin said:
The standard assumption on Minkowski space is that you are using a set of standard affine Minkowski coordinates.
What are these?

There should be something invariant in components of metric tensor because it is probably impossible to choose base where minkowsky metric has components
##\begin{bmatrix}
1 & 0 &0 &0 \\
0& 1 & 0 &0 \\
0& 0 & 1 &0 \\
0& 0 & 0 &1
\end{bmatrix}##
 
  • #10
olgerm said:
it is probably impossible to choose base where minkowsky metric has components
##\begin{bmatrix}
1 & 0 &0 &0 \\
0& 1 & 0 &0 \\
0& 0 & 1 &0 \\
0& 0 & 0 &1
\end{bmatrix}##
I was wrng it is possible if ##\vec{e_0'}=\sqrt{-1}*\vec{e_0}##
 
  • #11
Is there any relation between metric tensor and transformation matrix? Can I derive lorentz tranformation matrix from minkowsky metric tensor?
 
  • #12
olgerm said:
Is there any relation between metric tensor and transformation matrix? Can I derive lorentz tranformation matrix from minkowsky metric tensor?
The metric is a rank 2 tensor under general coordinate transformations, and hence transforms as such (with "two transformation matrices"). The Lorentz transformations are those transformations which keep the Minkowski metric form invariant. These special transformations, which are a subset of the general coordinate transformations, connect al those observers who would use the very same components for the Minkowski metric and we call them inertial observers. So yes, you can derive the Lorentz transformations from this property ("which transformations keep the form of the metric the same? "). It's covered in any basic book about GR, I guess.

Technically, one says that "the isometries of a metric break the general coordinate transformations down to a subgroup of them." This means that the metric transforms as a tensor under general coordinate transformations, but is kept invariant under a subgroup of this group. And those form the isometries (=symmetries) of the spacetime this metric describes.

Hope this helps ;)
 
  • #13
haushofer said:
So yes, you can derive the Lorentz transformations from this property ("which transformations keep the form of the metric the same? "). It's covered in any basic book about GR, I guess.
Any basic book on SR should suffice too. 😉
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 37 ·
2
Replies
37
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K