Loogle!
Result
Found 1034 declarations mentioning Complex.ofReal. Of these, only the first 200 are shown.
- Complex.ofReal π Mathlib.Basic.Complex.Basic
(r : β) : β - Complex.ofReal_injective π Mathlib.Basic.Complex.Basic
: Function.Injective Complex.ofReal - Complex.ofReal_re π Mathlib.Basic.Complex.Basic
(r : β) : (βr).re = r - Complex.ofReal_im π Mathlib.Basic.Complex.Basic
(r : β) : (βr).im = 0 - Complex.ofReal_intCast π Mathlib.Basic.Complex.Basic
(n : β€) : ββn = βn - Complex.ofReal_natCast π Mathlib.Basic.Complex.Basic
(n : β) : ββn = βn - Complex.ofReal_nnratCast π Mathlib.Basic.Complex.Basic
(q : ββ₯0) : ββq = βq - Complex.ofReal_ratCast π Mathlib.Basic.Complex.Basic
(q : β) : ββq = βq - Complex.ofReal_def π Mathlib.Basic.Complex.Basic
(r : β) : βr = { re := r, im := 0 } - Complex.ofReal_inj π Mathlib.Basic.Complex.Basic
{z w : β} : βz = βw β z = w - Complex.ofReal_inv π Mathlib.Basic.Complex.Basic
(r : β) : βrβ»ΒΉ = (βr)β»ΒΉ - Complex.ofReal_neg π Mathlib.Basic.Complex.Basic
(r : β) : β(-r) = -βr - Complex.canLift π Mathlib.Basic.Complex.Basic
: CanLift β β Complex.ofReal fun z => z.im = 0 - Complex.ofReal_one π Mathlib.Basic.Complex.Basic
: β1 = 1 - Complex.ofReal_zero π Mathlib.Basic.Complex.Basic
: β0 = 0 - Complex.ofReal_eq_one π Mathlib.Basic.Complex.Basic
{z : β} : βz = 1 β z = 1 - Complex.ofReal_eq_zero π Mathlib.Basic.Complex.Basic
{z : β} : βz = 0 β z = 0 - Complex.ofReal_ne_one π Mathlib.Basic.Complex.Basic
{z : β} : βz β 1 β z β 1 - Complex.ofReal_ne_zero π Mathlib.Basic.Complex.Basic
{z : β} : βz β 0 β z β 0 - Complex.ofReal_ofScientific π Mathlib.Basic.Complex.Basic
(m : β) (s : Bool) (e : β) : β(OfScientific.ofScientific m s e) = OfScientific.ofScientific m s e - Complex.ofReal_ofNat π Mathlib.Basic.Complex.Basic
(n : β) [n.AtLeastTwo] : β(OfNat.ofNat n) = OfNat.ofNat n - Complex.im_mul_ofReal π Mathlib.Basic.Complex.Basic
(z : β) (r : β) : (z * βr).im = z.im * r - Complex.im_ofReal_mul π Mathlib.Basic.Complex.Basic
(r : β) (z : β) : (βr * z).im = r * z.im - Complex.ofReal_add π Mathlib.Basic.Complex.Basic
(r s : β) : β(r + s) = βr + βs - Complex.ofReal_mul π Mathlib.Basic.Complex.Basic
(r s : β) : β(r * s) = βr * βs - Complex.ofReal_sub π Mathlib.Basic.Complex.Basic
(r s : β) : β(r - s) = βr - βs - Complex.re_add_im π Mathlib.Basic.Complex.Basic
(z : β) : βz.re + βz.im * Complex.I = z - Complex.re_mul_ofReal π Mathlib.Basic.Complex.Basic
(z : β) (r : β) : (z * βr).re = z.re * r - Complex.re_ofReal_mul π Mathlib.Basic.Complex.Basic
(r : β) (z : β) : (βr * z).re = r * z.re - Complex.mk_eq_add_mul_I π Mathlib.Basic.Complex.Basic
(a b : β) : { re := a, im := b } = βa + βb * Complex.I - Complex.real_smul π Mathlib.Basic.Complex.Basic
{x : β} {z : β} : x β’ z = βx * z - Complex.div_ofReal_im π Mathlib.Basic.Complex.Basic
(z : β) (x : β) : (z / βx).im = z.im / x - Complex.div_ofReal_re π Mathlib.Basic.Complex.Basic
(z : β) (x : β) : (z / βx).re = z.re / x - Complex.ofRealHom_eq_coe π Mathlib.Basic.Complex.Basic
(r : β) : Complex.ofRealHom r = βr - Complex.ofReal_div π Mathlib.Basic.Complex.Basic
(r s : β) : β(r / s) = βr / βs - Complex.ofReal_zpow π Mathlib.Basic.Complex.Basic
(r : β) (n : β€) : β(r ^ n) = βr ^ n - Complex.ofReal_mul' π Mathlib.Basic.Complex.Basic
(r : β) (z : β) : βr * z = { re := r * z.re, im := r * z.im } - Complex.ofReal_comp_neg π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (f : Ξ± β β) : Complex.ofReal β (-f) = -Complex.ofReal β f - Complex.ofReal_pow π Mathlib.Basic.Complex.Basic
(r : β) (n : β) : β(r ^ n) = βr ^ n - Complex.normSq_ofReal π Mathlib.Basic.Complex.Basic
(r : β) : Complex.normSq βr = r * r - Complex.ofReal_nsmul π Mathlib.Basic.Complex.Basic
(n : β) (r : β) : β(n β’ r) = n β’ βr - Complex.ofReal_zsmul π Mathlib.Basic.Complex.Basic
(n : β€) (r : β) : β(n β’ r) = n β’ βr - Complex.conj_ofReal π Mathlib.Basic.Complex.Basic
(r : β) : (starRingEnd β) βr = βr - Complex.div_ofReal π Mathlib.Basic.Complex.Basic
(z : β) (x : β) : z / βx = { re := z.re / x, im := z.im / x } - Complex.conj_eq_iff_re π Mathlib.Basic.Complex.Basic
{z : β} : (starRingEnd β) z = z β βz.re = z - Complex.horizontalSegment_eq π Mathlib.Basic.Complex.Basic
(aβ aβ b : β) : (fun x => βx + βb * Complex.I) '' Set.uIcc aβ aβ = Set.uIcc aβ aβ Γβ {b} - Complex.verticalSegment_eq π Mathlib.Basic.Complex.Basic
(a bβ bβ : β) : (fun y => βa + βy * Complex.I) '' Set.uIcc bβ bβ = {a} Γβ Set.uIcc bβ bβ - Complex.conj_eq_iff_real π Mathlib.Basic.Complex.Basic
{z : β} : (starRingEnd β) z = z β β r, z = βr - Complex.ofReal_comp_add π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (f g : Ξ± β β) : Complex.ofReal β (f + g) = Complex.ofReal β f + Complex.ofReal β g - Complex.ofReal_comp_mul π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (f g : Ξ± β β) : Complex.ofReal β (f * g) = Complex.ofReal β f * Complex.ofReal β g - Complex.ofReal_comp_sub π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (f g : Ξ± β β) : Complex.ofReal β (f - g) = Complex.ofReal β f - Complex.ofReal β g - Complex.equivRealProd_symm_apply π Mathlib.Basic.Complex.Basic
(p : β Γ β) : Complex.equivRealProd.symm p = βp.1 + βp.2 * Complex.I - Complex.ofReal_comp_pow π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (f : Ξ± β β) (n : β) : Complex.ofReal β (f ^ n) = Complex.ofReal β f ^ n - Complex.ofReal_comp_nsmul π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (n : β) (f : Ξ± β β) : Complex.ofReal β (n β’ f) = n β’ Complex.ofReal β f - Complex.mul_conj π Mathlib.Basic.Complex.Basic
(z : β) : z * (starRingEnd β) z = β(Complex.normSq z) - Complex.normSq_eq_conj_mul_self π Mathlib.Basic.Complex.Basic
{z : β} : β(Complex.normSq z) = (starRingEnd β) z * z - Complex.ofReal_comp_zsmul π Mathlib.Basic.Complex.Basic
{Ξ± : Type u_1} (n : β€) (f : Ξ± β β) : Complex.ofReal β (n β’ f) = n β’ Complex.ofReal β f - Complex.add_conj π Mathlib.Basic.Complex.Basic
(z : β) : z + (starRingEnd β) z = β(2 * z.re) - Complex.inv_def π Mathlib.Basic.Complex.Basic
(z : β) : zβ»ΒΉ = (starRingEnd β) z * β(Complex.normSq z)β»ΒΉ - Complex.re_eq_add_conj π Mathlib.Basic.Complex.Basic
(z : β) : βz.re = (z + (starRingEnd β) z) / 2 - Complex.sub_conj π Mathlib.Basic.Complex.Basic
(z : β) : z - (starRingEnd β) z = β(2 * z.im) * Complex.I - Complex.im_eq_sub_conj π Mathlib.Basic.Complex.Basic
(z : β) : βz.im = (z - (starRingEnd β) z) / (2 * Complex.I) - Complex.equivRealProdAddHom_symm_apply π Mathlib.Basic.Complex.Basic
(p : β Γ β) : Complex.equivRealProdAddHom.symm p = βp.1 + βp.2 * Complex.I - Complex.normSq_add_mul_I π Mathlib.Basic.Complex.Basic
(x y : β) : Complex.normSq (βx + βy * Complex.I) = x ^ 2 + y ^ 2 - Complex.ofReal_qsmul π Mathlib.Basic.Complex.Basic
(q : β) (r : β) : β(q β’ r) = q β’ βr - Complex.ofReal_nnqsmul π Mathlib.Basic.Complex.Basic
(q : ββ₯0) (r : β) : β(q β’ r) = q β’ βr - Complex.norm_real π Mathlib.Analysis.Complex.Norm
(r : β) : ββrβ = βrβ - Complex.norm_of_nonneg π Mathlib.Analysis.Complex.Norm
{r : β} (h : 0 β€ r) : ββrβ = r - Complex.nnnorm_real π Mathlib.Analysis.Complex.Norm
(r : β) : ββrββ = βrββ - Complex.norm_add_mul_I π Mathlib.Analysis.Complex.Norm
(x y : β) : ββx + βy * Complex.Iβ = β(x ^ 2 + y ^ 2) - Complex.lim_eq_lim_im_add_lim_re π Mathlib.Analysis.Complex.Norm
(f : CauSeq β fun x => βxβ) : f.lim = β(Complex.cauSeqRe f).lim + β(Complex.cauSeqIm f).lim * Complex.I - Complex.normSq_ofReal_add_I_mul_sqrt_one_sub π Mathlib.Analysis.Complex.Norm
{x : β} (hx : βxβ β€ 1) : Complex.normSq (βx + Complex.I * ββ(1 - x ^ 2)) = 1 - Complex.normSq_ofReal_sub_I_mul_sqrt_one_sub π Mathlib.Analysis.Complex.Norm
{x : β} (hx : βxβ β€ 1) : Complex.normSq (βx - Complex.I * ββ(1 - x ^ 2)) = 1 - Complex.monotone_ofReal π Mathlib.Analysis.Complex.Order
: Monotone Complex.ofReal - Complex.eq_re_of_ofReal_le π Mathlib.Analysis.Complex.Order
{r : β} {z : β} (hz : βr β€ z) : z = βz.re - Complex.real_le_real π Mathlib.Analysis.Complex.Order
{x y : β} : βx β€ βy β x β€ y - Complex.real_lt_real π Mathlib.Analysis.Complex.Order
{x y : β} : βx < βy β x < y - Mathlib.Meta.Positivity.ofReal_ne_zero_of_ne_zero π Mathlib.Analysis.Complex.Order
{z : β} : z β 0 β βz β 0 - Mathlib.Meta.Positivity.ofReal_nonneg π Mathlib.Analysis.Complex.Order
{x : β} : 0 β€ x β 0 β€ βx - Mathlib.Meta.Positivity.ofReal_pos π Mathlib.Analysis.Complex.Order
{x : β} : 0 < x β 0 < βx - Complex.zero_le_real π Mathlib.Analysis.Complex.Order
{x : β} : 0 β€ βx β 0 β€ x - Complex.zero_lt_real π Mathlib.Analysis.Complex.Order
{x : β} : 0 < βx β 0 < x - Complex.ofReal_sum π Mathlib.Basic.Complex.BigOperators
{Ξ± : Type u_1} (s : Finset Ξ±) (f : Ξ± β β) : β(β i β s, f i) = β i β s, β(f i) - Complex.ofReal_prod π Mathlib.Basic.Complex.BigOperators
{Ξ± : Type u_1} (s : Finset Ξ±) (f : Ξ± β β) : β(β i β s, f i) = β i β s, β(f i) - Complex.ofReal_expect π Mathlib.Basic.Complex.BigOperators
{Ξ± : Type u_1} (s : Finset Ξ±) (f : Ξ± β β) : β(s.expect fun i => f i) = s.expect fun i => β(f i) - Complex.ofReal_balance π Mathlib.Basic.Complex.BigOperators
{Ξ± : Type u_1} [Fintype Ξ±] (f : Ξ± β β) (a : Ξ±) : β(Fintype.balance f a) = Fintype.balance (Complex.ofReal β f) a - Complex.ofReal_comp_balance π Mathlib.Basic.Complex.BigOperators
{ΞΉ : Type u_2} [Fintype ΞΉ] (f : ΞΉ β β) : Complex.ofReal β Fintype.balance f = Fintype.balance (Complex.ofReal β f) - Complex.coe_algebraMap π Mathlib.LinearAlgebra.Complex.Module
: β(algebraMap β β) = Complex.ofReal - Complex.ofRealAm_coe π Mathlib.LinearAlgebra.Complex.Module
: βComplex.ofRealAm = Complex.ofReal - AlgHom.map_coe_real_complex π Mathlib.LinearAlgebra.Complex.Module
{A : Type u_3} [Semiring A] [Algebra β A] (f : β ββ[β] A) (x : β) : f βx = (algebraMap β A) x - Complex.coe_smul π Mathlib.LinearAlgebra.Complex.Module
{E : Type u_1} [AddCommGroup E] [Module β E] (x : β) (y : E) : βx β’ y = x β’ y - Complex.equivRealProdLm_symm_apply π Mathlib.LinearAlgebra.Complex.Module
(p : β Γ β) : Complex.equivRealProdLm.symm p = βp.1 + βp.2 * Complex.I - realPart_ofReal π Mathlib.LinearAlgebra.Complex.Module
(r : β) : β(realPart βr) = βr - Complex.coe_realPart π Mathlib.LinearAlgebra.Complex.Module
(z : β) : β(realPart z) = βz.re - imaginaryPart_ofReal π Mathlib.LinearAlgebra.Complex.Module
(r : β) : imaginaryPart βr = 0 - Complex.coe_selfAdjointEquiv π Mathlib.LinearAlgebra.Complex.Module
(z : β₯(selfAdjoint β)) : β(Complex.selfAdjointEquiv z) = βz - Complex.selfAdjointEquiv_symm_apply π Mathlib.LinearAlgebra.Complex.Module
(x : β) : Complex.selfAdjointEquiv.symm x = β¨βx, β―β© - RCLike.ofReal_eq_complex_ofReal π Mathlib.Analysis.Complex.Basic
: RCLike.ofReal = Complex.ofReal - Complex.isometry_ofReal π Mathlib.Analysis.Complex.Basic
: Isometry Complex.ofReal - Complex.isUniformEmbedding_ofReal π Mathlib.Analysis.Complex.Basic
: IsUniformEmbedding Complex.ofReal - Complex.ofReal_mem_slitPlane π Mathlib.Analysis.Complex.Basic
{x : β} : βx β Complex.slitPlane β 0 < x - Complex.continuous_ofReal π Mathlib.Analysis.Complex.Basic
: Continuous Complex.ofReal - Complex.eq_coe_norm_of_nonneg π Mathlib.Analysis.Complex.Basic
{z : β} (hz : 0 β€ z) : z = ββzβ - Complex.norm_of_nonneg' π Mathlib.Analysis.Complex.Basic
{x : β} (hx : 0 β€ x) : ββxβ = x - Complex.neg_ofReal_mem_slitPlane π Mathlib.Analysis.Complex.Basic
{x : β} : -βx β Complex.slitPlane β x < 0 - Complex.exists_norm_eq_mul_self π Mathlib.Analysis.Complex.Basic
(z : β) : β c, βcβ = 1 β§ ββzβ = c * z - Complex.exists_norm_mul_eq_self π Mathlib.Analysis.Complex.Basic
(z : β) : β c, βcβ = 1 β§ c * ββzβ = z - Complex.summable_ofReal π Mathlib.Analysis.Complex.Basic
{Ξ± : Type u_1} {L : SummationFilter Ξ±} {f : Ξ± β β} : Summable (fun x => β(f x)) L β Summable f L - Complex.ofReal_eq_re_of_isSelfAdjoint π Mathlib.Analysis.Complex.Basic
{x : β} {y : β} (hx : IsSelfAdjoint x) : y = x.re β βy = x - Complex.re_eq_ofReal_of_isSelfAdjoint π Mathlib.Analysis.Complex.Basic
{x : β} {y : β} (hx : IsSelfAdjoint x) : x.re = y β x = βy - Complex.hasSum_ofReal π Mathlib.Analysis.Complex.Basic
{Ξ± : Type u_1} {L : SummationFilter Ξ±} {f : Ξ± β β} {x : β} : HasSum (fun x => β(f x)) (βx) L β HasSum f x L - Complex.ofReal_tsum π Mathlib.Analysis.Complex.Basic
{Ξ± : Type u_1} {L : SummationFilter Ξ±} (f : Ξ± β β) : β(β'[L] (a : Ξ±), f a) = β'[L] (a : Ξ±), β(f a) - Filter.Tendsto.ofReal π Mathlib.Analysis.Complex.Basic
{Ξ± : Type u_2} {l : Filter Ξ±} {f : Ξ± β β} {x : β} (hf : Filter.Tendsto f l (nhds x)) : Filter.Tendsto (fun x => β(f x)) l (nhds βx) - Filter.tendsto_ofReal_iff π Mathlib.Analysis.Complex.Basic
{Ξ± : Type u_2} {l : Filter Ξ±} {f : Ξ± β β} {x : β} : Filter.Tendsto (fun x => β(f x)) l (nhds βx) β Filter.Tendsto f l (nhds x) - Complex.subset_slitPlane_iff_of_subset_sphere π Mathlib.Analysis.Complex.Basic
{r : β} {s : Set β} (hs : s β Metric.sphere 0 r) : s β Complex.slitPlane β -βr β s - Complex.le_of_eq_sum_of_eq_sum_norm π Mathlib.Analysis.Complex.Basic
{ΞΉ : Type u_2} {a b : β} (f : ΞΉ β β) (s : Finset ΞΉ) (haβ : 0 β€ a) (ha : βa = β i β s, f i) (hb : βb = β i β s, ββf iβ) : a β€ b - Complex.conj_mul' π Mathlib.Analysis.Complex.Basic
(z : β) : (starRingEnd β) z * z = ββzβ ^ 2 - Complex.mul_conj' π Mathlib.Analysis.Complex.Basic
(z : β) : z * (starRingEnd β) z = ββzβ ^ 2 - Complex.ofRealCLM_apply π Mathlib.Analysis.Complex.Basic
(x : β) : Complex.ofRealCLM x = βx - Complex.ofRealLI_apply π Mathlib.Analysis.Complex.Basic
(x : β) : Complex.ofRealLI x = βx - RCLike.norm_to_complex π Mathlib.Analysis.Complex.Basic
{π : Type u_2} [RCLike π] (a : π) : ββ(RCLike.re a) + β(RCLike.im a) * Complex.Iβ = βaβ - RCLike.to_complex_nonneg_iff π Mathlib.Analysis.Complex.Basic
{π : Type u_2} [RCLike π] {a : π} : 0 β€ β(RCLike.re a) + β(RCLike.im a) * Complex.I β 0 β€ a - Complex.equivRealProdCLM_symm_apply π Mathlib.Analysis.Complex.Basic
(p : β Γ β) : Complex.equivRealProdCLM.symm p = βp.1 + βp.2 * Complex.I - RCLike.complexRingEquiv_apply π Mathlib.Analysis.Complex.Basic
{π : Type u_2} [RCLike π] (h : RCLike.im RCLike.I = 1) (x : π) : (RCLike.complexRingEquiv h) x = β(RCLike.re x) + β(RCLike.im x) * Complex.I - Complex.isTheta_ofReal π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} (f : Ξ± β β) (l : Filter Ξ±) : (fun x => β(f x)) =Ξ[l] f - Complex.isBigO_ofReal_left π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} {E : Type u_2} [Norm E] {l : Filter Ξ±} {f : Ξ± β β} {g : Ξ± β E} : (fun x => β(f x)) =O[l] g β f =O[l] g - Complex.isBigO_ofReal_right π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} {E : Type u_2} [Norm E] {l : Filter Ξ±} {f : Ξ± β E} {g : Ξ± β β} : (f =O[l] fun x => β(g x)) β f =O[l] g - Complex.isLittleO_ofReal_left π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} {E : Type u_2} [Norm E] {l : Filter Ξ±} {f : Ξ± β β} {g : Ξ± β E} : (fun x => β(f x)) =o[l] g β f =o[l] g - Complex.isLittleO_ofReal_right π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} {E : Type u_2} [Norm E] {l : Filter Ξ±} {f : Ξ± β E} {g : Ξ± β β} : (f =o[l] fun x => β(g x)) β f =o[l] g - Complex.isTheta_ofReal_left π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} {E : Type u_2} [Norm E] {l : Filter Ξ±} {f : Ξ± β β} {g : Ξ± β E} : (fun x => β(f x)) =Ξ[l] g β f =Ξ[l] g - Complex.isTheta_ofReal_right π Mathlib.Analysis.Complex.Asymptotics
{Ξ± : Type u_1} {E : Type u_2} [Norm E] {l : Filter Ξ±} {f : Ξ± β E} {g : Ξ± β β} : (f =Ξ[l] fun x => β(g x)) β f =Ξ[l] g - Complex.isBigO_comp_ofReal_nhds π Mathlib.Analysis.Complex.Asymptotics
{f g : β β β} {x : β} (h : f =O[nhds βx] g) : (fun y => f βy) =O[nhds x] fun y => g βy - Complex.isBigO_comp_ofReal_nhds_ne π Mathlib.Analysis.Complex.Asymptotics
{f g : β β β} {x : β} (h : f =O[nhdsWithin βx {βx}αΆ] g) : (fun y => f βy) =O[nhdsWithin x {x}αΆ] fun y => g βy - 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.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_ofReal_im π Mathlib.Analysis.Complex.Exponential
(x : β) : (Complex.exp βx).im = 0 - Complex.cos_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.cos βx).re = Real.cos x - Complex.cosh_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.cosh βx).re = Real.cosh x - Complex.ofReal_cos π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.cos x) = Complex.cos βx - Complex.ofReal_cosh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.cosh x) = Complex.cosh βx - Complex.ofReal_cot π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βx.cot = (βx).cot - Complex.ofReal_sin π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.sin x) = Complex.sin βx - Complex.ofReal_sinh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.sinh x) = Complex.sinh βx - Complex.ofReal_tan π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.tan x) = Complex.tan βx - Complex.ofReal_tanh π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Real.tanh x) = Complex.tanh βx - Complex.sin_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.sin βx).re = Real.sin x - Complex.sinh_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.sinh βx).re = Real.sinh x - Complex.tan_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.tan βx).re = Real.tan x - Complex.tanh_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.tanh βx).re = Real.tanh x - Complex.ofReal_cos_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.cos βx).re = Complex.cos βx - Complex.ofReal_cosh_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.cosh βx).re = Complex.cosh βx - Complex.ofReal_cot_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(βx).cot.re = (βx).cot - Complex.ofReal_sin_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.sin βx).re = Complex.sin βx - Complex.ofReal_sinh_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.sinh βx).re = Complex.sinh βx - Complex.ofReal_tan_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.tan βx).re = Complex.tan βx - Complex.ofReal_tanh_ofReal_re π Mathlib.Analysis.Complex.Trigonometric
(x : β) : β(Complex.tanh βx).re = Complex.tanh βx - Complex.cos_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.cos βx).im = 0 - Complex.cosh_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.cosh βx).im = 0 - Complex.sin_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.sin βx).im = 0 - Complex.sinh_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.sinh βx).im = 0 - Complex.tan_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.tan βx).im = 0 - Complex.tanh_ofReal_im π Mathlib.Analysis.Complex.Trigonometric
(x : β) : (Complex.tanh βx).im = 0 - 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.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.norm_cos_add_sin_mul_I π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.cos βx + Complex.sin βx * Complex.Iβ = 1 - 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.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.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.norm_exp_I_mul_ofReal_sub_one π Mathlib.Analysis.Complex.Trigonometric
(x : β) : βComplex.exp (Complex.I * βx) - 1β = β2 * Real.sin (x / 2)β - Complex.tan_periodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Periodic Complex.tan βReal.pi - Complex.cos_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic Complex.cos βReal.pi - 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.cos_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.cos βReal.pi = -1 - Complex.tanh_periodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Periodic Complex.tanh (βReal.pi * Complex.I) - Complex.cosh_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic Complex.cosh (βReal.pi * Complex.I) - Complex.exp_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic Complex.exp (βReal.pi * Complex.I) - Complex.sin_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.sin (βReal.pi - x) = Complex.sin x - Complex.sinh_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic Complex.sinh (βReal.pi * Complex.I) - Complex.tan_add_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.tan (x + βReal.pi) = Complex.tan x - Complex.tan_sub_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.tan (x - βReal.pi) = Complex.tan x - Complex.exp_mul_I_antiperiodic π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Function.Antiperiodic (fun x => Complex.exp (x * Complex.I)) βReal.pi - Complex.cos_add_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.cos (x + βReal.pi) = -Complex.cos x - Complex.cos_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.cos (βReal.pi - x) = -Complex.cos x - Complex.cos_sub_pi π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.cos (x - βReal.pi) = -Complex.cos 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.tan_pi_sub π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
(x : β) : Complex.tan (βReal.pi - x) = -Complex.tan x - Complex.exp_pi_mul_I π Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic
: Complex.exp (βReal.pi * Complex.I) = -1 - 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
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