Update laplace.lean
This commit is contained in:
parent
f480ae2a0f
commit
47ab90446f
|
@ -106,13 +106,12 @@ theorem laplace_compContLinAt {f : ℂ → F} {l : F →L[ℝ] G} {x : ℂ} (h :
|
||||||
simp
|
simp
|
||||||
|
|
||||||
-- DifferentiableAt ℝ (partialDeriv ℝ Complex.I f) x
|
-- DifferentiableAt ℝ (partialDeriv ℝ Complex.I f) x
|
||||||
unfold partialDeriv
|
apply ContDiffAt.differentiableAt (partialDeriv_contDiffAt ℝ (ContDiffOn.contDiffAt hv₄ hv₁) Complex.I)
|
||||||
|
rfl
|
||||||
sorry
|
|
||||||
|
|
||||||
-- DifferentiableAt ℝ (partialDeriv ℝ 1 f) x
|
-- DifferentiableAt ℝ (partialDeriv ℝ 1 f) x
|
||||||
|
apply ContDiffAt.differentiableAt (partialDeriv_contDiffAt ℝ (ContDiffOn.contDiffAt hv₄ hv₁) 1)
|
||||||
sorry
|
rfl
|
||||||
|
|
||||||
|
|
||||||
theorem laplace_compCLE {f : ℂ → F} {l : F ≃L[ℝ] G} (h : ContDiff ℝ 2 f) :
|
theorem laplace_compCLE {f : ℂ → F} {l : F ≃L[ℝ] G} (h : ContDiff ℝ 2 f) :
|
||||||
|
|
Loading…
Reference in New Issue