Fix compilations

This commit is contained in:
Stefan Kebekus 2024-12-03 09:08:14 +01:00
parent 9aa2604c18
commit 7e3ccaf7d5
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ theorem harmonic_is_realOfHolomorphic
--DifferentiableAt (partialDeriv _ f)
repeat
apply ContDiffAt.differentiableAt
apply ContDiffAt.differentiableAt (n := 1)
apply partialDeriv_contDiffAt (hf x hx).1
apply le_rfl

View File

@ -20,7 +20,7 @@ theorem jensen_case_R_eq_one
have h₁U : IsConnected (Metric.closedBall (0 : ) 1) := by
constructor
· exact Set.Nonempty.of_subtype
· refine Metric.nonempty_closedBall.mpr (by simp)
· exact (convex_closedBall (0 : ) 1).isPreconnected
have h₂U : IsCompact (Metric.closedBall (0 : ) 1) :=