All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Dist Curl dist Grad eq zero

Space.distCurl_distGrad_eq_zero

Plain-language statement

The curl of a grad is equal to zero.

Exact Lean statement

@[simp]
lemma distCurl_distGrad_eq_zero (f : (Space) →d[ℝ] ℝ) :
    ∇ᵈ ⨯ (∇ᵈ f) = 0

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
@[simp]lemma distCurl_distGrad_eq_zero (f : (Space) d[] ) :    ∇ᵈ ⨯ (∇ᵈ f) = 0 := by  ext η i  simp only [distCurl_coord_apply, Fin.isValue, _root_.zero_apply, PiLp.zero_apply]  rw [distGrad_eq_sum_basis, distGrad_eq_sum_basis]  simp only [Fin.isValue, neg_smul, Finset.sum_neg_distrib, PiLp.neg_apply, WithLp.ofLp_sum,    WithLp.ofLp_smul, PiLp.ofLp_single, Finset.sum_apply, Pi.smul_apply, Pi.single_apply,    smul_eq_mul, mul_ite, mul_one, mul_zero, Finset.sum_ite_eq, Finset.mem_univ, ↓reduceIte,    neg_neg]  rw [ map_neg,  map_add,  ContinuousLinearMap.map_zero f]  congr  ext x  simp only [Fin.isValue, _root_.add_apply, _root_.neg_apply, _root_.zero_apply]  rw [schwartMap_fderiv_comm]  simp
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/SpaceAndTime/Space/Derivatives/Curl.lean:734-749

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