Loogle!
Result
Found 140 declarations mentioning Complex.log.
- Complex.log π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : β - Complex.log_im π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : (Complex.log x).im = x.arg - Complex.log_im_le_pi π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : (Complex.log x).im β€ Real.pi - Complex.log_ofReal_re π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : (Complex.log βx).re = Real.log x - Complex.log_re π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : (Complex.log x).re = Real.log βxβ - Complex.neg_pi_lt_log_im π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : -Real.pi < (Complex.log x).im - Complex.natCast_log π Mathlib.Analysis.SpecialFunctions.Complex.Log
{n : β} : β(Real.log βn) = Complex.log βn - Complex.log_one π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Complex.log 1 = 0 - Complex.log_zero π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Complex.log 0 = 0 - Complex.exp_log π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} (hx : x β 0) : Complex.exp (Complex.log x) = x - Complex.log_inv π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) (hx : x.arg β Real.pi) : Complex.log xβ»ΒΉ = -Complex.log x - Complex.ofReal_log π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} (hx : 0 β€ x) : β(Real.log x) = Complex.log βx - Complex.log_div_self π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : Complex.log (x / x) = 0 - Complex.log_exp π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} (hxβ : -Real.pi < x.im) (hxβ : x.im β€ Real.pi) : Complex.log (Complex.exp x) = x - Complex.log_neg_one π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Complex.log (-1) = βReal.pi * Complex.I - Complex.ofNat_log π Mathlib.Analysis.SpecialFunctions.Complex.Log
{n : β} [n.AtLeastTwo] : β(Real.log (OfNat.ofNat n)) = Complex.log (OfNat.ofNat n) - continuousAt_clog π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} (h : x β Complex.slitPlane) : ContinuousAt Complex.log x - Complex.log_I π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Complex.log Complex.I = βReal.pi / 2 * Complex.I - Complex.log_mul_ofReal π Mathlib.Analysis.SpecialFunctions.Complex.Log
(r : β) (hr : 0 < r) (x : β) (hx : x β 0) : Complex.log (x * βr) = β(Real.log r) + Complex.log x - Complex.log_ofReal_mul π Mathlib.Analysis.SpecialFunctions.Complex.Log
{r : β} (hr : 0 < r) {x : β} (hx : x β 0) : Complex.log (βr * x) = β(Real.log r) + Complex.log x - Complex.log_neg_I π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Complex.log (-Complex.I) = -(βReal.pi / 2) * Complex.I - Continuous.clog π Mathlib.Analysis.SpecialFunctions.Complex.Log
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} (hβ : Continuous f) (hβ : β (x : Ξ±), f x β Complex.slitPlane) : Continuous fun t => Complex.log (f t) - ContinuousAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.Log
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} {x : Ξ±} (hβ : ContinuousAt f x) (hβ : f x β Complex.slitPlane) : ContinuousAt (fun t => Complex.log (f t)) x - ContinuousWithinAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.Log
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} {s : Set Ξ±} {x : Ξ±} (hβ : ContinuousWithinAt f s x) (hβ : f x β Complex.slitPlane) : ContinuousWithinAt (fun t => Complex.log (f t)) s x - Filter.Tendsto.clog π Mathlib.Analysis.SpecialFunctions.Complex.Log
{Ξ± : Type u_1} {l : Filter Ξ±} {f : Ξ± β β} {x : β} (h : Filter.Tendsto f l (nhds x)) (hx : x β Complex.slitPlane) : Filter.Tendsto (fun t => Complex.log (f t)) l (nhds (Complex.log x)) - Complex.log_inv_eq_ite π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : Complex.log xβ»ΒΉ = if x.arg = Real.pi then -(starRingEnd β) (Complex.log x) else -Complex.log x - Complex.log_exp_exists π Mathlib.Analysis.SpecialFunctions.Complex.Log
(z : β) : β n, Complex.log (Complex.exp z) = z + βn * (2 * βReal.pi * Complex.I) - Complex.log_exp_eq_re_add_toIocMod π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : Complex.log (Complex.exp x) = βx.re + β(toIocMod Real.two_pi_pos (-Real.pi) x.im) * Complex.I - ContinuousOn.clog π Mathlib.Analysis.SpecialFunctions.Complex.Log
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} {s : Set Ξ±} (hβ : ContinuousOn f s) (hβ : β x β s, f x β Complex.slitPlane) : ContinuousOn (fun t => Complex.log (f t)) s - Complex.continuousWithinAt_log_of_re_neg_of_im_zero π Mathlib.Analysis.SpecialFunctions.Complex.Log
{z : β} (hre : z.re < 0) (him : z.im = 0) : ContinuousWithinAt Complex.log {z | 0 β€ z.im} z - Complex.log_mul π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x y : β} (hxβ : x β 0) (hyβ : y β 0) : x.arg + y.arg β Set.Ioc (-Real.pi) Real.pi β Complex.log (x * y) = Complex.log x + Complex.log y - Complex.log_mul_eq_add_log_iff π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x y : β} (hxβ : x β 0) (hyβ : y β 0) : Complex.log (x * y) = Complex.log x + Complex.log y β x.arg + y.arg β Set.Ioc (-Real.pi) Real.pi - Complex.log_conj π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) (h : x.arg β Real.pi) : Complex.log ((starRingEnd β) x) = (starRingEnd β) (Complex.log x) - Complex.log_conj_eq_ite π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : Complex.log ((starRingEnd β) x) = if x.arg = Real.pi then Complex.log x else (starRingEnd β) (Complex.log x) - Complex.tendsto_log_nhdsWithin_im_neg_of_re_neg_of_im_zero π Mathlib.Analysis.SpecialFunctions.Complex.Log
{z : β} (hre : z.re < 0) (him : z.im = 0) : Filter.Tendsto Complex.log (nhdsWithin z {z | z.im < 0}) (nhds (β(Real.log βzβ) - βReal.pi * Complex.I)) - Complex.tendsto_log_nhdsWithin_im_nonneg_of_re_neg_of_im_zero π Mathlib.Analysis.SpecialFunctions.Complex.Log
{z : β} (hre : z.re < 0) (him : z.im = 0) : Filter.Tendsto Complex.log (nhdsWithin z {z | 0 β€ z.im}) (nhds (β(Real.log βzβ) + βReal.pi * Complex.I)) - Complex.log_exp_eq_sub_toIocDiv π Mathlib.Analysis.SpecialFunctions.Complex.Log
(x : β) : Complex.log (Complex.exp x) = x - β(toIocDiv Real.two_pi_pos (-Real.pi) x.im) * (2 * βReal.pi * Complex.I) - Complex.cpow_def_of_ne_zero π Mathlib.Analysis.SpecialFunctions.Pow.Complex
{x : β} (hx : x β 0) (y : β) : x ^ y = Complex.exp (Complex.log x * y) - Complex.cpow_def π Mathlib.Analysis.SpecialFunctions.Pow.Complex
(x y : β) : x ^ y = if x = 0 then if y = 0 then 1 else 0 else Complex.exp (Complex.log x * y) - Complex.cpow_mul π Mathlib.Analysis.SpecialFunctions.Pow.Complex
{x y : β} (z : β) (hβ : -Real.pi < (Complex.log x * y).im) (hβ : (Complex.log x * y).im β€ Real.pi) : x ^ (y * z) = (x ^ y) ^ z - Complex.norm_log_natCast_le_rpow_div π Mathlib.Analysis.SpecialFunctions.Pow.Real
(n : β) {Ξ΅ : β} (hΞ΅ : 0 < Ξ΅) : βComplex.log βnβ β€ βn ^ Ξ΅ / Ξ΅ - cpow_eq_nhds π Mathlib.Analysis.SpecialFunctions.Pow.Continuity
{a b : β} (ha : a β 0) : (fun x => x ^ b) =αΆ [nhds a] fun x => Complex.exp (Complex.log x * b) - cpow_eq_nhds' π Mathlib.Analysis.SpecialFunctions.Pow.Continuity
{p : β Γ β} (hp_fst : p.1 β 0) : (fun x => x.1 ^ x.2) =αΆ [nhds p] fun x => Complex.exp (Complex.log x.1 * x.2) - Complex.measurable_log π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
: Measurable Complex.log - Measurable.clog π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {f : Ξ± β β} (hf : Measurable f) : Measurable fun x => Complex.log (f x) - AEMeasurable.clog π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} {f : Ξ± β β} (hf : AEMeasurable f ΞΌ) : AEMeasurable (fun x => Complex.log (f x)) ΞΌ - Complex.contDiffAt_log π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{x : β} (h : x β Complex.slitPlane) {n : WithTop ββ} : ContDiffAt β n Complex.log x - Complex.deriv_log π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{x : β} (h : x β Complex.slitPlane) : deriv Complex.log x = xβ»ΒΉ - Complex.differentiableAt_log π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{z : β} (hz : z β Complex.slitPlane) : DifferentiableAt β Complex.log z - Complex.hasDerivAt_log π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{z : β} (hz : z β Complex.slitPlane) : HasDerivAt Complex.log zβ»ΒΉ z - Complex.hasStrictDerivAt_log π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{x : β} (h : x β Complex.slitPlane) : HasStrictDerivAt Complex.log xβ»ΒΉ x - Differentiable.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} (hβ : Differentiable β f) (hβ : β (x : E), f x β Complex.slitPlane) : Differentiable β fun t => Complex.log (f t) - Complex.deriv_log_comp_eq_logDeriv π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {x : β} (hβ : DifferentiableAt β f x) (hβ : f x β Complex.slitPlane) : deriv (Complex.log β f) x = logDeriv f x - DifferentiableAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (hβ : DifferentiableAt β f x) (hβ : f x β Complex.slitPlane) : DifferentiableAt β (fun t => Complex.log (f t)) x - DifferentiableWithinAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} {x : E} (hβ : DifferentiableWithinAt β f s x) (hβ : f x β Complex.slitPlane) : DifferentiableWithinAt β (fun t => Complex.log (f t)) s x - DifferentiableOn.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} (hβ : DifferentiableOn β f s) (hβ : β x β s, f x β Complex.slitPlane) : DifferentiableOn β (fun t => Complex.log (f t)) s - HasDerivAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {f' x : β} (hβ : HasDerivAt f f' x) (hβ : f x β Complex.slitPlane) : HasDerivAt (fun t => Complex.log (f t)) (f' / f x) x - HasStrictDerivAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {f' x : β} (hβ : HasStrictDerivAt f f' x) (hβ : f x β Complex.slitPlane) : HasStrictDerivAt (fun t => Complex.log (f t)) (f' / f x) x - HasDerivWithinAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {f' x : β} {s : Set β} (hβ : HasDerivWithinAt f f' s x) (hβ : f x β Complex.slitPlane) : HasDerivWithinAt (fun t => Complex.log (f t)) (f' / f x) s x - HasDerivAt.clog_real π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {x : β} {f' : β} (hβ : HasDerivAt f f' x) (hβ : f x β Complex.slitPlane) : HasDerivAt (fun t => Complex.log (f t)) (f' / f x) x - HasStrictDerivAt.clog_real π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {x : β} {f' : β} (hβ : HasStrictDerivAt f f' x) (hβ : f x β Complex.slitPlane) : HasStrictDerivAt (fun t => Complex.log (f t)) (f' / f x) x - HasDerivWithinAt.clog_real π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{f : β β β} {s : Set β} {x : β} {f' : β} (hβ : HasDerivWithinAt f f' s x) (hβ : f x β Complex.slitPlane) : HasDerivWithinAt (fun t => Complex.log (f t)) (f' / f x) s x - HasFDerivAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} (hβ : HasFDerivAt f f' x) (hβ : f x β Complex.slitPlane) : HasFDerivAt (fun t => Complex.log (f t)) ((f x)β»ΒΉ β’ f') x - HasStrictFDerivAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} (hβ : HasStrictFDerivAt f f' x) (hβ : f x β Complex.slitPlane) : HasStrictFDerivAt (fun t => Complex.log (f t)) ((f x)β»ΒΉ β’ f') x - HasFDerivWithinAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {s : Set E} {x : E} (hβ : HasFDerivWithinAt f f' s x) (hβ : f x β Complex.slitPlane) : HasFDerivWithinAt (fun t => Complex.log (f t)) ((f x)β»ΒΉ β’ f') s x - Complex.hasStrictFDerivAt_log_real π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
{x : β} (h : x β Complex.slitPlane) : HasStrictFDerivAt Complex.log (xβ»ΒΉ β’ 1) x - analyticAt_clog π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
{z : β} (m : z β Complex.slitPlane) : AnalyticAt β Complex.log z - AnalyticAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (fa : AnalyticAt β f x) (m : f x β Complex.slitPlane) : AnalyticAt β (fun z => Complex.log (f z)) x - AnalyticWithinAt.clog π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {s : Set E} (fa : AnalyticWithinAt β f s x) (m : f x β Complex.slitPlane) : AnalyticWithinAt β (fun z => Complex.log (f z)) s x - AnalyticOn.clog π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} (fs : AnalyticOn β f s) (m : β z β s, f z β Complex.slitPlane) : AnalyticOn β (fun z => Complex.log (f z)) s - AnalyticOnNhd.clog π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} (fs : AnalyticOnNhd β f s) (m : β z β s, f z β Complex.slitPlane) : AnalyticOnNhd β (fun z => Complex.log (f z)) s - iteratedDeriv_succ_log π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
{n : β} {x : β} (hx : x β Complex.slitPlane) : iteratedDeriv (n + 1) Complex.log x = (-1) ^ n * βn.factorial * x ^ (-βn - 1) - hasFPowerSeriesAt_clog_one π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
: HasFPowerSeriesAt Complex.log (FormalMultilinearSeries.ofScalars β fun n => -(-1) ^ n / βn) 1 - hasFPowerSeriesAt_clog_one_add π Mathlib.Analysis.SpecialFunctions.Complex.Analytic
: HasFPowerSeriesAt (fun x => Complex.log (1 + x)) (FormalMultilinearSeries.ofScalars β fun n => -(-1) ^ n / βn) 0 - Complex.hasStrictDerivAt_const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{x y : β} (h : x β 0 β¨ y β 0) : HasStrictDerivAt (fun y => x ^ y) (x ^ y * Complex.log x) y - Complex.deriv_const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f : β β β} {x : β} (hf : DifferentiableAt β f x) (c : β) : deriv (fun x => c ^ f x) x = Complex.log c * deriv f x * c ^ f x - Complex.derivWithin_const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f : β β β} {s : Set β} {x : β} (hf : DifferentiableWithinAt β f s x) (c : β) : derivWithin (fun x => c ^ f x) s x = Complex.log c * derivWithin f s x * c ^ f x - HasDerivAt.const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f : β β β} {f' x c : β} (hf : HasDerivAt f f' x) (h0 : c β 0 β¨ f x β 0) : HasDerivAt (fun x => c ^ f x) (c ^ f x * Complex.log c * f') x - HasStrictDerivAt.const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f : β β β} {f' x c : β} (hf : HasStrictDerivAt f f' x) (h : c β 0 β¨ f x β 0) : HasStrictDerivAt (fun x => c ^ f x) (c ^ f x * Complex.log c * f') x - HasDerivWithinAt.const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f : β β β} {s : Set β} {f' x c : β} (hf : HasDerivWithinAt f f' s x) (h0 : c β 0 β¨ f x β 0) : HasDerivWithinAt (fun x => c ^ f x) (c ^ f x * Complex.log c * f') s x - HasDerivAt.cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f g : β β β} {f' g' x : β} (hf : HasDerivAt f f' x) (hg : HasDerivAt g g' x) (h0 : f x β Complex.slitPlane) : HasDerivAt (fun x => f x ^ g x) (g x * f x ^ (g x - 1) * f' + f x ^ g x * Complex.log (f x) * g') x - HasStrictDerivAt.cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f g : β β β} {f' g' x : β} (hf : HasStrictDerivAt f f' x) (hg : HasStrictDerivAt g g' x) (h0 : f x β Complex.slitPlane) : HasStrictDerivAt (fun x => f x ^ g x) (g x * f x ^ (g x - 1) * f' + f x ^ g x * Complex.log (f x) * g') x - HasDerivWithinAt.cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{f g : β β β} {s : Set β} {f' g' x : β} (hf : HasDerivWithinAt f f' s x) (hg : HasDerivWithinAt g g' s x) (h0 : f x β Complex.slitPlane) : HasDerivWithinAt (fun x => f x ^ g x) (g x * f x ^ (g x - 1) * f' + f x ^ g x * Complex.log (f x) * g') s x - HasFDerivAt.const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} {c : β} (hf : HasFDerivAt f f' x) (h0 : c β 0 β¨ f x β 0) : HasFDerivAt (fun x => c ^ f x) ((c ^ f x * Complex.log c) β’ f') x - HasStrictFDerivAt.const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} {c : β} (hf : HasStrictFDerivAt f f' x) (h0 : c β 0 β¨ f x β 0) : HasStrictFDerivAt (fun x => c ^ f x) ((c ^ f x * Complex.log c) β’ f') x - HasFDerivWithinAt.const_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} {s : Set E} {c : β} (hf : HasFDerivWithinAt f f' s x) (h0 : c β 0 β¨ f x β 0) : HasFDerivWithinAt (fun x => c ^ f x) ((c ^ f x * Complex.log c) β’ f') s x - HasFDerivAt.cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f g : E β β} {f' g' : StrongDual β E} {x : E} (hf : HasFDerivAt f f' x) (hg : HasFDerivAt g g' x) (h0 : f x β Complex.slitPlane) : HasFDerivAt (fun x => f x ^ g x) ((g x * f x ^ (g x - 1)) β’ f' + (f x ^ g x * Complex.log (f x)) β’ g') x - HasStrictFDerivAt.cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f g : E β β} {f' g' : StrongDual β E} {x : E} (hf : HasStrictFDerivAt f f' x) (hg : HasStrictFDerivAt g g' x) (h0 : f x β Complex.slitPlane) : HasStrictFDerivAt (fun x => f x ^ g x) ((g x * f x ^ (g x - 1)) β’ f' + (f x ^ g x * Complex.log (f x)) β’ g') x - HasFDerivWithinAt.cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f g : E β β} {f' g' : StrongDual β E} {x : E} {s : Set E} (hf : HasFDerivWithinAt f f' s x) (hg : HasFDerivWithinAt g g' s x) (h0 : f x β Complex.slitPlane) : HasFDerivWithinAt (fun x => f x ^ g x) ((g x * f x ^ (g x - 1)) β’ f' + (f x ^ g x * Complex.log (f x)) β’ g') s x - Complex.hasStrictFDerivAt_cpow' π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{x y : β} (hp : x β Complex.slitPlane) : HasStrictFDerivAt (fun x => x.1 ^ x.2) ((y * x ^ (y - 1)) β’ ContinuousLinearMap.fst β β β + (x ^ y * Complex.log x) β’ ContinuousLinearMap.snd β β β) (x, y) - Complex.hasFDerivAt_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{p : β Γ β} (hp : p.1 β Complex.slitPlane) : HasFDerivAt (fun x => x.1 ^ x.2) ((p.2 * p.1 ^ (p.2 - 1)) β’ ContinuousLinearMap.fst β β β + (p.1 ^ p.2 * Complex.log p.1) β’ ContinuousLinearMap.snd β β β) p - Complex.hasStrictFDerivAt_cpow π Mathlib.Analysis.SpecialFunctions.Pow.Deriv
{p : β Γ β} (hp : p.1 β Complex.slitPlane) : HasStrictFDerivAt (fun x => x.1 ^ x.2) ((p.2 * p.1 ^ (p.2 - 1)) β’ ContinuousLinearMap.fst β β β + (p.1 ^ p.2 * Complex.log p.1) β’ ContinuousLinearMap.snd β β β) p - sqrt_eq_exp π Mathlib.Analysis.RCLike.Sqrt
{z : β} (hz : z β 0) : z.sqrt = Complex.exp (Complex.log z / 2) - Complex.log_sub_self_isBigO π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
: (fun z => Complex.log (1 + z) - z) =O[nhds 0] fun z => z ^ 2 - Complex.hasSum_taylorSeries_neg_log π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ < 1) : HasSum (fun n => z ^ n / βn) (-Complex.log (1 - z)) - Complex.tendsto_mul_log_one_add_of_tendsto π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{g : β β β} {t : β} (hg : Filter.Tendsto (fun x => βx * g x) Filter.atTop (nhds t)) : Filter.Tendsto (fun x => βx * Complex.log (1 + g x)) Filter.atTop (nhds t) - Complex.tendsto_nat_mul_log_one_add_of_tendsto π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{g : β β β} {t : β} (hg : Filter.Tendsto (fun n => βn * g n) Filter.atTop (nhds t)) : Filter.Tendsto (fun n => βn * Complex.log (1 + g n)) Filter.atTop (nhds t) - Complex.log_sub_logTaylor_isBigO π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
(n : β) : (fun z => Complex.log (1 + z) - Complex.logTaylor (n + 1) z) =O[nhds 0] fun z => z ^ (n + 1) - Complex.hasSum_taylorSeries_neg_log' π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ < 1) : HasSum (fun n => z ^ (n + 1) / (βn + 1)) (-Complex.log (1 - z)) - Complex.norm_log_one_add_sub_self_le π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ < 1) : βComplex.log (1 + z) - zβ β€ βzβ ^ 2 * (1 - βzβ)β»ΒΉ / 2 - Complex.hasSum_taylorSeries_log π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ < 1) : HasSum (fun n => (-1) ^ (n + 1) * z ^ n / βn) (Complex.log (1 + z)) - Complex.norm_log_one_add_half_le_self π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ β€ 1 / 2) : βComplex.log (1 + z)β β€ 3 / 2 * βzβ - Complex.norm_log_one_add_le π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ < 1) : βComplex.log (1 + z)β β€ βzβ ^ 2 * (1 - βzβ)β»ΒΉ / 2 + βzβ - Complex.norm_log_one_sub_inv_sub_self_le π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : βzβ < 1) : βComplex.log (1 - z)β»ΒΉ - zβ β€ βzβ ^ 2 * (1 - βzβ)β»ΒΉ / 2 - Complex.log_eq_integral π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : 1 + z β Complex.slitPlane) : Complex.log (1 + z) = z * β« (t : β) in 0..1, (1 + t β’ z)β»ΒΉ - Complex.log_inv_eq_integral π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
{z : β} (hz : 1 - z β Complex.slitPlane) : Complex.log (1 - z)β»ΒΉ = z * β« (t : β) in 0..1, (1 - t β’ z)β»ΒΉ - Complex.norm_log_sub_logTaylor_le π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
(n : β) {z : β} (hz : βzβ < 1) : βComplex.log (1 + z) - Complex.logTaylor (n + 1) zβ β€ βzβ ^ (n + 1) * (1 - βzβ)β»ΒΉ / (βn + 1) - Complex.norm_log_one_sub_inv_add_logTaylor_neg_le π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
(n : β) {z : β} (hz : βzβ < 1) : βComplex.log (1 - z)β»ΒΉ + Complex.logTaylor (n + 1) (-z)β β€ βzβ ^ (n + 1) * (1 - βzβ)β»ΒΉ / (βn + 1) - Complex.hasDerivAt_log_sub_logTaylor π Mathlib.Analysis.SpecialFunctions.Complex.LogBounds
(n : β) {z : β} (hz : 1 + z β Complex.slitPlane) : HasDerivAt (fun z => Complex.log (1 + z) - Complex.logTaylor (n + 1) z) ((-z) ^ n * (1 + z)β»ΒΉ) z - Complex.multipliable_of_summable_log π Mathlib.Analysis.SpecialFunctions.Log.Summable
{ΞΉ : Type u_1} {f : ΞΉ β β} (hf : Summable fun i => Complex.log (f i)) : Multipliable f - Complex.summable_log_one_add_of_summable π Mathlib.Analysis.SpecialFunctions.Log.Summable
{ΞΉ : Type u_1} {f : ΞΉ β β} (hf : Summable f) : Summable fun i => Complex.log (1 + f i) - Complex.hasProd_of_hasSum_log π Mathlib.Analysis.SpecialFunctions.Log.Summable
{ΞΉ : Type u_1} {f : ΞΉ β β} {a : β} (hfn : β (i : ΞΉ), f i β 0) (hf : HasSum (fun i => Complex.log (f i)) a) : HasProd f (Complex.exp a) - Complex.cexp_tsum_eq_tprod π Mathlib.Analysis.SpecialFunctions.Log.Summable
{ΞΉ : Type u_1} {f : ΞΉ β β} (hfn : β (i : ΞΉ), f i β 0) (hf : Summable fun i => Complex.log (f i)) : Complex.exp (β' (i : ΞΉ), Complex.log (f i)) = β' (i : ΞΉ), f i - multipliableUniformlyOn_of_clog π Mathlib.Analysis.Normed.Module.MultipliableUniformlyOn
{Ξ± : Type u_1} {ΞΉ : Type u_2} {s : Set Ξ±} {f : ΞΉ β Ξ± β β} (hf : SummableUniformlyOn (fun i x => Complex.log (f i x)) s) (hfn : β x β s, β (i : ΞΉ), f i x β 0) (hg : BddAbove ((fun x => (β' (i : ΞΉ), Complex.log (f i x)).re) '' s)) : MultipliableUniformlyOn f s - Summable.hasSumUniformlyOn_log_one_add π Mathlib.Analysis.Normed.Module.MultipliableUniformlyOn
{Ξ± : Type u_1} {ΞΉ : Type u_2} {K : Set Ξ±} {u : ΞΉ β β} {f : ΞΉ β Ξ± β β} (hu : Summable u) (h : βαΆ (i : ΞΉ) in Filter.cofinite, β x β K, βf i xβ β€ u i) : HasSumUniformlyOn (fun i x => Complex.log (1 + f i x)) (fun x => β' (i : ΞΉ), Complex.log (1 + f i x)) K - Summable.tendstoUniformlyOn_tsum_nat_log_one_add π Mathlib.Analysis.Normed.Module.MultipliableUniformlyOn
{Ξ± : Type u_1} {K : Set Ξ±} {f : β β Ξ± β β} {u : β β β} (hu : Summable u) (h : βαΆ (n : β) in Filter.atTop, β x β K, βf n xβ β€ u n) : TendstoUniformlyOn (fun n x => β m β Finset.range n, Complex.log (1 + f m x)) (fun x => β' (n : β), Complex.log (1 + f n x)) Filter.atTop K - hasProdUniformlyOn_of_clog π Mathlib.Analysis.Normed.Module.MultipliableUniformlyOn
{Ξ± : Type u_1} {ΞΉ : Type u_2} {s : Set Ξ±} {f : ΞΉ β Ξ± β β} (hf : SummableUniformlyOn (fun i x => Complex.log (f i x)) s) (hfn : β x β s, β (i : ΞΉ), f i x β 0) (hg : BddAbove ((fun x => (β' (i : ΞΉ), Complex.log (f i x)).re) '' s)) : HasProdUniformlyOn f (fun x => β' (i : ΞΉ), f i x) s - Complex.hasSum_arctan_aux π Mathlib.Analysis.SpecialFunctions.Complex.Arctan
{z : β} (hz : βzβ < 1) : Complex.log (1 + z * Complex.I) + -Complex.log (1 - z * Complex.I) = Complex.log ((1 + z * Complex.I) / (1 - z * Complex.I)) - Complex.hasDerivAt_Gammaβ_one π Mathlib.NumberTheory.Harmonic.GammaDeriv
: HasDerivAt Complex.Gammaβ (-(βReal.eulerMascheroniConstant + Complex.log (2 * βReal.pi)) / βReal.pi) 1 - Complex.hasDerivAt_Gammaβ_one π Mathlib.NumberTheory.Harmonic.GammaDeriv
: HasDerivAt Complex.Gammaβ (-(βReal.eulerMascheroniConstant + Complex.log (4 * βReal.pi)) / 2) 1 - Complex.hasDerivAt_Gamma_one_half π Mathlib.NumberTheory.Harmonic.GammaDeriv
: HasDerivAt Complex.Gamma (-ββReal.pi * (βReal.eulerMascheroniConstant + 2 * Complex.log 2)) (1 / 2) - Complex.digamma_one_half π Mathlib.Analysis.SpecialFunctions.Gamma.Digamma
: (1 / 2).digamma = -2 * Complex.log 2 - βReal.eulerMascheroniConstant - Complex.digamma_two_mul π Mathlib.Analysis.SpecialFunctions.Gamma.Digamma
{s : β} (hs : β (m : β), 2 * s β -βm) : (2 * s).digamma = 1 / 2 * (s.digamma + (s + 1 / 2).digamma) + Complex.log 2 - Summable.clog_one_sub π Mathlib.NumberTheory.EulerProduct.ExpLog
{Ξ± : Type u_1} {f : Ξ± β β} (hsum : Summable f) : Summable fun n => Complex.log (1 - f n) - EulerProduct.exp_tsum_primes_log_eq_tsum π Mathlib.NumberTheory.EulerProduct.ExpLog
{f : β β*β β} (hsum : Summable fun x => βf xβ) : Complex.exp (β' (p : Nat.Primes), -Complex.log (1 - f βp)) = β' (n : β), f n - ArithmeticFunction.convolution_vonMangoldt_const_one π Mathlib.NumberTheory.LSeries.Dirichlet
: LSeries.convolution (fun n => β(ArithmeticFunction.vonMangoldt n)) 1 = fun n => Complex.log βn - ArithmeticFunction.convolution_vonMangoldt_zeta π Mathlib.NumberTheory.LSeries.Dirichlet
: (LSeries.convolution (fun n => β(ArithmeticFunction.vonMangoldt n)) fun n => β(ArithmeticFunction.zeta n)) = fun n => Complex.log βn - DirichletCharacter.convolution_twist_vonMangoldt π Mathlib.NumberTheory.LSeries.Dirichlet
{N : β} (Ο : DirichletCharacter β N) : (LSeries.convolution ((fun n => Ο βn) * fun n => β(ArithmeticFunction.vonMangoldt n)) fun n => Ο βn) = (fun n => Ο βn) * fun n => Complex.log βn - riemannZeta_eulerProduct_exp_log π Mathlib.NumberTheory.EulerProduct.DirichletLSeries
{s : β} (hs : 1 < s.re) : Complex.exp (β' (p : Nat.Primes), -Complex.log (1 - ββp ^ (-s))) = riemannZeta s - ArithmeticFunction.LSeries_zeta_eulerProduct_exp_log π Mathlib.NumberTheory.EulerProduct.DirichletLSeries
{s : β} (hs : 1 < s.re) : Complex.exp (β' (p : Nat.Primes), -Complex.log (1 - ββp ^ (-s))) = LSeries 1 s - DirichletCharacter.LSeries_eulerProduct_exp_log π Mathlib.NumberTheory.EulerProduct.DirichletLSeries
{N : β} (Ο : DirichletCharacter β N) {s : β} (hs : 1 < s.re) : Complex.exp (β' (p : Nat.Primes), -Complex.log (1 - Ο ββp * ββp ^ (-s))) = LSeries (fun n => Ο βn) s - DirichletCharacter.eulerProduct_log_eq_LSeries π Mathlib.NumberTheory.EulerProduct.DirichletLSeries
{N : β} (Ο : DirichletCharacter β N) {s : β} (hs : 1 < s.re) : β' (p : Nat.Primes), -Complex.log (1 - Ο ββp * ββp ^ (-s)) = LSeries (fun n => Ο βn * β(ArithmeticFunction.vonMangoldt n) / β(Real.log βn)) s - completedRiemannZeta_one π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: completedRiemannZeta 1 = (βReal.eulerMascheroniConstant - Complex.log (4 * βReal.pi)) / 2 - riemannZeta_one π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: riemannZeta 1 = (βReal.eulerMascheroniConstant - Complex.log (4 * βReal.pi)) / 2 - completedRiemannZetaβ_one π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: completedRiemannZetaβ 1 = (βReal.eulerMascheroniConstant - Complex.log (4 * βReal.pi)) / 2 + 1 - completedRiemannZetaβ_zero π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: completedRiemannZetaβ 0 = (βReal.eulerMascheroniConstant - Complex.log (4 * βReal.pi)) / 2 + 1 - deriv_riemannZeta_zero π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: deriv riemannZeta 0 = -Complex.log (2 * βReal.pi) / 2 - ZetaAsymptotics.tendsto_riemannZeta_sub_one_div_Gammaβ π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: Filter.Tendsto (fun s => riemannZeta s - 1 / s.Gammaβ / (s - 1)) (nhdsWithin 1 {1}αΆ) (nhds ((βReal.eulerMascheroniConstant - Complex.log (4 * βReal.pi)) / 2)) - ZetaAsymptotics.tendsto_Gamma_term_aux π Mathlib.NumberTheory.Harmonic.ZetaAsymp
: Filter.Tendsto (fun s => 1 / (s - 1) - 1 / s.Gammaβ / (s - 1)) (nhdsWithin 1 {1}αΆ) (nhds (-(βReal.eulerMascheroniConstant + Complex.log (4 * βReal.pi)) / 2)) - DirichletCharacter.summable_neg_log_one_sub_mul_prime_cpow π Mathlib.NumberTheory.LSeries.Nonvanishing
{N : β} (Ο : DirichletCharacter β N) {s : β} (hs : 1 < s.re) : Summable fun p => -Complex.log (1 - Ο ββp * ββp ^ (-s))
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c