Use upper, lower, free, dummy, symmetric, and antisymmetric indexes correctly.
Core notation for Tensor Index Notation
In tensor calculus, the notation usually represents tensor components, index positions, coordinate charts, bases, and contraction rules. The table below gives a compact starting set for tensor index notation; define any local variation before the first calculation.
| Concept | Notation | How to read it |
|---|---|---|
| Metric raising | v^i=g^{ij}v_j | raising an index with the inverse metric |
| Covariant derivative | \nabla_i v^j | coordinate-aware derivative of a vector field |
| Einstein sum | a_i b^i | implicit sum over the repeated index |
| Tensor component | T^{i}{}_{jk} | one contravariant and two covariant indices |
Practical workflow
Start from v^i=g^{ij}v_j and write one sentence that says it means “raising an index with the inverse metric.” List the objects and assumptions, evaluate a small example, and then move the verified source into the target document or codebase.
Decisions that must be explicit
- Declare the index range and summation convention.
- Keep upper and lower index roles consistent.
- State the metric signature and coordinate chart.
Failure checks
- Repeating an index more than twice in one monomial.
- Contracting two upper indices without a metric.
- Moving an index without applying the metric tensor.
Accessibility and portability
Keep the tensor index notation source selectable and editable. For an isolated character in tensor index notation, Unicode text may be sufficient; for structured expressions, preserve LaTeX, MathML, or a native equation object. When an image of tensor index notation is unavoidable, describe the operation, inputs, conditions, and conclusion rather than listing glyph names.
Verification checklist
- Verify each free index appears once on both sides.
- Check that dummy indices may be renamed consistently.
- Test the expression in a simple coordinate system.
- Confirm every symbol used in tensor index notation has one defined meaning in the local context.
- Reopen the exported file for Tensor Index Notation and compare it with the editable source.
How this guide was checked
Page purpose: tensor index notation — Understand and apply the topic in mathematical or scientific writing
Automated quality check: Kept noindex until critical findings are resolved.
Verification references
These primary standards and official documentation pages were used to check character identity, syntax, or platform behavior described above.
- The Unicode StandardUnicode Consortium — Character identity, encoding, names, and conformance.
- Unicode Technical Report #25: Unicode Support for MathematicsUnicode Consortium — Mathematical character usage, variants, and notation support.
- LaTeX Project DocumentationThe LaTeX Project — LaTeX syntax, authoring model, and official documentation links.
- MathML CoreW3C — Semantic web mathematics elements and browser behavior.