Skip to content

Commit 31ba9b9

Browse files
committed
fix build glitch
1 parent 45167ea commit 31ba9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mathlib/Analysis/SpecialFunctions/Trigonometric/Cotangent.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ lemma HasProdUniformlyOn_sineTerm_prod_on_compact (hZ2 : Z ⊆ ℂ_ℤ)
132132
lemma HasProdLocallyUniformlyOn_euler_sin_prod :
133133
HasProdLocallyUniformlyOn (fun n : ℕ => fun z : ℂ => (1 + sineTerm z n))
134134
(fun x => (Complex.sin (π * x) / (π * x))) ℂ_ℤ := by
135-
apply hasProdLocallyUniformlyOn_of_forall_compact isOpen_compl_range_intCast
135+
apply hasProdLocallyUniformlyOn_of_forall_compact Complex.isOpen_compl_range_intCast
136136
exact fun _ hZ hZC => HasProdUniformlyOn_sineTerm_prod_on_compact hZ hZC
137137

138138
/-- `sin π z` is non vanishing on the complement of the integers in `ℂ`. -/
@@ -270,7 +270,7 @@ lemma eqOn_iteratedDerivWithin_cotTerm_integerComplement (d : ℕ) :
270270
(iteratedDerivWithin k (fun z ↦ cotTerm z d) ℂ_ℤ)
271271
(fun z ↦ (-1) ^ k * k ! * ((z + (d + 1)) ^ (-1 - k : ℤ) + (z - (d + 1)) ^ (-1 - k : ℤ)))
272272
ℂ_ℤ := by
273-
apply Set.EqOn.trans (iteratedDerivWithin_of_isOpen isOpen_compl_range_intCast)
273+
apply Set.EqOn.trans (iteratedDerivWithin_of_isOpen Complex.isOpen_compl_range_intCast)
274274
exact eqOn_iteratedDeriv_cotTerm ..
275275

276276
lemma eqOn_iteratedDerivWithin_cotTerm_upperHalfPlaneSet (d : ℕ) :

0 commit comments

Comments
 (0)