Fix compilations
This commit is contained in:
parent
9aa2604c18
commit
7e3ccaf7d5
@ -204,7 +204,7 @@ theorem harmonic_is_realOfHolomorphic
|
|||||||
|
|
||||||
--DifferentiableAt ℝ (partialDeriv ℝ _ f)
|
--DifferentiableAt ℝ (partialDeriv ℝ _ f)
|
||||||
repeat
|
repeat
|
||||||
apply ContDiffAt.differentiableAt
|
apply ContDiffAt.differentiableAt (n := 1)
|
||||||
apply partialDeriv_contDiffAt ℝ (hf x hx).1
|
apply partialDeriv_contDiffAt ℝ (hf x hx).1
|
||||||
apply le_rfl
|
apply le_rfl
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ theorem jensen_case_R_eq_one
|
|||||||
|
|
||||||
have h₁U : IsConnected (Metric.closedBall (0 : ℂ) 1) := by
|
have h₁U : IsConnected (Metric.closedBall (0 : ℂ) 1) := by
|
||||||
constructor
|
constructor
|
||||||
· exact Set.Nonempty.of_subtype
|
· refine Metric.nonempty_closedBall.mpr (by simp)
|
||||||
· exact (convex_closedBall (0 : ℂ) 1).isPreconnected
|
· exact (convex_closedBall (0 : ℂ) 1).isPreconnected
|
||||||
|
|
||||||
have h₂U : IsCompact (Metric.closedBall (0 : ℂ) 1) :=
|
have h₂U : IsCompact (Metric.closedBall (0 : ℂ) 1) :=
|
||||||
|
Loading…
Reference in New Issue
Block a user