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

Pauli Self Adjoint span

PauliMatrix.pauliSelfAdjoint_span

Plain-language statement

The Pauli matrices span all self-adjoint matrices.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Pauli Self Adjoint' span

PauliMatrix.pauliSelfAdjoint'_span

Plain-language statement

The Pauli matrices where σi are negated span all Self-adjoint matrices.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Self Adjoint ext

PauliMatrix.selfAdjoint_ext

Plain-language statement

Two 2×2 self-adjoint matrices are equal if the real traces of each matrix multiplied by each of the Pauli-matrices are equal.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Self Adjoint ext complex

PauliMatrix.selfAdjoint_ext_complex

Plain-language statement

Two 2×2 self-adjoint matrices are equal if the (complex) traces of each matrix multiplied by each of the Pauli-matrices are equal.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Deriv gaussian eq phys Hermite mul gaussian

Physlib.deriv_gaussian_eq_physHermite_mul_gaussian

Project documentation

The Physicists Hermite polynomial are defined as polynomials over in X recursively with physHermite 0 = 1 and physHermite (n + 1) = 2 • X * physHermite n - derivative (physHermite n). This polynomial will often be cast as a function ℝ → ℝ by evaluating the polynomial at X. -/ noncomputable def physHermite : ℕ → Polynomial ℤ | 0 => 1 | n + 1...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record