Metric Tensor Division: Is It Proper?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
redstone
Messages
26
Reaction score
0
If you know that
[tex]{{x}^{a}}{{g}_{ab}}={{x}_{b}}[/tex]

is it proper to say that you also know
[tex]{{g}_{ab}}=\frac{{{x}_{b}}}{{{x}^{a}}}[/tex]
 
Physics news on Phys.org
redstone said:
If you know that
[tex]{{x}^{a}}{{g}_{ab}}={{x}_{b}}[/tex]

is it proper to say that you also know
[tex]{{g}_{ab}}=\frac{{{x}_{b}}}{{{x}^{a}}}[/tex]

No, because the expression [itex]{{x}^{a}}{{g}_{ab}}={{x}_{b}}[/itex] is not a single term, it's a sum of terms. Repeated indexes are summed over, so what your first equation really means is

[tex]\Sigma_a {{x}^{a}}{{g}_{ab}} = x^0 g_{0b} + x^1 g_{1b} + x^2 g_{2b} + x^3 g_{3b} = {{x}_{b}}[/tex]

(I've assumed that we're working in a 4-dimensional manifold.) There's no way to transform that into your second equation.
 
Ah, yes, of course. Thank you.