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 1 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic
Project-declaredLean 4.32.0

Matrix Div add

Space.matrixDiv_add

Project documentation

The divergence of a matrix-valued spatial field. For a field T : Space d → Matrix (Fin d) (Fin d) ā„, matrixDiv T is the vector field whose ith component is āˆ‘ j, āˆ‚[j] (fun x => T x i j) x. -/ noncomputable def matrixDiv (d : ā„•) (T : Space d → Matrix (Fin d) (Fin d) ā„) : Space d → EuclideanSpace ā„ (Fin d) := fun x => WithLp.toLp 2 fun i => div (fun...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record