4.10.9 · D5Advanced Topics (Elite Level)

Question bank — Einstein summation convention

1,953 words9 min readBack to topic

Throughout, remember the two load-bearing rules from Einstein summation convention:

  • an index appearing exactly twice in one term is summed (a dummy index, and it vanishes from the result);
  • an index appearing exactly once is free, is not summed, and must appear identically on both sides.

We also lean on the helpers Kronecker delta and Levi-Civita symbol .

The two pictures below are the whole mental model. The first shows how a dummy index closes into a loop (contraction = a sum that vanishes), while a free index dangles as an open leg (a survivor you must carry). The second traces the actual index flow through a matrix–vector product.

Figure — Einstein summation convention
Figure — Einstein summation convention

True or false — justify

The expression is a scalar.
True. The index appears twice, so it is summed away, leaving zero free indices — and zero free indices means a single number (see the Dot product).
The expression is a scalar.
False. Only is repeated (summed); appears once, so it is a free index. One free index means the result is a vector — one number per value of .
(no repeated index) has a well-defined meaning in the convention.
True, but it is not a sum — it is the outer product, an order-2 object with two free indices and (an grid of the products ).
in three dimensions.
False. Here is repeated, so it is summed: . In dimensions (with the dimension). The "identity is on the diagonal" fact is about a single entry, not the summed trace.
is the cross product of with itself, and it equals .
True. It is , which is zero. Index-only reason: swapping the dummy names leaves unchanged but flips 's sign, so the sum equals its own negative — hence .
The equation is valid notation.
False. The left side has free index ; the right side has free index . Free indices must be identical on both sides, so this is meaningless — a built-in error detector caught it.
You may rename to in without changing its value.
True. A dummy index is just the name of a summation variable: . So .
You may rename the free index in to on the right side only.
False. A free index isn't a private summation variable — it labels which component you mean, and it must match across the whole equation. Rename it on both sides or not at all.
in 3D.
True. All three indices are summed. It counts the non-zero permutation triples: there are of them , each contributing , so the total is .
.
True. The forces , but vanishes whenever two indices are equal. So every surviving term is zero.

Spot the error

What is wrong with writing for "three vectors combined"?
The index appears three times, which is forbidden: a repeated index means a pairwise sum, and three copies leave the pairing ambiguous. If you genuinely want , keep the explicit .
A student writes to mean "two separate dot products". Why is this broken, and how do you fix it?
As written, appears four times in one term — illegal. Dummy indices are local to their term but not reusable within it; rename one pair: .
Why is " is the matrix product " wrong?
Both and are repeated, so both are summed — the result has zero free indices, a scalar (the double contraction / Frobenius inner product). Genuine Matrix multiplication shares a single middle index: .
A student claims . Spot the slip.
The first step secretly reuses four times. Do it carefully: (only the diagonal terms are ; here is the dimension). The answer is , but "" as a written expression is illegal notation.
What is wrong with ?
The Levi-Civita symbol in 3D needs three indices, . Dropping the free also destroys the vector nature of the cross product — the correct form is .
Someone writes . Why is the right side wrong?
The 's substitution rule renames the summed index to the free one: , not . Writing leaves a free on the right but the left's free index is — a mismatch.
Why is it dangerous to write with both indices "downstairs" in curved space or special relativity?
In non-Euclidean spaces the convention pairs an upper index with a lower one: . A sum of two lower indices, , is not coordinate-independent — you first lower an index with the metric : . In flat Euclidean space with Cartesian axes , so up/down coincide and the all-downstairs shorthand is safe.

Why questions

Why must a summed index appear exactly twice, never three or more times?
Summation pairs factors, . Two copies specify a unique pairing; three copies give no unique way to group the factors, so the notation would be ambiguous and is therefore banned.
Why does the number of free indices tell you the order of the object (not its matrix rank)?
Each free index independently runs over , generating a separate component: 0 → scalar, 1 → vector, 2 → matrix/order-2 Tensors. This count is the tensor's order (number of index slots), which is unrelated to linear-algebra rank (the number of independent rows of a matrix) — same English word, different concept.
Why is the Kronecker delta called a "substitution operator"?
Because : contracting a against an index deletes the summed index and renames the other object's index to the delta's surviving one — it swaps one label for another.
Why does the Levi-Civita symbol naturally encode cross products and Determinants, while encodes dot products?
carries a sign that flips under swaps (orientation), which is exactly the antisymmetry a cross product or determinant needs. is symmetric and just matches indices, which is what the symmetric Dot product needs.
Why does swapping any two indices of flip its sign, and why is that useful in Vector calculus identities?
Swapping two entries turns an even permutation into an odd one (and vice versa), flipping . This antisymmetry lets you cyclically reorder indices () to line up the shared index before applying the epsilon–delta identity.
Why can the single epsilon–delta identity collapse so many messy proofs?
It converts a product of two orientation objects (hard, sign-laden) into plain index-matching 's (easy substitutions). Almost every double-cross-product identity reduces to this one line — e.g. the BAC–CAB rule.

Edge cases

In 1D, what happen to and ?
With every index can only be , so and any with slots is all zeros (it needs distinct values to be non-zero). A 1D "vector" has a single component, so the convention degenerates to ordinary multiplication.
In 2D, is meaningful?
No — the 3-index is intrinsically 3-dimensional. In 2D you use the two-index (with ). Match the symbol's index count to the dimension .
What does the convention give for ?
The delta forces , collapsing it to . So inside a contraction just glues two vectors into their dot product.
Is a scalar or a matrix?
A scalar — the repeated is summed, giving , the trace of . Zero free indices remain.
If a term has no repeated index at all, is the convention "doing nothing"?
Correct — with no repeated index there is no implied sum. Every index is free, so the term is a genuine multi-component object (like the outer product ), evaluated component-by-component.
What is when ?
Zero. Any repeated index makes , because a permutation cannot repeat a value. This single fact is what forces and encodes antisymmetry.
Can a valid equation have a free index on one side but none on the other, e.g. ?
Yes here, because both sides have zero free indices ( is summed on the right, is a scalar). The rule is only that free indices must match — and there are none to mismatch.
Does the order of factors matter in versus ?
No — each term is an ordinary product of numbers, so ; the sum is commutative. (Order does matter for , because there the shared-index positions define which is row and which is column.)
In flat Euclidean space, does raising or lowering an index change any numbers?
No — with , component-for-component, so upper/lower placement is cosmetic. It only starts to matter once the metric differs from (curved space or a non-trivial signature).

Recall One-line self-test

If you can instantly say (a) how many free indices a term has, (b) which index is summed, and (c) whether any index illegally repeats three+ times — you have internalised the whole convention. "Twice = sum, Once = run, Thrice = crime." ::: The three-word summary of every trap on this page.

Connections