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

Deriv tanh

deriv_tanh

Plain-language statement

The derivative of tanh(x) is 1 - tanh(x)^2

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

To ISQHom injective

Dimension.toISQHom_injective

Plain-language statement

toISQHom is injective: PhysLib dimensions include faithfully into ISQ.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Grad Free Current Potential eq tensor

Electromagnetism.DistElectromagneticPotential.gradFreeCurrentPotential_eq_tensor

Project documentation

The variational gradient of the free current potential for distributional potentials. -/ noncomputable def gradFreeCurrentPotential {d} : DistLorentzCurrentDensity d →ₗ[ℝ] ((SpaceTime d) →d[ℝ] Lorentz.Vector d) where toFun J := { toFun ε := ∑ μ, (η μ μ • (J ε μ) • Lorentz.Vector.basis μ) map_add' ε₁ ε₂ := by simp [Finset.sum_add_distrib, add_smul] map_smu...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Infinite Wire is Exterma

Electromagnetism.DistElectromagneticPotential.infiniteWire_isExterma

Project documentation

The electromagnetic potential of an infinite wire along the x-axis carrying a current I. -/ noncomputable def infiniteWire (𝓕 : FreeSpace) (I : ℝ) : DistElectromagneticPotential 3 := (SpaceTime.distTimeSlice 𝓕.c).symm <| constantTime <| constantSliceDist 0 ((- I * 𝓕.μ₀ / (2 * Real.pi)) • distOfFunction (fun (x : Space 2) => Real.log ‖x‖ • Lorentz.Vec...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Extrema iff vector Potential

Electromagnetism.DistElectromagneticPotential.isExtrema_iff_vectorPotential

Project documentation

The proposition on an electromagnetic potential, corresponding to the statement that it is an extrema of the lagrangian. -/ def IsExtrema {d} (𝓕 : FreeSpace) (A : DistElectromagneticPotential d) (J : DistLorentzCurrentDensity d) : Prop := A.gradLagrangian 𝓕 J = 0 lemma isExtrema_iff_gradLagrangian {𝓕 : FreeSpace} (A : DistElectromagneticPotential d) (J...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record