4.10.10 · D1Advanced Topics (Elite Level)

Foundations — Metric tensor — raising - lowering indices

1,935 words9 min readBack to topic

This page assumes nothing. If the parent note wrote a symbol like , , or and you weren't sure what each little mark meant, this is where we build every one of them, in an order where each piece leans only on the piece before it. Read top to bottom.


0. What a "vector" and a "basis" actually are

To turn the arrow into numbers we need reference arrows to measure against. Those reference arrows are the basis.

Figure — Metric tensor — raising - lowering indices

Any arrow can be built by taking some amount of plus some amount of . Those "amounts" are the numbers we call components. But — crucial for this whole topic — the reference arrows need not be at right angles, and need not have length 1. That freedom is exactly why two flavours of components appear.


1. The Greek index and the dummy index — a counter, nothing more

The parent page is full of letters like (mu), (nu), , . They look scary. They are not.

This is the single biggest reading skill for the parent page. When you meet , the is repeated (down in , up in ), so it is secretly , and is the one free label left over.


2. Upper vs lower index: the two flavours of "amount"

Now the star confusion of the topic: (index up) versus (index down).

Figure — Metric tensor — raising - lowering indices

Full detail of the "shadow" flavour lives in Dual space and covectors; the "recipe" flavour is standard vector building.


3. The dot product — the machine that measures

Before we can define the metric we need the one operation everything is built on.

Two facts we will lean on hard:

  • Length from dot product: . So the dot product of an arrow with itself is its length squared. This is why the metric ends up controlling lengths.
  • Bilinearity: the dot product is "linear in each slot" — you can pull numbers out and split sums:

Every "" in the parent's length derivation is one of these two facts, nothing more. Deeper background: Inner product spaces.

Figure — Metric tensor — raising - lowering indices

4. Building the metric from pieces you now own

Now everything clicks together. The metric is defined as the table of all dot products of the reference arrows.

Since a dot product is a number, is a grid of numbers — a matrix. In 2D:

  • The diagonal entries are lengths-squared of each reference arrow (an arrow dotted with itself).
  • The off-diagonal entries measure how tilted the two axes are ( times lengths). If the axes are perpendicular, , so off-diagonals vanish.

This "grid of pairwise dot products" is exactly what the Line element and ds^2 and Minkowski spacetime pages encode — the formula is the metric written out.


5. The Kronecker delta and the inverse metric

Two more symbols the parent uses without ceremony.

Figure — Metric tensor — raising - lowering indices

6. Putting the reading skills together

Take the parent's key line and read it with everything above:

  • — the shadow number in slot (free index, so this holds for each ).
  • — the measuring grid, row , column .
  • — the recipe numbers.
  • Repeated (down in , up in ) ⇒ sum over .

So : take row 1 of the grid, dot it against the recipe list. That is exactly matrix-times-vector. The whole topic is "multiply your number list by the right grid."

Tensors of higher rank (two or more indices) obey the same reading rules, one index at a time — see Tensors — definition and transformation laws and, for how the metric's derivatives build further machinery, Christoffel symbols.


Equipment checklist

You are ready for Metric tensor — raising - lowering indices once you can answer each of these without peeking:

What does the bold symbol stand for?
The -th basis (reference) arrow — a physical arrow, not a number.
What is an index like , really?
A "which slot" label / loop counter running over the axes.
When an index is repeated up-and-down in one term, what is implied?
A summation over all its values (Einstein convention).
Difference between (up) and (down)?
Up = contravariant "recipe" amounts ; down = covariant "shadow" projections. Equal only for orthonormal axes.
Two properties of the dot product used in every derivation?
Bilinearity (pull scalars out, split sums) and .
Definition of the metric ?
, the grid of pairwise basis dot products; symmetric.
What do off-diagonal entries measure?
How tilted the axes are; zero when axes are perpendicular.
What is ?
The Kronecker delta / identity matrix — 1 if indices match, 0 otherwise.
What defines ?
The matrix inverse of : .
Which lowers and which raises?
Lower-index lowers; upper-index (inverse) raises.

Prerequisite Map

Vectors as arrows

Basis arrows e_mu

Components upper and lower

Index notation mu nu

Einstein summation

Dot product

Metric g_mu_nu

Inverse metric and Kronecker delta

Raising and lowering indices


Connections