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

1 topic

4 results

Clear filters
Project-declaredLean 4.32.0

Deriv commute

SpaceTime.deriv_commute

Project documentation

Derivatives on spacetime commute with one another (Clairaut's theorem).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Deriv comp lorentz action

SpaceTime.deriv_comp_lorentz_action

Project documentation

Derivatives on spacetime commute with one another (Clairaut's theorem). -/ lemma deriv_commute {M : Type} [NormedAddCommGroup M] [NormedSpace ℝ M] {d : ℕ} (μ ν : Fin 1 ⊕ Fin d) (f : SpaceTime d → M) (hf : ContDiff ℝ 2 f) : ∂_ μ (∂_ ν f) = ∂_ ν (∂_ μ f) := by ext x show fderiv ℝ (fun y => fderiv ℝ f y (Lorentz.Vector.basis ν)) x (Lorentz.Vector.basis μ) =...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Deriv sum inr

SpaceTime.deriv_sum_inr

Project documentation

Derivatives on spacetime commute with one another (Clairaut's theorem). -/ lemma deriv_commute {M : Type} [NormedAddCommGroup M] [NormedSpace ℝ M] {d : ℕ} (μ ν : Fin 1 ⊕ Fin d) (f : SpaceTime d → M) (hf : ContDiff ℝ 2 f) : ∂_ μ (∂_ ν f) = ∂_ ν (∂_ μ f) := by ext x show fderiv ℝ (fun y => fderiv ℝ f y (Lorentz.Vector.basis ν)) x (Lorentz.Vector.basis μ) =...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Dist Deriv comp lorentz action

SpaceTime.distDeriv_comp_lorentz_action

Project documentation

Given a distribution (function) f : Space d →d[ℝ] M the derivative of f in direction μ. -/ noncomputable def distDeriv {M d} [NormedAddCommGroup M] [NormedSpace ℝ M] (μ : Fin 1 ⊕ Fin d) : ((SpaceTime d) →d[ℝ] M) →ₗ[ℝ] (SpaceTime d) →d[ℝ] M where toFun f := let ev : (SpaceTime d →L[ℝ] M) →L[ℝ] M := { toFun v := v (Lorentz.Vector.basis μ) map_add' v1...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record