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

1 topic

2 results

Clear filters
Project-declaredLean 4.32.0

Angular Momentum commutation angular Momentum

QuantumMechanics.angularMomentum_commutation_angularMomentum

Project documentation

The canonical commutation relations: [xᵢ, pⱼ] = iℏ δᵢⱼ𝟙. -/ lemma position_commutation_momentum : ⁅𝐱 i, 𝐩 j⁆ = (I * ℏ) • δ[i,j] • ContinuousLinearMap.id ℂ 𝓢(Space d, ℂ) := by ext ψ x show 𝐱 i (𝐩 j ψ) x - 𝐩 j (𝐱 i ψ) x = _ trans (I * ℏ) * (-x i * ∂[j] ψ x + ∂[j] ((fun x : Space d ↦ x i) • ⇑ψ) x) · simp only [positionCLM_apply, momentumCLM_apply,...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Position commutation momentum

QuantumMechanics.position_commutation_momentum

Plain-language statement

The canonical commutation relations: [xᵢ, pⱼ] = iℏ δᵢⱼ𝟙.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record