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

Eq grad integral of curl zero

Space.eq_grad_integral_of_curl_zero

Project documentation

A constructive form of the statement that if the curl of a function is zero, then it is equal to the grad of another function. In the context of e.g. electromagnetism the potential given by this lemma corresponds to that defined by the work done to move a unit charge from the origin to the point x along a straight line.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Equal up to const of deriv eq

Space.equal_up_to_const_of_deriv_eq

Project documentation

Curl and time derivative commute. -/ lemma time_deriv_curl_commute (fₜ : Time → Space → EuclideanSpace ℝ (Fin 3)) (t : Time) (x : Space) (hf : ContDiff ℝ 2 ↿fₜ) : ∂ₜ (fun t => (∇ ⨯ fₜ t) x) t = (∇ ⨯ fun x => (∂ₜ (fun t => fₜ t x) t)) x:= by ext i rw [← Time.deriv_euclid] · fin_cases i all_goals simp [curl] rw [Time.deriv_eq, fderiv_fun_sub] simp [← Time.d...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Fderiv cross commute

Space.fderiv_cross_commute

Plain-language statement

Cross product and fderiv commute.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Fderiv space eq fderiv curry

Space.fderiv_space_eq_fderiv_curry

Project documentation

The spatial projection is nonexpanding for the product metric. -/ lemma dist_space_le (tx ty : TimeAndSpace d) : dist (space tx) (space ty) ≤ dist tx ty := by rw [Prod.dist_eq] exact le_max_right _ _ end TimeAndSpace namespace Space /-! ### A.2. Space and time derivatives in terms of curried functions

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Fderiv time commute fderiv space

Space.fderiv_time_commute_fderiv_space

Plain-language statement

Derivatives along space coordinates and time commute.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Grad inner space unit vector

Space.grad_inner_space_unit_vector

Plain-language statement

The gradient in the direction of the space position.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record