Loogle!
Result
Found 366 declarations mentioning Complex.exp. Of these, only the first 200 are shown.
- Complex.exp π Mathlib.Analysis.Complex.Exponential
(z : β) : β - Complex.exp_ofReal_re π Mathlib.Analysis.Complex.Exponential
(x : β) : (Complex.exp βx).re = Real.exp x - Complex.ofReal_exp π Mathlib.Analysis.Complex.Exponential
(x : β) : β(Real.exp x) = Complex.exp βx - Complex.exp_ne_zero π Mathlib.Analysis.Complex.Exponential
(x : β) : Complex.exp x β 0 - Complex.norm_exp_ofReal π Mathlib.Analysis.Complex.Exponential
(x : β) : βComplex.exp βxβ = Real.exp x - Complex.ofReal_exp_ofReal_re π Mathlib.Analysis.Complex.Exponential
(x : β) : β(Complex.exp βx).re = Complex.exp βx - Complex.exp_neg π Mathlib.Analysis.Complex.Exponential
(x : β) : Complex.exp (-x) = (Complex.exp x)β»ΒΉ - Complex.exp_ofReal_im π Mathlib.Analysis.Complex.Exponential
(x : β) : (Complex.exp βx).im = 0 - Complex.norm_exp_le_exp_norm π Mathlib.Analysis.Complex.Exponential
(x : β) : βComplex.exp xβ β€ Real.exp βxβ - Complex.exp_zero π Mathlib.Analysis.Complex.Exponential
: Complex.exp 0 = 1 - Complex.exp_list_sum π Mathlib.Analysis.Complex.Exponential
(l : List β) : Complex.exp l.sum = (List.map Complex.exp l).prod - Complex.exp_multiset_sum π Mathlib.Analysis.Complex.Exponential
(s : Multiset β) : Complex.exp s.sum = (Multiset.map Complex.exp s).prod - Complex.exp_def π Mathlib.Analysis.Complex.Exponential
(z : β) : Complex.exp z = (Complex.exp' z).lim - Complex.exp_add π Mathlib.Analysis.Complex.Exponential
(x y : β) : Complex.exp (x + y) = Complex.exp x * Complex.exp y - Complex.exp_sub π Mathlib.Analysis.Complex.Exponential
(x y : β) : Complex.exp (x - y) = Complex.exp x / Complex.exp y - Complex.exp_sum π Mathlib.Analysis.Complex.Exponential
{Ξ± : Type u_1} (s : Finset Ξ±) (f : Ξ± β β) : Complex.exp (β x β s, f x) = β x β s, Complex.exp (f x) - Complex.exp_int_mul π Mathlib.Analysis.Complex.Exponential
(z : β) (n : β€) : Complex.exp (βn * z) = Complex.exp z ^ n - Complex.exp_nat_mul π Mathlib.Analysis.Complex.Exponential
(x : β) (n : β) : Complex.exp (βn * x) = Complex.exp x ^ n - Complex.exp_nsmul π Mathlib.Analysis.Complex.Exponential
(x : β) (n : β) : Complex.exp (n β’ x) = Complex.exp x ^ n - Complex.norm_exp_sub_one_sub_id_le π Mathlib.Analysis.Complex.Exponential
{x : β} (hx : βxβ β€ 1) : βComplex.exp x - 1 - xβ β€ βxβ ^ 2 - Complex.norm_exp_sub_one_le π Mathlib.Analysis.Complex.Exponential
{x : β} (hx : βxβ β€ 1) : βComplex.exp x - 1β β€ 2 * βxβ - Complex.exp_nsmul' π Mathlib.Analysis.Complex.Exponential
(x a p : β) (n : β) : Complex.exp (a * βn * x / p) = Complex.exp (a * x / p) ^ n - Complex.exp_conj π Mathlib.Analysis.Complex.Exponential
(x : β) : Complex.exp ((starRingEnd β) x) = (starRingEnd β) (Complex.exp x) - Complex.norm_exp_sub_sum_le_norm_mul_exp π Mathlib.Analysis.Complex.Exponential
(x : β) (n : β) : βComplex.exp x - β m β Finset.range n, x ^ m / βm.factorialβ β€ βxβ ^ n * Real.exp βxβ - Complex.expMonoidHom_apply π Mathlib.Analysis.Complex.Exponential
(z : Multiplicative β) : Complex.expMonoidHom z = Complex.exp (Multiplicative.toAdd z) - Complex.norm_exp_sub_sum_le_exp_norm_sub_sum π Mathlib.Analysis.Complex.Exponential
(x : β) (n : β) : βComplex.exp x - β m β Finset.range n, x ^ m / βm.factorialβ β€ Real.exp βxβ - β m β Finset.range n, βxβ ^ m / βm.factorial - Complex.exp_bound π Mathlib.Analysis.Complex.Exponential
{x : β} (hx : βxβ β€ 1) {n : β} (hn : 0 < n) : βComplex.exp x - β m β Finset.range n, x ^ m / βm.factorialβ β€ βxβ ^ n * (βn.succ * (βn.factorial * βn)β»ΒΉ) - Complex.exp_bound' π Mathlib.Analysis.Complex.Exponential
{x : β} {n : β} (hx : βxβ / βn.succ β€ 1 / 2) : βComplex.exp x - β m β Finset.range n, x ^ m / βm.factorialβ β€ βxβ ^ n / βn.factorial * 2 - Complex.norm_exp π Mathlib.Analysis.Complex.Trigonometric
(z : β) : βComplex.exp zβ = Real.exp z.re - Complex.cosh_add_sinh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cosh x + Complex.sinh x = Complex.exp x - Complex.exp_sub_cosh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.exp x - Complex.cosh x = Complex.sinh x - Complex.exp_sub_sinh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.exp x - Complex.sinh x = Complex.cosh x - Complex.sinh_add_cosh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sinh x + Complex.cosh x = Complex.exp x - Complex.exp_ofReal_mul_I_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.exp (βx * Complex.I)).im = Real.sin x - Complex.exp_ofReal_mul_I_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.exp (βx * Complex.I)).re = Real.cos x - Complex.cosh_sub_sinh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cosh x - Complex.sinh x = Complex.exp (-x) - Complex.exp_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.exp x).im = Real.exp x.re * Real.sin x.im - Complex.exp_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.exp x).re = Real.exp x.re * Real.cos x.im - Complex.norm_exp_eq_iff_re_eq π Mathlib.Analysis.Complex.Trigonometric
{x y : β} : βComplex.exp xβ = βComplex.exp yβ β x.re = y.re - Complex.sinh_sub_cosh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sinh x - Complex.cosh x = -Complex.exp (-x) - Complex.norm_exp_I_mul_ofReal π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (Complex.I * βx)β = 1 - Complex.norm_exp_ofReal_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (βx * Complex.I)β = 1 - Complex.nnnorm_exp_I_mul_ofReal π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (Complex.I * βx)ββ = 1 - Complex.nnnorm_exp_ofReal_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (βx * Complex.I)ββ = 1 - Complex.enorm_exp_I_mul_ofReal π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (Complex.I * βx)ββ = 1 - Complex.enorm_exp_ofReal_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (βx * Complex.I)ββ = 1 - Complex.cos_add_sin_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cos x + Complex.sin x * Complex.I = Complex.exp (x * Complex.I) - Complex.exp_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.exp (x * Complex.I) = Complex.cos x + Complex.sin x * Complex.I - Complex.cos_sub_sin_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cos x - Complex.sin x * Complex.I = Complex.exp (-x * Complex.I) - Complex.exp_ofReal_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.exp (βx * Complex.I) = β(Real.cos x) + β(Real.sin x) * Complex.I - Complex.exp_eq_exp_re_mul_sin_add_cos π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.exp x = Complex.exp βx.re * (Complex.cos βx.im + Complex.sin βx.im * Complex.I) - Complex.two_cosh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : 2 * Complex.cosh x = Complex.exp x + Complex.exp (-x) - Complex.two_sinh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : 2 * Complex.sinh x = Complex.exp x - Complex.exp (-x) - Complex.exp_add_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.exp (x + y * Complex.I) = Complex.exp x * (Complex.cos y + Complex.sin y * Complex.I) - Complex.two_cos π Mathlib.Analysis.Complex.Trigonometric
(x : β) : 2 * Complex.cos x = Complex.exp (x * Complex.I) + Complex.exp (-x * Complex.I) - Complex.two_sin π Mathlib.Analysis.Complex.Trigonometric
(x : β) : 2 * Complex.sin x = (Complex.exp (-x * Complex.I) - Complex.exp (x * Complex.I)) * Complex.I - Complex.norm_exp_I_mul_ofReal_sub_one π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (Complex.I * βx) - 1β = β2 * Real.sin (x / 2)β - Complex.tendsto_exp_comap_re_atTop π Mathlib.Analysis.SpecialFunctions.Exp
: Filter.Tendsto Complex.exp (Filter.comap Complex.re Filter.atTop) (Bornology.cobounded β) - Complex.comap_exp_cobounded π Mathlib.Analysis.SpecialFunctions.Exp
: Filter.comap Complex.exp (Bornology.cobounded β) = Filter.comap Complex.re Filter.atTop - Complex.continuous_exp π Mathlib.Analysis.SpecialFunctions.Exp
: Continuous Complex.exp - Complex.tendsto_exp_comap_re_atBot π Mathlib.Analysis.SpecialFunctions.Exp
: Filter.Tendsto Complex.exp (Filter.comap Complex.re Filter.atBot) (nhds 0) - Complex.continuousOn_exp π Mathlib.Analysis.SpecialFunctions.Exp
{s : Set β} : ContinuousOn Complex.exp s - Complex.comap_exp_nhds_zero π Mathlib.Analysis.SpecialFunctions.Exp
: Filter.comap Complex.exp (nhds 0) = Filter.comap Complex.re Filter.atBot - UniformContinuousOn.cexp π Mathlib.Analysis.SpecialFunctions.Exp
(a : β) : UniformContinuousOn Complex.exp {x | x.re β€ a} - Continuous.cexp π Mathlib.Analysis.SpecialFunctions.Exp
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} (h : Continuous f) : Continuous fun y => Complex.exp (f y) - Complex.tendsto_exp_nhds_zero_iff π Mathlib.Analysis.SpecialFunctions.Exp
{Ξ± : Type u_1} {l : Filter Ξ±} {f : Ξ± β β} : Filter.Tendsto (fun x => Complex.exp (f x)) l (nhds 0) β Filter.Tendsto (fun x => (f x).re) l Filter.atBot - ContinuousAt.cexp π Mathlib.Analysis.SpecialFunctions.Exp
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} {x : Ξ±} (h : ContinuousAt f x) : ContinuousAt (fun y => Complex.exp (f y)) x - ContinuousOn.cexp π Mathlib.Analysis.SpecialFunctions.Exp
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} {s : Set Ξ±} (h : ContinuousOn f s) : ContinuousOn (fun y => Complex.exp (f y)) s - Complex.tendsto_exp_comap_re_atBot_nhdsNE π Mathlib.Analysis.SpecialFunctions.Exp
: Filter.Tendsto Complex.exp (Filter.comap Complex.re Filter.atBot) (nhdsWithin 0 {0}αΆ) - ContinuousWithinAt.cexp π Mathlib.Analysis.SpecialFunctions.Exp
{Ξ± : Type u_1} [TopologicalSpace Ξ±] {f : Ξ± β β} {s : Set Ξ±} {x : Ξ±} (h : ContinuousWithinAt f s x) : ContinuousWithinAt (fun y => Complex.exp (f y)) s x - Complex.comap_exp_nhdsNE π Mathlib.Analysis.SpecialFunctions.Exp
: Filter.comap Complex.exp (nhdsWithin 0 {0}αΆ) = Filter.comap Complex.re Filter.atBot - Filter.Tendsto.cexp π Mathlib.Analysis.SpecialFunctions.Exp
{Ξ± : Type u_1} {l : Filter Ξ±} {f : Ξ± β β} {z : β} (hf : Filter.Tendsto f l (nhds z)) : Filter.Tendsto (fun x => Complex.exp (f x)) l (nhds (Complex.exp z)) - HasSum.cexp π Mathlib.Analysis.SpecialFunctions.Exp
{ΞΉ : Type u_1} {f : ΞΉ β β} {a : β} (h : HasSum f a) : HasProd (Complex.exp β f) (Complex.exp a) - Complex.exp_sub_sum_range_isBigO_pow π Mathlib.Analysis.SpecialFunctions.Exp
(n : β) : (fun x => Complex.exp x - β i β Finset.range n, x ^ i / βi.factorial) =O[nhds 0] fun x => x ^ n - Complex.exp_bound_sq π Mathlib.Analysis.SpecialFunctions.Exp
(x z : β) (hz : βzβ β€ 1) : βComplex.exp (x + z) - Complex.exp x - z β’ Complex.exp xβ β€ βComplex.exp xβ * βzβ ^ 2 - Complex.locally_lipschitz_exp π Mathlib.Analysis.SpecialFunctions.Exp
{r : β} (hr_nonneg : 0 β€ r) (hr_le : r β€ 1) (x y : β) (hyx : βy - xβ < r) : βComplex.exp y - Complex.exp xβ β€ (1 + r) * βComplex.exp xβ * βy - xβ - Complex.exp_sub_sum_range_succ_isLittleO_pow π Mathlib.Analysis.SpecialFunctions.Exp
(n : β) : (fun x => Complex.exp x - β i β Finset.range (n + 1), x ^ i / βi.factorial) =o[nhds 0] fun x => x ^ n - Complex.exp_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic Complex.exp (βReal.pi * Complex.I) - Complex.exp_mul_I_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic (fun x => Complex.exp (x * Complex.I)) βReal.pi - Complex.exp_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.exp (βReal.pi * Complex.I) = -1 - Complex.exp_neg_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.exp (-(βReal.pi * Complex.I)) = -1 - Complex.exp_add_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(z : β) : Complex.exp (z + βReal.pi * Complex.I) = -Complex.exp z - Complex.exp_sub_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(z : β) : Complex.exp (z - βReal.pi * Complex.I) = -Complex.exp z - Complex.exp_periodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Periodic Complex.exp (2 * βReal.pi * Complex.I) - Complex.exp_pi_div_two_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.exp (βReal.pi / 2 * Complex.I) = Complex.I - Complex.exp_mul_I_periodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Periodic (fun x => Complex.exp (x * Complex.I)) (2 * βReal.pi) - Complex.exp_two_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.exp (2 * βReal.pi * Complex.I) = 1 - Complex.exp_neg_pi_div_two_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.exp (-βReal.pi / 2 * Complex.I) = -Complex.I - Complex.exp_int_mul_two_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(n : β€) : Complex.exp (βn * (2 * βReal.pi * Complex.I)) = 1 - Complex.exp_nat_mul_two_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(n : β) : Complex.exp (βn * (2 * βReal.pi * Complex.I)) = 1 - Complex.norm_exp_mul_exp_add_exp_neg_le_of_abs_im_le π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
{a b : β} (ha : a β€ 0) {z : β} (hz : |z.im| β€ b) (hb : b β€ Real.pi / 2) : βComplex.exp (βa * (Complex.exp z + Complex.exp (-z)))β β€ Real.exp (a * Real.cos b * Real.exp |z.re|) - Complex.norm_mul_exp_arg_mul_I π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(x : β) : ββxβ * Complex.exp (βx.arg * Complex.I) = x - Complex.norm_eq_one_iff π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(z : β) : βzβ = 1 β β ΞΈ, Complex.exp (βΞΈ * Complex.I) = z - Complex.range_exp_mul_I π Mathlib.Analysis.SpecialFunctions.Complex.Arg
: (Set.range fun x => Complex.exp (βx * Complex.I)) = Metric.sphere 0 1 - Complex.arg_exp π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(z : β) : (Complex.exp z).arg = toIocMod Real.two_pi_pos (-Real.pi) z.im - Complex.norm_eq_one_iff' π Mathlib.Analysis.SpecialFunctions.Complex.Arg
{x : β} : βxβ = 1 β β ΞΈ β Set.Ioc (-Real.pi) Real.pi, Complex.exp (βΞΈ * Complex.I) = x - Complex.image_exp_Ioc_eq_sphere π Mathlib.Analysis.SpecialFunctions.Complex.Arg
: (fun ΞΈ => Complex.exp (βΞΈ * Complex.I)) '' Set.Ioc (-Real.pi) Real.pi = Metric.sphere 0 1 - Complex.arg_exp_mul_I π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(ΞΈ : β) : (Complex.exp (βΞΈ * Complex.I)).arg = toIocMod Real.two_pi_pos (-Real.pi) ΞΈ - Complex.exp_mem_slitPlane π Mathlib.Analysis.SpecialFunctions.Complex.Arg
{z : β} : Complex.exp z β Complex.slitPlane β toIocMod Real.two_pi_pos (-Real.pi) z.im β Real.pi - Set.Countable.preimage_cexp π Mathlib.Analysis.SpecialFunctions.Complex.Log
{s : Set β} : s.Countable β (Complex.exp β»ΒΉ' s).Countable - Complex.countable_preimage_exp π Mathlib.Analysis.SpecialFunctions.Complex.Log
{s : Set β} : (Complex.exp β»ΒΉ' s).Countable β s.Countable - Complex.re_eq_re_of_cexp_eq_cexp π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x y : β} (h : Complex.exp x = Complex.exp y) : x.re = y.re - Complex.exp_log π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} (hx : x β 0) : Complex.exp (Complex.log x) = x - 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.range_exp π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Set.range Complex.exp = {0}αΆ - Complex.exp_eq_exp_iff_exp_sub_eq_one π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x y : β} : Complex.exp x = Complex.exp y β Complex.exp (x - y) = 1 - Complex.map_exp_comap_re_atTop π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Filter.map Complex.exp (Filter.comap Complex.re Filter.atTop) = Bornology.cobounded β - Complex.exp_inj_of_neg_pi_lt_of_le_pi π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x y : β} (hxβ : -Real.pi < x.im) (hxβ : x.im β€ Real.pi) (hyβ : -Real.pi < y.im) (hyβ : y.im β€ Real.pi) (hxy : Complex.exp x = Complex.exp y) : x = y - Complex.map_exp_comap_re_atBot π Mathlib.Analysis.SpecialFunctions.Complex.Log
: Filter.map Complex.exp (Filter.comap Complex.re Filter.atBot) = nhdsWithin 0 {0}αΆ - Complex.log_exp_exists π Mathlib.Analysis.SpecialFunctions.Complex.Log
(z : β) : β n, Complex.log (Complex.exp z) = z + βn * (2 * βReal.pi * Complex.I) - Complex.exp_eq_one_iff π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} : Complex.exp x = 1 β β n, x = β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 - Complex.exp_eq_exp_iff_exists_int π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x y : β} : Complex.exp x = Complex.exp y β β n, x = y + βn * (2 * βReal.pi * Complex.I) - Complex.exp_eq_one_iff_of_im_nonneg π Mathlib.Analysis.SpecialFunctions.Complex.Log
{x : β} (hx : 0 β€ x.im) : Complex.exp x = 1 β β n, x = βn * (2 * βReal.pi * Complex.I) - Complex.exp_two_pi_mul_I_mul_div_eq_one_iff π Mathlib.Analysis.SpecialFunctions.Complex.Log
{k N : β} (hN : N β 0) : Complex.exp (2 * βReal.pi * Complex.I * βk / βN) = 1 β N β£ k - 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.ofReal_cpow_of_nonpos π Mathlib.Analysis.SpecialFunctions.Pow.Real
{x : β} (hx : x β€ 0) (y : β) : βx ^ y = (-βx) ^ y * Complex.exp (βReal.pi * Complex.I * y) - 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_exp π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
: Measurable Complex.exp - Measurable.cexp π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {f : Ξ± β β} (hf : Measurable f) : Measurable fun x => Complex.exp (f x) - AEMeasurable.cexp π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} {f : Ξ± β β} (hf : AEMeasurable f ΞΌ) : AEMeasurable (fun x => Complex.exp (f x)) ΞΌ - circleMap_zero π Mathlib.Analysis.SpecialFunctions.Complex.CircleMap
(R ΞΈ : β) : circleMap 0 R ΞΈ = βR * Complex.exp (βΞΈ * Complex.I) - Complex.exp_eq_exp_β π Mathlib.Analysis.SpecialFunctions.Exponential
: Complex.exp = NormedSpace.exp - analyticAt_cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{z : β} : AnalyticAt β Complex.exp z - analyticOn_cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
: AnalyticOn β Complex.exp Set.univ - analyticOnNhd_cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{u : Set β} : AnalyticOnNhd β Complex.exp u - analyticWithinAt_cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{s : Set β} {x : β} : AnalyticWithinAt β Complex.exp s x - Complex.deriv_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
: deriv Complex.exp = Complex.exp - Complex.iter_deriv_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
(n : β) : deriv^[n] Complex.exp = Complex.exp - AnalyticAt.cexp' π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (fa : AnalyticAt β f x) : AnalyticAt β (fun z => Complex.exp (f z)) x - AnalyticOn.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} (fs : AnalyticOn β f s) : AnalyticOn β (fun z => Complex.exp (f z)) s - AnalyticOnNhd.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} (fs : AnalyticOnNhd β f s) : AnalyticOnNhd β (fun z => Complex.exp (f z)) s - Complex.contDiff_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {n : WithTop ββ} : ContDiff π n Complex.exp - AnalyticAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (fa : AnalyticAt β f x) : AnalyticAt β (Complex.exp β f) x - AnalyticWithinAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {s : Set E} (fa : AnalyticWithinAt β f s x) : AnalyticWithinAt β (fun z => Complex.exp (f z)) s x - iteratedDeriv_cexp_const_mul π Mathlib.Analysis.SpecialFunctions.ExpDeriv
(n : β) (c : β) : (iteratedDeriv n fun s => Complex.exp (c * s)) = fun s => c ^ n * Complex.exp (c * s) - ContDiff.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {n : WithTop ββ} (h : ContDiff π n f) : ContDiff π n fun x => Complex.exp (f x) - ContDiffAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {x : E} {n : WithTop ββ} (hf : ContDiffAt π n f x) : ContDiffAt π n (fun x => Complex.exp (f x)) x - Complex.hasDerivAt_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
(x : β) : HasDerivAt Complex.exp (Complex.exp x) x - Complex.hasStrictDerivAt_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
(x : β) : HasStrictDerivAt Complex.exp (Complex.exp x) x - ContDiffOn.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {s : Set E} {n : WithTop ββ} (hf : ContDiffOn π n f s) : ContDiffOn π n (fun x => Complex.exp (f x)) s - ContDiffWithinAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {x : E} {s : Set E} {n : WithTop ββ} (hf : ContDiffWithinAt π n f s x) : ContDiffWithinAt π n (fun x => Complex.exp (f x)) s x - Complex.differentiable_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] : Differentiable π Complex.exp - Complex.differentiableAt_exp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {x : β} : DifferentiableAt π Complex.exp x - Differentiable.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} (hc : Differentiable π f) : Differentiable π fun x => Complex.exp (f x) - DifferentiableAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {x : E} (hc : DifferentiableAt π f x) : DifferentiableAt π (fun x => Complex.exp (f x)) x - DifferentiableOn.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {s : Set E} (hc : DifferentiableOn π f s) : DifferentiableOn π (fun x => Complex.exp (f x)) s - DifferentiableWithinAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {x : E} {s : Set E} (hf : DifferentiableWithinAt π f s x) : DifferentiableWithinAt π (fun x => Complex.exp (f x)) s x - deriv_cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {f : π β β} {x : π} (hc : DifferentiableAt π f x) : deriv (fun x => Complex.exp (f x)) x = Complex.exp (f x) * deriv f x - derivWithin_cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {f : π β β} {x : π} {s : Set π} (hf : DifferentiableWithinAt π f s x) (hxs : UniqueDiffWithinAt π s x) : derivWithin (fun x => Complex.exp (f x)) s x = Complex.exp (f x) * derivWithin f s x - HasDerivAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {f : π β β} {f' : β} {x : π} (hf : HasDerivAt f f' x) : HasDerivAt (fun x => Complex.exp (f x)) (Complex.exp (f x) * f') x - HasStrictDerivAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {f : π β β} {f' : β} {x : π} (hf : HasStrictDerivAt f f' x) : HasStrictDerivAt (fun x => Complex.exp (f x)) (Complex.exp (f x) * f') x - HasDerivWithinAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {f : π β β} {f' : β} {x : π} {s : Set π} (hf : HasDerivWithinAt f f' s x) : HasDerivWithinAt (fun x => Complex.exp (f x)) (Complex.exp (f x) * f') s x - HasFDerivAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {f' : E βL[π] β} {x : E} (hf : HasFDerivAt f f' x) : HasFDerivAt (fun x => Complex.exp (f x)) (Complex.exp (f x) β’ f') x - HasStrictFDerivAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {f' : E βL[π] β} {x : E} (hf : HasStrictFDerivAt f f' x) : HasStrictFDerivAt (fun x => Complex.exp (f x)) (Complex.exp (f x) β’ f') x - HasFDerivWithinAt.cexp π Mathlib.Analysis.SpecialFunctions.ExpDeriv
{π : Type u_1} [NontriviallyNormedField π] [NormedAlgebra π β] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {f : E β β} {f' : E βL[π] β} {x : E} {s : Set E} (hf : HasFDerivWithinAt f f' s x) : HasFDerivWithinAt (fun x => Complex.exp (f x)) (Complex.exp (f x) β’ f') s x - Complex.hasStrictFDerivAt_exp_real π Mathlib.Analysis.SpecialFunctions.ExpDeriv
(x : β) : HasStrictFDerivAt Complex.exp (Complex.exp x β’ 1) x - Complex.isOpenMap_exp π Mathlib.Analysis.SpecialFunctions.Complex.LogDeriv
: IsOpenMap Complex.exp - Complex.logDeriv_exp π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
: logDeriv Complex.exp = 1 - Circle.coe_exp π Mathlib.Analysis.Complex.Circle
(t : β) : β(Circle.exp t) = Complex.exp (βt * Complex.I) - Real.probChar_apply π Mathlib.Analysis.Complex.Circle
(x : β) : β(Real.probChar x) = Complex.exp (βx * Complex.I) - Real.fourierChar_apply π Mathlib.Analysis.Complex.Circle
(x : β) : β(Real.fourierChar x) = Complex.exp (β(2 * Real.pi * x) * Complex.I) - CFC.complex_exp_eq_normedSpace_exp π Mathlib.Analysis.SpecialFunctions.ContinuousFunctionalCalculus.ExpLog.Basic
{A : Type u_1} {p : A β Prop} [NormedRing A] [StarRing A] [NormedAlgebra β A] [ContinuousFunctionalCalculus β A p] {a : A} (ha : p a := by cfc_tac) : cfc Complex.exp a = NormedSpace.exp a - Complex.cos_eq_iff_quadratic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
{z w : β} : Complex.cos z = w β Complex.exp (z * Complex.I) ^ 2 - 2 * w * Complex.exp (z * Complex.I) + 1 = 0 - Real.norm_exp_I_mul_ofReal_sub_one_le π Mathlib.Analysis.SpecialFunctions.Trigonometric.Bounds
{x : β} : βComplex.exp (Complex.I * βx) - 1β β€ βxβ - Real.nnnorm_exp_I_mul_ofReal_sub_one_le π Mathlib.Analysis.SpecialFunctions.Trigonometric.Bounds
{x : β} : βComplex.exp (Complex.I * βx) - 1ββ β€ βxββ - Real.enorm_exp_I_mul_ofReal_sub_one_le π Mathlib.Analysis.SpecialFunctions.Trigonometric.Bounds
{x : β} : βComplex.exp (Complex.I * βx) - 1ββ β€ βxββ - Complex.angle_exp_one π Mathlib.Analysis.Complex.Angle
(x : β) : InnerProductGeometry.angle (Complex.exp (βx * Complex.I)) 1 = |toIocMod Real.two_pi_pos (-Real.pi) x| - Complex.angle_exp_exp π Mathlib.Analysis.Complex.Angle
(x y : β) : InnerProductGeometry.angle (Complex.exp (βx * Complex.I)) (Complex.exp (βy * Complex.I)) = |toIocMod Real.two_pi_pos (-Real.pi) (x - y)| - Complex.isCoveringMapOn_exp π Mathlib.Analysis.Complex.CoveringMap
: IsCoveringMapOn Complex.exp {0}αΆ - Complex.isCoveringMap_exp π Mathlib.Analysis.Complex.CoveringMap
: IsCoveringMap fun z => β¨Complex.exp z, β―β© - Complex.isAddQuotientCoveringMap_exp π Mathlib.Analysis.Complex.CoveringMap
: IsAddQuotientCoveringMap (fun z => β¨Complex.exp z, β―β©) β₯(AddSubgroup.zmultiples (2 * βReal.pi * Complex.I)) - Complex.exists_continuousOn_eqOn_exp_comp π Mathlib.Analysis.Complex.BranchLogRoot
{X : Type u_1} [TopologicalSpace X] [LocallyPathConnectedSpace X] {U : Set X} (hUc : IsSimplyConnected U) (hUo : IsOpen U) {g : X β β} (hgc : ContinuousOn g U) (hUβ : 0 β g '' U) : β f, ContinuousOn f U β§ Set.EqOn (Complex.exp β f) g U - integral_exp_mul_I_eq_sin π Mathlib.Analysis.SpecialFunctions.Integrals.Basic
(r : β) : β« (t : β) in -r..r, Complex.exp (βt * Complex.I) = 2 * β(Real.sin r) - integral_exp_mul_I_eq_sinc π Mathlib.Analysis.SpecialFunctions.Integrals.Basic
(r : β) : β« (t : β) in -r..r, Complex.exp (βt * Complex.I) = 2 * βr * β(Real.sinc r) - integral_exp_mul_complex π Mathlib.Analysis.SpecialFunctions.Integrals.Basic
{a b : β} {c : β} (hc : c β 0) : β« (x : β) in a..b, Complex.exp (c * βx) = (Complex.exp (c * βb) - Complex.exp (c * βa)) / c - sqrt_eq_exp π Mathlib.Analysis.RCLike.Sqrt
{z : β} (hz : z β 0) : z.sqrt = Complex.exp (Complex.log z / 2) - UpperHalfPlane.norm_exp_two_pi_I_lt_one π Mathlib.Analysis.Complex.UpperHalfPlane.Exp
(Ο : UpperHalfPlane) : βComplex.exp (2 * βReal.pi * Complex.I * βΟ)β < 1 - Complex.hasTemperateGrowth_exp_mul_I π Mathlib.Analysis.Distribution.TemperateGrowth
: Function.HasTemperateGrowth fun x => Complex.exp (βx * Complex.I) - fourier_coe_apply π Mathlib.Analysis.Fourier.AddCircle
{T : β} {n : β€} {x : β} : (fourier n) βx = Complex.exp (2 * βReal.pi * Complex.I * βn * βx / βT) - fourier_coe_apply' π Mathlib.Analysis.Fourier.AddCircle
{T : β} {n : β€} {x : β} : β(AddCircle.toCircle (n β’ βx)) = Complex.exp (2 * βReal.pi * Complex.I * βn * βx / βT) - Real.fourier_real_eq_integral_exp_smul π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (w : β) : FourierTransform.fourier f w = β« (v : β), Complex.exp (β(-2 * Real.pi * v * w) * Complex.I) β’ f v - Real.fourierInv_eq' π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) (w : V) : FourierTransformInv.fourierInv f w = β« (v : V), Complex.exp (β(2 * Real.pi * inner β v w) * Complex.I) β’ f v - Real.fourier_eq' π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional β V] (f : V β E) (w : V) : FourierTransform.fourier f w = β« (v : V), Complex.exp (β(-2 * Real.pi * inner β v w) * Complex.I) β’ f v - VectorFourier.fourierIntegral_probChar π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_7} {W : Type u_8} {xβ : MeasurableSpace V} [AddCommGroup V] [Module β V] [AddCommGroup W] [Module β W] (L : V ββ[β] W ββ[β] β) (ΞΌ : MeasureTheory.Measure V) (f : V β E) (w : W) : VectorFourier.fourierIntegral Real.probChar ΞΌ L f w = β« (v : V), Complex.exp (-β((L v) w) * Complex.I) β’ f v βΞΌ - Real.vector_fourierIntegral_eq_integral_exp_smul π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_4} [AddCommGroup V] [Module β V] [MeasurableSpace V] {W : Type u_5} [AddCommGroup W] [Module β W] (L : V ββ[β] W ββ[β] β) (ΞΌ : MeasureTheory.Measure V) (f : V β E) (w : W) : VectorFourier.fourierIntegral Real.fourierChar ΞΌ L f w = β« (v : V), Complex.exp (β(-2 * Real.pi * (L v) w) * Complex.I) β’ f v βΞΌ - integrableOn_exp_mul_complex_Iic π Mathlib.Analysis.SpecialFunctions.ImproperIntegrals
{a : β} (ha : 0 < a.re) (c : β) : MeasureTheory.IntegrableOn (fun x => Complex.exp (a * βx)) (Set.Iic c) MeasureTheory.volume - integrableOn_exp_mul_complex_Ioi π Mathlib.Analysis.SpecialFunctions.ImproperIntegrals
{a : β} (ha : a.re < 0) (c : β) : MeasureTheory.IntegrableOn (fun x => Complex.exp (a * βx)) (Set.Ioi c) MeasureTheory.volume - integral_exp_mul_complex_Iic π Mathlib.Analysis.SpecialFunctions.ImproperIntegrals
{a : β} (ha : 0 < a.re) (c : β) : β« (x : β) in Set.Iic c, Complex.exp (a * βx) = Complex.exp (a * βc) / a - integral_exp_mul_complex_Ioi π Mathlib.Analysis.SpecialFunctions.ImproperIntegrals
{a : β} (ha : a.re < 0) (c : β) : β« (x : β) in Set.Ioi c, Complex.exp (a * βx) = -Complex.exp (a * βc) / a - Complex.integral_cpow_mul_exp_neg_mul_Ioi π Mathlib.Analysis.SpecialFunctions.Gamma.Basic
{a : β} {r : β} (ha : 0 < a.re) (hr : 0 < r) : β« (t : β) in Set.Ioi 0, βt ^ (a - 1) * Complex.exp (-(βr * βt)) = (1 / βr) ^ a * Complex.Gamma a - norm_cexp_neg_mul_sq π Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
(b : β) (x : β) : βComplex.exp (-b * βx ^ 2)β = Real.exp (-b.re * x ^ 2) - integrable_cexp_neg_mul_sq π Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
{b : β} (hb : 0 < b.re) : MeasureTheory.Integrable (fun x => Complex.exp (-b * βx ^ 2)) MeasureTheory.volume - integrable_mul_cexp_neg_mul_sq π Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
{b : β} (hb : 0 < b.re) : MeasureTheory.Integrable (fun x => βx * Complex.exp (-b * βx ^ 2)) MeasureTheory.volume - continuousAt_gaussian_integral π Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
(b : β) (hb : 0 < b.re) : ContinuousAt (fun c => β« (x : β), Complex.exp (-c * βx ^ 2)) b - integral_gaussian_sq_complex π Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
{b : β} (hb : 0 < b.re) : (β« (x : β), Complex.exp (-b * βx ^ 2)) ^ 2 = βReal.pi / b - integral_mul_cexp_neg_mul_sq π Mathlib.Analysis.SpecialFunctions.Gaussian.GaussianIntegral
{b : β} (hb : 0 < b.re) : β« (r : β) in Set.Ioi 0, βr * Complex.exp (-b * βr ^ 2) = (2 * b)β»ΒΉ
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