Loogle!
Result
Found 165 declarations mentioning Complex.sin.
- Complex.sin π Mathlib.Analysis.Complex.Trigonometric
(z : β) : β - Complex.ofReal_sin π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.sin x) = Complex.sin βx - Complex.sin_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.sin βx).re = Real.sin x - Complex.ofReal_sin_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.sin βx).re = Complex.sin βx - Complex.sin_neg π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin (-x) = -Complex.sin x - Complex.sin_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.sin βx).im = 0 - Complex.sin_zero π Mathlib.Analysis.Complex.Trigonometric
: Complex.sin 0 = 0 - Complex.cot_eq_cos_div_sin π Mathlib.Analysis.Complex.Trigonometric
(x : β) : x.cot = Complex.cos x / Complex.sin x - Complex.tan_eq_sin_div_cos π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.tan x = Complex.sin x / Complex.cos x - Complex.sin_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin (x * Complex.I) = Complex.sinh x * Complex.I - Complex.sinh_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sinh (x * Complex.I) = Complex.sin x * Complex.I - Complex.tan_mul_cos π Mathlib.Analysis.Complex.Trigonometric
{x : β} (hx : Complex.cos x β 0) : Complex.tan x * Complex.cos x = Complex.sin x - 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.norm_cos_add_sin_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.cos βx + Complex.sin βx * Complex.Iβ = 1 - 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_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.cos_add π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.cos (x + y) = Complex.cos x * Complex.cos y - Complex.sin x * Complex.sin y - Complex.cos_sub π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.cos (x - y) = Complex.cos x * Complex.cos y + Complex.sin x * Complex.sin y - Complex.sin_add π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.sin (x + y) = Complex.sin x * Complex.cos y + Complex.cos x * Complex.sin y - Complex.sin_sub π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.sin (x - y) = Complex.sin x * Complex.cos y - Complex.cos x * Complex.sin y - Complex.cos_eq π Mathlib.Analysis.Complex.Trigonometric
(z : β) : Complex.cos z = Complex.cos βz.re * Complex.cosh βz.im - Complex.sin βz.re * Complex.sinh βz.im * Complex.I - 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.sin_eq π Mathlib.Analysis.Complex.Trigonometric
(z : β) : Complex.sin z = Complex.sin βz.re * Complex.cosh βz.im + Complex.cos βz.re * Complex.sinh βz.im * Complex.I - Complex.cos_sq' π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cos x ^ 2 = 1 - Complex.sin x ^ 2 - Complex.cos_sq_add_sin_sq π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cos x ^ 2 + Complex.sin x ^ 2 = 1 - Complex.sin_sq π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin x ^ 2 = 1 - Complex.cos x ^ 2 - Complex.sin_sq_add_cos_sq π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin x ^ 2 + Complex.cos x ^ 2 = 1 - Complex.cos_add_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.cos (x + y * Complex.I) = Complex.cos x * Complex.cosh y - Complex.sin x * Complex.sinh y * Complex.I - Complex.sin_add_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.sin (x + y * Complex.I) = Complex.sin x * Complex.cosh y + Complex.cos x * Complex.sinh y * Complex.I - Complex.sin_two_mul π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin (2 * x) = 2 * Complex.sin x * Complex.cos x - 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.sin_conj π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin ((starRingEnd β) x) = (starRingEnd β) (Complex.sin x) - Complex.cos_two_mul' π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cos (2 * x) = Complex.cos x ^ 2 - Complex.sin x ^ 2 - Complex.cos_add_sin_mul_I_pow π Mathlib.Analysis.Complex.Trigonometric
(n : β) (z : β) : (Complex.cos z + Complex.sin z * Complex.I) ^ n = Complex.cos (βn * z) + Complex.sin (βn * z) * Complex.I - Complex.cos_two_mul_eq_one_sub π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.cos (2 * x) = 1 - 2 * Complex.sin x ^ 2 - Complex.tan_sq_div_one_add_tan_sq π Mathlib.Analysis.Complex.Trigonometric
{x : β} (hx : Complex.cos x β 0) : Complex.tan x ^ 2 / (1 + Complex.tan x ^ 2) = Complex.sin x ^ 2 - Complex.sin_three_mul π Mathlib.Analysis.Complex.Trigonometric
(x : β) : Complex.sin (3 * x) = 3 * Complex.sin x - 4 * Complex.sin x ^ 3 - Complex.sin_add_sin π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.sin x + Complex.sin y = 2 * Complex.sin ((x + y) / 2) * Complex.cos ((x - y) / 2) - Complex.sin_sub_sin π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.sin x - Complex.sin y = 2 * Complex.sin ((x - y) / 2) * Complex.cos ((x + y) / 2) - Complex.cos_sub_cos π Mathlib.Analysis.Complex.Trigonometric
(x y : β) : Complex.cos x - Complex.cos y = -2 * Complex.sin ((x + y) / 2) * Complex.sin ((x - y) / 2) - Complex.sin_bound π Mathlib.Analysis.Complex.Trigonometric
{x : β} (hx : βxβ β€ 1) : βComplex.sin x - (x - x ^ 3 / 6)β β€ βxβ ^ 4 * (5 / 96) - Complex.sin_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic Complex.sin βReal.pi - Complex.sin_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.sin βReal.pi = 0 - Complex.sin_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (βReal.pi - x) = Complex.sin x - Complex.sin_add_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (x + βReal.pi) = -Complex.sin x - Complex.sin_sub_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (x - βReal.pi) = -Complex.sin x - Complex.sin_int_mul_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(n : β€) : Complex.sin (βn * βReal.pi) = 0 - Complex.sin_nat_mul_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(n : β) : Complex.sin (βn * βReal.pi) = 0 - Complex.continuous_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Continuous Complex.sin - Complex.continuousOn_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
{s : Set β} : ContinuousOn Complex.sin s - Complex.sin_periodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Periodic Complex.sin (2 * βReal.pi) - Complex.cos_eq_zero_iff_sin_eq π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
{z : β} : Complex.cos z = 0 β Complex.sin z = 1 β¨ Complex.sin z = -1 - Complex.sin_eq_zero_iff_cos_eq π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
{z : β} : Complex.sin z = 0 β Complex.cos z = 1 β¨ Complex.cos z = -1 - Complex.sin_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.sin (2 * βReal.pi) = 0 - Complex.sin_pi_div_two π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.sin (βReal.pi / 2) = 1 - Complex.sin_add_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (x + 2 * βReal.pi) = Complex.sin x - Complex.sin_sub_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (x - 2 * βReal.pi) = Complex.sin x - Complex.cos_pi_div_two_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.cos (βReal.pi / 2 - x) = Complex.sin x - Complex.cos_sub_pi_div_two π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.cos (x - βReal.pi / 2) = Complex.sin x - Complex.sin_add_pi_div_two π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (x + βReal.pi / 2) = Complex.cos x - Complex.sin_pi_div_two_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (βReal.pi / 2 - x) = Complex.cos x - Complex.sin_two_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (2 * βReal.pi - x) = -Complex.sin x - Complex.cos_add_pi_div_two π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.cos (x + βReal.pi / 2) = -Complex.sin x - Complex.sin_sub_pi_div_two π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (x - βReal.pi / 2) = -Complex.cos x - Complex.sin_add_int_mul_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) (n : β€) : Complex.sin (x + βn * (2 * βReal.pi)) = Complex.sin x - Complex.sin_add_nat_mul_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) (n : β) : Complex.sin (x + βn * (2 * βReal.pi)) = Complex.sin x - Complex.sin_sub_int_mul_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) (n : β€) : Complex.sin (x - βn * (2 * βReal.pi)) = Complex.sin x - Complex.sin_sub_nat_mul_two_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) (n : β) : Complex.sin (x - βn * (2 * βReal.pi)) = Complex.sin x - Complex.sin_int_mul_two_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) (n : β€) : Complex.sin (βn * (2 * βReal.pi) - x) = -Complex.sin x - Complex.sin_nat_mul_two_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) (n : β) : Complex.sin (βn * (2 * βReal.pi) - x) = -Complex.sin x - Complex.norm_mul_cos_add_sin_mul_I π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(x : β) : ββxβ * (Complex.cos βx.arg + Complex.sin βx.arg * Complex.I) = x - Complex.arg_cos_add_sin_mul_I π Mathlib.Analysis.SpecialFunctions.Complex.Arg
{ΞΈ : β} (hΞΈ : ΞΈ β Set.Ioc (-Real.pi) Real.pi) : (Complex.cos βΞΈ + Complex.sin βΞΈ * Complex.I).arg = ΞΈ - Complex.arg_mul_cos_add_sin_mul_I π Mathlib.Analysis.SpecialFunctions.Complex.Arg
{r : β} (hr : 0 < r) {ΞΈ : β} (hΞΈ : ΞΈ β Set.Ioc (-Real.pi) Real.pi) : (βr * (Complex.cos βΞΈ + Complex.sin βΞΈ * Complex.I)).arg = ΞΈ - Complex.arg_cos_add_sin_mul_I_eq_toIocMod π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(ΞΈ : β) : (Complex.cos βΞΈ + Complex.sin βΞΈ * Complex.I).arg = toIocMod Real.two_pi_pos (-Real.pi) ΞΈ - Complex.arg_mul_cos_add_sin_mul_I_eq_toIocMod π Mathlib.Analysis.SpecialFunctions.Complex.Arg
{r : β} (hr : 0 < r) (ΞΈ : β) : (βr * (Complex.cos βΞΈ + Complex.sin βΞΈ * Complex.I)).arg = toIocMod Real.two_pi_pos (-Real.pi) ΞΈ - Complex.arg_cos_add_sin_mul_I_sub π Mathlib.Analysis.SpecialFunctions.Complex.Arg
(ΞΈ : β) : (Complex.cos βΞΈ + Complex.sin βΞΈ * Complex.I).arg - ΞΈ = 2 * Real.pi * ββ(Real.pi - ΞΈ) / (2 * Real.pi)β - Complex.arg_mul_cos_add_sin_mul_I_sub π Mathlib.Analysis.SpecialFunctions.Complex.Arg
{r : β} (hr : 0 < r) (ΞΈ : β) : (βr * (Complex.cos βΞΈ + Complex.sin βΞΈ * Complex.I)).arg - ΞΈ = 2 * Real.pi * ββ(Real.pi - ΞΈ) / (2 * Real.pi)β - Complex.measurable_sin π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
: Measurable Complex.sin - Measurable.csin π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {f : Ξ± β β} (hf : Measurable f) : Measurable fun x => Complex.sin (f x) - AEMeasurable.csin π Mathlib.MeasureTheory.Function.SpecialFunctions.Basic
{Ξ± : Type u_1} {m : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} {f : Ξ± β β} (hf : AEMeasurable f ΞΌ) : AEMeasurable (fun x => Complex.sin (f x)) ΞΌ - Complex.logDeriv_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
: logDeriv Complex.sin = Complex.cot - Complex.analyticAt_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{x : β} : AnalyticAt β Complex.sin x - Complex.analyticOnNhd_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{s : Set β} : AnalyticOnNhd β Complex.sin s - Complex.analyticOn_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{s : Set β} : AnalyticOn β Complex.sin s - Complex.contDiff_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{n : WithTop ββ} : ContDiff β n Complex.sin - Complex.analyticWithinAt_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{x : β} {s : Set β} : AnalyticWithinAt β Complex.sin s x - Complex.isEquivalent_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
: Asymptotics.IsEquivalent (nhds 0) Complex.sin id - Complex.deriv_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
: deriv Complex.sin = Complex.cos - Complex.deriv_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{x : β} : deriv Complex.cos x = -Complex.sin x - Complex.deriv_cos' π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
: deriv Complex.cos = fun x => -Complex.sin x - Complex.iteratedDeriv_add_one_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(n : β) : iteratedDeriv (n + 1) Complex.sin = iteratedDeriv n Complex.cos - ContDiff.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {n : WithTop ββ} (h : ContDiff β n f) : ContDiff β n fun x => Complex.sin (f x) - Complex.iteratedDeriv_add_one_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(n : β) : iteratedDeriv (n + 1) Complex.cos = -iteratedDeriv n Complex.sin - ContDiffAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {n : WithTop ββ} (hf : ContDiffAt β n f x) : ContDiffAt β n (fun x => Complex.sin (f x)) x - ContDiffOn.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} {n : WithTop ββ} (hf : ContDiffOn β n f s) : ContDiffOn β n (fun x => Complex.sin (f x)) s - ContDiffWithinAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {s : Set E} {n : WithTop ββ} (hf : ContDiffWithinAt β n f s x) : ContDiffWithinAt β n (fun x => Complex.sin (f x)) s x - Complex.differentiable_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
: Differentiable β Complex.sin - Complex.differentiableAt_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{x : β} : DifferentiableAt β Complex.sin x - Complex.differentiable_iteratedDeriv_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(n : β) : Differentiable β (iteratedDeriv n Complex.sin) - Complex.iteratedDeriv_even_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(n : β) : iteratedDeriv (2 * n) Complex.sin = (-1) ^ n * Complex.sin - Complex.iteratedDeriv_odd_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(n : β) : iteratedDeriv (2 * n + 1) Complex.sin = (-1) ^ n * Complex.cos - Complex.iteratedDeriv_odd_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(n : β) : iteratedDeriv (2 * n + 1) Complex.cos = (-1) ^ (n + 1) * Complex.sin - Differentiable.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} (hc : Differentiable β f) : Differentiable β fun x => Complex.sin (f x) - DifferentiableAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (hc : DifferentiableAt β f x) : DifferentiableAt β (fun x => Complex.sin (f x)) x - DifferentiableOn.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {s : Set E} (hc : DifferentiableOn β f s) : DifferentiableOn β (fun x => Complex.sin (f x)) s - DifferentiableWithinAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {s : Set E} (hf : DifferentiableWithinAt β f s x) : DifferentiableWithinAt β (fun x => Complex.sin (f x)) s x - Complex.hasDerivAt_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(x : β) : HasDerivAt Complex.sin (Complex.cos x) x - Complex.hasStrictDerivAt_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(x : β) : HasStrictDerivAt Complex.sin (Complex.cos x) x - Complex.hasDerivAt_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(x : β) : HasDerivAt Complex.cos (-Complex.sin x) x - Complex.hasStrictDerivAt_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
(x : β) : HasStrictDerivAt Complex.cos (-Complex.sin x) x - deriv_csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {x : β} (hc : DifferentiableAt β f x) : deriv (fun x => Complex.sin (f x)) x = Complex.cos (f x) * deriv f x - deriv_ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {x : β} (hc : DifferentiableAt β f x) : deriv (fun x => Complex.cos (f x)) x = -Complex.sin (f x) * deriv f x - derivWithin_csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {x : β} {s : Set β} (hf : DifferentiableWithinAt β f s x) (hxs : UniqueDiffWithinAt β s x) : derivWithin (fun x => Complex.sin (f x)) s x = Complex.cos (f x) * derivWithin f s x - derivWithin_ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {x : β} {s : Set β} (hf : DifferentiableWithinAt β f s x) (hxs : UniqueDiffWithinAt β s x) : derivWithin (fun x => Complex.cos (f x)) s x = -Complex.sin (f x) * derivWithin f s x - HasDerivAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {f' x : β} (hf : HasDerivAt f f' x) : HasDerivAt (fun x => Complex.sin (f x)) (Complex.cos (f x) * f') x - HasStrictDerivAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {f' x : β} (hf : HasStrictDerivAt f f' x) : HasStrictDerivAt (fun x => Complex.sin (f x)) (Complex.cos (f x) * f') x - HasDerivAt.ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {f' x : β} (hf : HasDerivAt f f' x) : HasDerivAt (fun x => Complex.cos (f x)) (-Complex.sin (f x) * f') x - HasStrictDerivAt.ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {f' x : β} (hf : HasStrictDerivAt f f' x) : HasStrictDerivAt (fun x => Complex.cos (f x)) (-Complex.sin (f x) * f') x - HasDerivWithinAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {f' x : β} {s : Set β} (hf : HasDerivWithinAt f f' s x) : HasDerivWithinAt (fun x => Complex.sin (f x)) (Complex.cos (f x) * f') s x - HasDerivWithinAt.ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{f : β β β} {f' x : β} {s : Set β} (hf : HasDerivWithinAt f f' s x) : HasDerivWithinAt (fun x => Complex.cos (f x)) (-Complex.sin (f x) * f') s x - HasFDerivAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} (hf : HasFDerivAt f f' x) : HasFDerivAt (fun x => Complex.sin (f x)) (Complex.cos (f x) β’ f') x - HasStrictFDerivAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} (hf : HasStrictFDerivAt f f' x) : HasStrictFDerivAt (fun x => Complex.sin (f x)) (Complex.cos (f x) β’ f') x - HasFDerivAt.ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} (hf : HasFDerivAt f f' x) : HasFDerivAt (fun x => Complex.cos (f x)) (-Complex.sin (f x) β’ f') x - HasStrictFDerivAt.ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} (hf : HasStrictFDerivAt f f' x) : HasStrictFDerivAt (fun x => Complex.cos (f x)) (-Complex.sin (f x) β’ f') x - HasFDerivWithinAt.csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} {s : Set E} (hf : HasFDerivWithinAt f f' s x) : HasFDerivWithinAt (fun x => Complex.sin (f x)) (Complex.cos (f x) β’ f') s x - HasFDerivWithinAt.ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {f' : StrongDual β E} {x : E} {s : Set E} (hf : HasFDerivWithinAt f f' s x) : HasFDerivWithinAt (fun x => Complex.cos (f x)) (-Complex.sin (f x) β’ f') s x - fderiv_csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (hc : DifferentiableAt β f x) : fderiv β (fun x => Complex.sin (f x)) x = Complex.cos (f x) β’ fderiv β f x - fderiv_ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} (hc : DifferentiableAt β f x) : fderiv β (fun x => Complex.cos (f x)) x = -Complex.sin (f x) β’ fderiv β f x - fderivWithin_csin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {s : Set E} (hf : DifferentiableWithinAt β f s x) (hxs : UniqueDiffWithinAt β s x) : fderivWithin β (fun x => Complex.sin (f x)) s x = Complex.cos (f x) β’ fderivWithin β f s x - fderivWithin_ccos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Deriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {x : E} {s : Set E} (hf : DifferentiableWithinAt β f s x) (hxs : UniqueDiffWithinAt β s x) : fderivWithin β (fun x => Complex.cos (f x)) s x = -Complex.sin (f x) β’ fderivWithin β f s x - Complex.sin_surjective π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
: Function.Surjective Complex.sin - Complex.range_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
: Set.range Complex.sin = Set.univ - Complex.sin_ne_zero_iff π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
{ΞΈ : β} : Complex.sin ΞΈ β 0 β β (k : β€), ΞΈ β βk * βReal.pi - Complex.sin_eq_zero_iff π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
{ΞΈ : β} : Complex.sin ΞΈ = 0 β β k, ΞΈ = βk * βReal.pi - Complex.sin_eq_one_iff π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
{x : β} : Complex.sin x = 1 β β k, βReal.pi / 2 + βk * (2 * βReal.pi) = x - Complex.sin_eq_neg_one_iff π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
{x : β} : Complex.sin x = -1 β β k, -(βReal.pi / 2) + βk * (2 * βReal.pi) = x - Complex.sin_eq_sin_iff π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
{x y : β} : Complex.sin x = Complex.sin y β β k, y = 2 * βk * βReal.pi + x β¨ y = (2 * βk + 1) * βReal.pi - x - Complex.sin_eq_two_mul_tan_half_div_one_add_tan_half_sq π Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
(x : β) : Complex.sin x = 2 * Complex.tan (x / 2) / (1 + Complex.tan (x / 2) ^ 2) - integral_cos_mul_complex π Mathlib.Analysis.SpecialFunctions.Integrals.Basic
{z : β} (hz : z β 0) (a b : β) : β« (x : β) in a..b, Complex.cos (z * βx) = Complex.sin (z * βb) / z - Complex.sin (z * βa) / z - Complex.tendsto_euler_sin_prod π Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
(z : β) : Filter.Tendsto (fun n => βReal.pi * z * β j β Finset.range n, (1 - z ^ 2 / (βj + 1) ^ 2)) Filter.atTop (nhds (Complex.sin (βReal.pi * z))) - EulerSine.integral_cos_mul_cos_pow_aux π Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
{z : β} {n : β} (hn : 2 β€ n) (hz : z β 0) : β« (x : β) in 0..Real.pi / 2, Complex.cos (2 * z * βx) * β(Real.cos x) ^ n = βn / (2 * z) * β« (x : β) in 0..Real.pi / 2, Complex.sin (2 * z * βx) * β(Real.sin x) * β(Real.cos x) ^ (n - 1) - EulerSine.antideriv_cos_comp_const_mul π Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
{z : β} (hz : z β 0) (x : β) : HasDerivAt (fun y => Complex.sin (2 * z * βy) / (2 * z)) (Complex.cos (2 * z * βx)) x - EulerSine.antideriv_sin_comp_const_mul π Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
{z : β} (hz : z β 0) (x : β) : HasDerivAt (fun y => -Complex.cos (2 * z * βy) / (2 * z)) (Complex.sin (2 * z * βx)) x - EulerSine.sin_pi_mul_eq π Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
(z : β) (n : β) : Complex.sin (βReal.pi * z) = ((βReal.pi * z * β j β Finset.range n, (1 - z ^ 2 / (βj + 1) ^ 2)) * β« (x : β) in 0..Real.pi / 2, Complex.cos (2 * z * βx) * β(Real.cos x) ^ (2 * n)) / β(β« (x : β) in 0..Real.pi / 2, Real.cos x ^ (2 * n)) - EulerSine.integral_sin_mul_sin_mul_cos_pow_eq π Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
{z : β} {n : β} (hn : 2 β€ n) (hz : z β 0) : β« (x : β) in 0..Real.pi / 2, Complex.sin (2 * z * βx) * β(Real.sin x) * β(Real.cos x) ^ (n - 1) = (βn / (2 * z) * β« (x : β) in 0..Real.pi / 2, Complex.cos (2 * z * βx) * β(Real.cos x) ^ n) - (βn - 1) / (2 * z) * β« (x : β) in 0..Real.pi / 2, Complex.cos (2 * z * βx) * β(Real.cos x) ^ (n - 2) - Complex.Gamma_mul_Gamma_one_sub π Mathlib.Analysis.SpecialFunctions.Gamma.Beta
(z : β) : Complex.Gamma z * Complex.Gamma (1 - z) = βReal.pi / Complex.sin (βReal.pi * z) - Complex.hasSum_sin' π Mathlib.Analysis.SpecialFunctions.Trigonometric.Series
(z : β) : HasSum (fun n => (z * Complex.I) ^ (2 * n + 1) / β(2 * n + 1).factorial / Complex.I) (Complex.sin z) - Complex.sin_eq_tsum' π Mathlib.Analysis.SpecialFunctions.Trigonometric.Series
(z : β) : Complex.sin z = β' (n : β), (z * Complex.I) ^ (2 * n + 1) / β(2 * n + 1).factorial / Complex.I - Complex.hasSum_sin π Mathlib.Analysis.SpecialFunctions.Trigonometric.Series
(z : β) : HasSum (fun n => (-1) ^ n * z ^ (2 * n + 1) / β(2 * n + 1).factorial) (Complex.sin z) - Complex.sin_eq_tsum π Mathlib.Analysis.SpecialFunctions.Trigonometric.Series
(z : β) : Complex.sin z = β' (n : β), (-1) ^ n * z ^ (2 * n + 1) / β(2 * n + 1).factorial - Complex.inv_Gammaβ_two_sub π Mathlib.Analysis.SpecialFunctions.Gamma.Deligne
{s : β} (hs : β (n : β), s β -βn) : (2 - s).Gammaββ»ΒΉ = s.Gammaβ * Complex.sin (βReal.pi * s / 2) * (s + 1).Gammaββ»ΒΉ - Polynomial.Chebyshev.U_complex_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev.Basic
(ΞΈ : β) (n : β€) : Polynomial.eval (Complex.cos ΞΈ) (Polynomial.Chebyshev.U β n) * Complex.sin ΞΈ = Complex.sin ((βn + 1) * ΞΈ) - Polynomial.Chebyshev.S_two_mul_complex_cos π Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev.Basic
(ΞΈ : β) (n : β€) : Polynomial.eval (2 * Complex.cos ΞΈ) (Polynomial.Chebyshev.S β n) * Complex.sin ΞΈ = Complex.sin ((βn + 1) * ΞΈ) - Complex.isAlgebraic_sin_rat_mul_pi π Mathlib.NumberTheory.Niven
(q : β) : IsAlgebraic β€ (Complex.sin (βq * βReal.pi)) - Complex.isIntegral_two_mul_sin_rat_mul_pi π Mathlib.NumberTheory.Niven
(q : β) : IsIntegral β€ (2 * Complex.sin (βq * βReal.pi)) - sin_pi_mul_ne_zero π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{x : β} (hx : x β Complex.integerComplement) : Complex.sin (βReal.pi * x) β 0 - euler_sineTerm_tprod π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{x : β} (hx : x β Complex.integerComplement) : β' (i : β), (1 + sineTerm x i) = Complex.sin (βReal.pi * x) / (βReal.pi * x) - HasProdLocallyUniformlyOn_euler_sin_prod π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
: HasProdLocallyUniformlyOn (fun n z => 1 + sineTerm z n) (fun x => Complex.sin (βReal.pi * x) / (βReal.pi * x)) Complex.integerComplement - tendsto_euler_sin_prod' π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{x : β} (h0 : x β 0) : Filter.Tendsto (fun n => β i β Finset.range n, (1 + sineTerm x i)) Filter.atTop (nhds (Complex.sin (βReal.pi * x) / (βReal.pi * x))) - HasProdUniformlyOn_sineTerm_prod_on_compact π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{Z : Set β} (hZ2 : Z β Complex.integerComplement) (hZC : IsCompact Z) : HasProdUniformlyOn (fun n z => 1 + sineTerm z n) (fun x => Complex.sin (βReal.pi * x) / (βReal.pi * x)) Z - logDeriv_sin_div_eq_cot π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{x : β} (hz : x β Complex.integerComplement) : logDeriv (fun t => Complex.sin (βReal.pi * t) / (βReal.pi * t)) x = βReal.pi * (βReal.pi * x).cot - 1 / x - tendsto_logDeriv_euler_sin_div π Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent
{x : β} (hx : x β Complex.integerComplement) : Filter.Tendsto (fun n => logDeriv (fun z => β j β Finset.range n, (1 + sineTerm z j)) x) Filter.atTop (nhds (logDeriv (fun t => Complex.sin (βReal.pi * t) / (βReal.pi * t)) x)) - HurwitzZeta.hurwitzZetaOdd_one_sub π Mathlib.NumberTheory.LSeries.HurwitzZetaOdd
(a : UnitAddCircle) {s : β} (hs : β (n : β), s β -βn) : HurwitzZeta.hurwitzZetaOdd a (1 - s) = 2 * (2 * βReal.pi) ^ (-s) * Complex.Gamma s * Complex.sin (βReal.pi * s / 2) * HurwitzZeta.sinZeta a s - HurwitzZeta.sinZeta_one_sub π Mathlib.NumberTheory.LSeries.HurwitzZetaOdd
(a : UnitAddCircle) {s : β} (hs : β (n : β), s β -βn) : HurwitzZeta.sinZeta a (1 - s) = 2 * (2 * βReal.pi) ^ (-s) * Complex.Gamma s * Complex.sin (βReal.pi * s / 2) * HurwitzZeta.hurwitzZetaOdd a 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 e668239 serving mathlib revision 008653f