All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Dist Tensor Deriv basis repr apply

Electromagnetism.DistElectromagneticPotential.distTensorDeriv_basis_repr_apply

Project documentation

The creation of an electromagnetic potential from a static vector potential. -/ noncomputable def ofStaticVectorPotential {d} (c : SpeedOfLight) : ((Space d) →d[ℝ] EuclideanSpace ℝ (Fin d)) →ₗ[ℝ] DistElectromagneticPotential d := ofVectorPotential c ∘ₗ Space.constantTime TODO "Add a constructor for DistElectromagneticPotential from electric and magnetic f...

Exact Lean statement

@[simp]
lemma distTensorDeriv_basis_repr_apply {d} {μν : (Fin 1 ⊕ Fin d) × (Fin 1 ⊕ Fin d)}
    (A : DistElectromagneticPotential d)
    (ε : 𝓢(SpaceTime d, ℝ)) :
    (Lorentz.CoVector.basis.tensorProduct Lorentz.Vector.basis).repr (distTensorDeriv A ε) μν =
    distDeriv μν.1 A ε μν.2

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
@[simp]lemma distTensorDeriv_basis_repr_apply {d} {μν : (Fin 1Fin d) × (Fin 1Fin d)}    (A : DistElectromagneticPotential d)    (ε : 𝓢(SpaceTime d, )) :    (Lorentz.CoVector.basis.tensorProduct Lorentz.Vector.basis).repr (distTensorDeriv A ε) μν =    distDeriv μν.1 A ε μν.2 := by  match μν with  | (μ, ν) =>  rw [distTensorDeriv_eq_sum_sum]  simp only [map_sum, map_smul, Finsupp.coe_finsetSum, Finsupp.coe_smul, Finset.sum_apply,    Pi.smul_apply, Basis.tensorProduct_repr_tmul_apply, Basis.repr_self, smul_eq_mul]  rw [Finset.sum_eq_single μ, Finset.sum_eq_single ν]  · simp  · intro μ' _ h    simp [h]  · simp  · intro ν' _ h    simp [h]  · simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Electromagnetism/Distributional/Basic.lean:166-184

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record