Update laplace.lean
This commit is contained in:
parent
dfbf3f772d
commit
5d5d7557c0
|
@ -18,7 +18,6 @@ theorem laplace_eventuallyEq {f₁ f₂ : ℂ → F} {x : ℂ} (h : f₁ =ᶠ[nh
|
|||
rw [partialDeriv_eventuallyEq ℝ (partialDeriv_eventuallyEq' ℝ h Complex.I) Complex.I]
|
||||
|
||||
|
||||
|
||||
theorem laplace_eventuallyEq' {f₁ f₂ : ℂ → F} {x : ℂ} (h : f₁ =ᶠ[nhds x] f₂) : Δ f₁ =ᶠ[nhds x] Δ f₂ := by
|
||||
unfold Complex.laplace
|
||||
apply Filter.EventuallyEq.add
|
||||
|
|
Loading…
Reference in New Issue