File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Mathlib/Analysis/SpecialFunctions/Trigonometric Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ lemma HasProdUniformlyOn_sineTerm_prod_on_compact (hZ2 : Z ⊆ ℂ_ℤ)
132132lemma 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
276276lemma eqOn_iteratedDerivWithin_cotTerm_upperHalfPlaneSet (d : ℕ) :
You can’t perform that action at this time.
0 commit comments