Radius Reg Pow tendsto radius Pow
QuantumMechanics.radiusRegPow_tendsto_radiusPow
Plain-language statement
π«[Ξ΅,s] Ο converges pointwise to π«[s] Ο as Ξ΅ β 0 except perhaps at x = 0.
Exact Lean statement
lemma radiusRegPow_tendsto_radiusPow {d : β} (s : β) (Ο : π’(Space d, β)) {x : Space d}
(hx : x β 0) : Tendsto (fun Ξ΅ β¦ π«β Ξ΅ s Ο x) nhdsZeroUnits (nhds (π« s Ο x))Formal artifact
Lean source
lemma radiusRegPow_tendsto_radiusPow {d : β} (s : β) (Ο : π’(Space d, β)) {x : Space d} (hx : x β 0) : Tendsto (fun Ξ΅ β¦ π«β Ξ΅ s Ο x) nhdsZeroUnits (nhds (π« s Ο x)) := by have hpow : βxβ ^ s = (βxβ ^ 2 + 0 ^ 2) ^ (s / 2) := by simp [β Real.rpow_natCast_mul, mul_div_cancelβ] simp only [radiusRegPowCLM_apply, radiusPowLM_apply, Complex.real_smul, hpow] refine Tendsto.mul_const (Ο x) <| Tendsto.ofReal ?_ refine Tendsto.rpow_const ?_ (Or.inl <| by simp [hx]) exact Tendsto.const_add _ <| Tendsto.pow tendsto_comap 2- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QuantumMechanics/Operators/Position.lean:269-276
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.