Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 591 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

591 results

Clear filters
Project-declaredLean 4.32.0

Pure prod P swap

TensorSpecies.Tensor.Pure.prodP_swap

Project documentation

Given two pure tensors p1 : Pure S c and p2 : Pure S c, prodP p p2 is the tensor product of those tensors returning an element in Pure S (Sum.elim c c1 ∘ ⇑finSumFinEquiv.symm). -/ def Pure.prodP {n1 n2} {c : Fin n1 → C} {c1 : Fin n2 → C} (p1 : Pure S c) (p2 : Pure S c1) : Pure S (Fin.append c c1) := Fin.addCases (fun i => LinearEquiv.cast (R := k)...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Prod eq sum eval

TensorSpecies.Tensorial.prod_eq_sum_eval

Plain-language statement

Double basis expansion of an element of a tensor product M ⊗[k] M₂ of two Tensorial one-index spaces. Given bases b, b2 of M, M₂ coming from the single-index tensor bases, every x : M ⊗[k] M₂ is the double sum over i, j of the iterated evaluation coefficient toField (evalT 0 j (evalT 0 i (toTensor x))) times b i ⊗ₜ b2 j.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Unit Tensor eq perm T dual

TensorSpecies.unitTensor_eq_permT_dual

Plain-language statement

The unit tensor is symmetric on dualing the color.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Deriv matrix mul

Time.deriv_matrix_mul

Plain-language statement

Product rule for the time derivative of a product of matrix-valued functions.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Deriv matrix transpose

Time.deriv_matrix_transpose

Plain-language statement

The time derivative commutes with transpose.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record