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.

All topics

591 results

Clear filters
Project-declaredLean 4.32.0

Dist Time Slice dist Deriv inl

SpaceTime.distTimeSlice_distDeriv_inl

Project documentation

The time slice of a distribution on SpaceTime d to form a distribution on Time × Space d. -/ noncomputable def distTimeSlice {M d} [NormedAddCommGroup M] [NormedSpace ℝ M] (c : SpeedOfLight := 1) : ((SpaceTime d) →d[ℝ] M) ≃L[ℝ] ((Time × Space d) →d[ℝ] M) where toFun f := f ∘L compCLMOfContinuousLinearEquiv (F := ℝ) ℝ (SpaceTime.toTimeAndSpace c (d :=...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Space Time integral eq time space integral

SpaceTime.spaceTime_integral_eq_time_space_integral

Project documentation

The equivalence on of SpaceTime taking (1, 0, 0, ...) to of (c, 0, 0, ....) and keeping all other components the same. -/ def timeSpaceBasisEquiv {d : ℕ} (c : SpeedOfLight) : SpaceTime d ≃L[ℝ] SpaceTime d where toFun x := fun μ => match μ with | Sum.inl 0 => c.val * x (Sum.inl 0) | Sum.inr i => x (Sum.inr i) invFun x := fun μ => match μ with | Sum.i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Time Space Basis add Haar

SpaceTime.timeSpaceBasis_addHaar

Project documentation

The equivalence on of SpaceTime taking (1, 0, 0, ...) to of (c, 0, 0, ....) and keeping all other components the same. -/ def timeSpaceBasisEquiv {d : ℕ} (c : SpeedOfLight) : SpaceTime d ≃L[ℝ] SpaceTime d where toFun x := fun μ => match μ with | Sum.inl 0 => c.val * x (Sum.inl 0) | Sum.inr i => x (Sum.inr i) invFun x := fun μ => match μ with | Sum.i...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Of Clifford Algebra ι single

spaceTime.γ.ofCliffordAlgebra_ι_single

Plain-language statement

The generators of the clifford algebra correspond to the elements γ.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem rep Gauge Group I ker iff eq

StandardModel.DownSinglet.mem_repGaugeGroupI_ker_iff_eq

Plain-language statement

Characterizes the full-group elements acting trivially on the down-type singlet.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record