File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11import Mathlib.Analysis.Calculus.ContDiff.Basic
22import Mathlib.Analysis.SpecialFunctions.Log.Deriv
33import Mathlib.MeasureTheory.MeasurableSpace.Basic
4-
54import Mathlib.MeasureTheory.Measure.Haar.OfBasis
65import Mathlib.MeasureTheory.Function.StronglyMeasurable.AEStronglyMeasurable
7-
6+ import Mathlib.Analysis.Complex.Trigonometric
7+ import Mathlib.Analysis.Meromorphic.Basic
8+ import Mathlib.Analysis.SpecialFunctions.Trigonometric.DerivHyp
89
910noncomputable
1011def foo (x : ℝ) := x * (Real.log x) ^ 2 - Real.exp x / x
@@ -75,6 +76,11 @@ example : AEMeasurable T := by
7576 unfold T S
7677 fun_prop
7778
79+ example (z : ℂ) : MeromorphicAt (fun t ↦ Complex.cosh t) z := by
80+ fun_prop
81+
82+ example (z : ℂ) : MeromorphicAt (fun t ↦ Complex.cosh (2 * t)) z := by
83+ fun_prop
7884
7985private theorem t1 : (5 : ℕ) + (1 : ℕ∞) ≤ (12 : WithTop ℕ∞) := by norm_cast
8086
You can’t perform that action at this time.
0 commit comments