Harmonic Wave X electric Field space deriv same
Electromagnetism.ElectromagneticPotential.harmonicWaveX_electricField_space_deriv_same
Project documentation
The electromagnetic potential for a Harmonic wave travelling in the x-direction with wave number k. -/ noncomputable def harmonicWaveX (π : FreeSpace) (k : β) (Eβ : Fin d β β) (Ο : Fin d β β) : ElectromagneticPotential d.succ where val := fun x ΞΌ => match ΞΌ with | Sum.inl 0 => 0 | Sum.inr 0 => 0 | Sum.inr β¨Nat.succ i, hβ© => -Eβ β¨i, Nat.succ_lt_succ_i...
Exact Lean statement
lemma harmonicWaveX_electricField_space_deriv_same {d} (π : FreeSpace) (k : β) (hk : k β 0)
(Eβ : Fin d β β) (Ο : Fin d β β) (t : Time) (x : Space d.succ) (i : Fin d.succ) :
Space.deriv i (fun x => electricField π.c (harmonicWaveX π k Eβ Ο) t x i) x
= 0Formal artifact
Lean source
lemma harmonicWaveX_electricField_space_deriv_same {d} (π : FreeSpace) (k : β) (hk : k β 0) (Eβ : Fin d β β) (Ο : Fin d β β) (t : Time) (x : Space d.succ) (i : Fin d.succ) : Space.deriv i (fun x => electricField π.c (harmonicWaveX π k Eβ Ο) t x i) x = 0 := by match i with | 0 => simp [harmonicWaveX_electricField_zero] | β¨Nat.succ i, hiβ© => have transverse_deriv_cos_eq_zero : β (C a k b : β) (l : Fin d) (y : Space d.succ), Space.deriv l.succ (fun x => C * Real.cos (a - k * x 0 + b)) y = 0 := by intro C a k b l y rw [Space.deriv_eq, show (fun x : Space d.succ => C * Real.cos (a - k * x 0 + b)) = (fun u => C * Real.cos (a - k * u + b)) β (fun x => x 0) from rfl, fderiv_comp _ (by fun_prop) (by fun_prop)] simp [β Space.deriv_eq, Space.deriv_component, Fin.succ_ne_zero] rw [β Fin.succ_mk _ _ (by grind)] conv_lhs => enter [2, x] rw [harmonicWaveX_electricField_succ _ _ hk] apply transverse_deriv_cos_eq_zero- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Electromagnetism/Vacuum/HarmonicWave.lean:273-291
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(βU/βΞ²) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.