Loogle!
Result
Found 323 declarations mentioning AddChar. Of these, only the first 200 are shown.
- AddChar π Mathlib.Algebra.Group.AddChar
(A : Type u_1) [AddMonoid A] (M : Type u_2) [Monoid M] : Type (max u_1 u_2) - AddChar.instDecidableEq π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : DecidableEq (AddChar A M) - AddChar.instInhabited π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : Inhabited (AddChar A M) - AddChar.instOne π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : One (AddChar A M) - AddChar.instZero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : Zero (AddChar A M) - AddChar.toFun π Mathlib.Algebra.Group.AddChar
{A : Type u_1} [AddMonoid A] {M : Type u_2} [Monoid M] (self : AddChar A M) : A β M - AddChar.instAddCommMonoid π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] : AddCommMonoid (AddChar A M) - AddChar.instCommMonoid π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] : CommMonoid (AddChar A M) - AddChar.instFunLike π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : FunLike (AddChar A M) A M - AddChar.instAddCommGroup π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [CommMonoid M] : AddCommGroup (AddChar A M) - AddChar.instCommGroup π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [CommMonoid M] : CommGroup (AddChar A M) - AddChar.toAddMonoidHom π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) : A β+ Additive M - AddChar.toMonoidHom π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) : Multiplicative A β* M - AddChar.toAddMonoidHomEquiv π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : AddChar A M β (A β+ Additive M) - AddChar.toMonoidHomEquiv π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : AddChar A M β (Multiplicative A β* M) - AddChar.compAddMonoidHom π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {B : Type u_2} {M : Type u_3} [AddMonoid A] [AddMonoid B] [Monoid M] (Ο : AddChar B M) (f : A β+ B) : AddChar A M - MonoidHom.compAddChar π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {N : Type u_5} [Monoid N] (f : M β* N) (Ο : AddChar A M) : AddChar A N - AddChar.mulShift π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) (r : R) : AddChar R M - AddChar.map_zero_eq_one' π Mathlib.Algebra.Group.AddChar
{A : Type u_1} [AddMonoid A] {M : Type u_2} [Monoid M] (self : AddChar A M) : self.toFun 0 = 1 - AddChar.val_isUnit π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddGroup A] [Monoid M] (Ο : AddChar A M) (a : A) : IsUnit (Ο a) - AddChar.one_eq_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : 1 = 0 - AddChar.map_zero_eq_one π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) : Ο 0 = 1 - AddChar.mulShift_one π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) : Ο.mulShift 1 = Ο - AddChar.one_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (a : A) : 1 a = 1 - AddChar.zero_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (a : A) : 0 a = 1 - AddChar.ext π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (f g : AddChar A M) (h : β (x : A), f x = g x) : f = g - AddChar.coe_one π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : β1 = 1 - AddChar.coe_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : β0 = 1 - AddChar.ext_iff π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {f g : AddChar A M} : f = g β β (x : A), f x = g x - AddChar.map_add_eq_mul' π Mathlib.Algebra.Group.AddChar
{A : Type u_1} [AddMonoid A] {M : Type u_2} [Monoid M] (self : AddChar A M) (a b : A) : self.toFun (a + b) = self.toFun a * self.toFun b - AddChar.prod_eq_sum π Mathlib.Algebra.Group.AddChar
{ΞΉ : Type u_1} {A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (s : Finset ΞΉ) (Ο : ΞΉ β AddChar A M) : β i β s, Ο i = β i β s, Ο i - AddChar.coe_ne_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {Mβ : Type u_2} [AddGroup A] [MonoidWithZero Mβ] [Nontrivial Mβ] (Ο : AddChar A Mβ) : βΟ β 0 - AddChar.eq_one_iff π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {Ο : AddChar A M} : Ο = 1 β β (x : A), Ο x = 1 - AddChar.eq_zero_iff π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {Ο : AddChar A M} : Ο = 0 β β (x : A), Ο x = 1 - AddChar.mulShift_mulShift π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) (r s : R) : (Ο.mulShift r).mulShift s = Ο.mulShift (r * s) - AddChar.ne_one_iff π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {Ο : AddChar A M} : Ο β 1 β β x, Ο x β 1 - AddChar.ne_zero_iff π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {Ο : AddChar A M} : Ο β 0 β β x, Ο x β 1 - AddChar.compAddMonoidHom_injective_right π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {B : Type u_2} {M : Type u_3} [AddMonoid A] [AddMonoid B] [Monoid M] (Ο : AddChar B M) (hΟ : Function.Injective βΟ) : Function.Injective fun f => Ο.compAddMonoidHom f - AddChar.map_nsmul_eq_pow π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) (n : β) (x : A) : Ο (n β’ x) = Ο x ^ n - MonoidHom.compAddChar_injective_left π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} {N : Type u_4} [AddMonoid A] [Monoid M] [Monoid N] (Ο : AddChar A M) (hΟ : Function.Surjective βΟ) : Function.Injective fun f => f.compAddChar Ο - AddChar.coe_eq_one π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {Ο : AddChar A M} : βΟ = 1 β Ο = 0 - AddChar.mk π Mathlib.Algebra.Group.AddChar
{A : Type u_1} [AddMonoid A] {M : Type u_2} [Monoid M] (toFun : A β M) (map_zero_eq_one' : toFun 0 = 1) (map_add_eq_mul' : β (a b : A), toFun (a + b) = toFun a * toFun b) : AddChar A M - AddChar.toMonoidHomMulEquiv π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] : AddChar A M β* (Multiplicative A β* M) - AddChar.compAddMonoidHom_injective_left π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {B : Type u_2} {M : Type u_3} [AddMonoid A] [AddMonoid B] [Monoid M] (f : A β+ B) (hf : Function.Surjective βf) : Function.Injective fun Ο => Ο.compAddMonoidHom f - MonoidHom.compAddChar_injective_right π Mathlib.Algebra.Group.AddChar
{B : Type u_2} {M : Type u_3} {N : Type u_4} [AddMonoid B] [Monoid M] [Monoid N] (f : M β* N) (hf : Function.Injective βf) : Function.Injective fun Ο => f.compAddChar Ο - AddChar.prod_apply π Mathlib.Algebra.Group.AddChar
{ΞΉ : Type u_1} {A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (s : Finset ΞΉ) (Ο : ΞΉ β AddChar A M) (a : A) : (β i β s, Ο i) a = β i β s, (Ο i) a - AddChar.sum_apply π Mathlib.Algebra.Group.AddChar
{ΞΉ : Type u_1} {A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (s : Finset ΞΉ) (Ο : ΞΉ β AddChar A M) (a : A) : (β i β s, Ο i) a = β i β s, (Ο i) a - AddChar.coe_prod π Mathlib.Algebra.Group.AddChar
{ΞΉ : Type u_1} {A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (s : Finset ΞΉ) (Ο : ΞΉ β AddChar A M) : β(β i β s, Ο i) = β i β s, β(Ο i) - AddChar.coe_sum π Mathlib.Algebra.Group.AddChar
{ΞΉ : Type u_1} {A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (s : Finset ΞΉ) (Ο : ΞΉ β AddChar A M) : β(β i β s, Ο i) = β i β s, β(Ο i) - AddChar.map_add_eq_mul π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) (x y : A) : Ο (x + y) = Ο x * Ο y - AddChar.toAddMonoidAddEquiv π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] : Additive (AddChar A M) β+ (A β+ Additive M) - AddChar.mulShift_zero π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) : Ο.mulShift 0 = 1 - AddChar.coe_mk π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (f : A β M) (map_zero_eq_one' : f 0 = 1) (map_add_eq_mul' : β (a b : A), f (a + b) = f a * f b) : β{ toFun := f, map_zero_eq_one' := map_zero_eq_one', map_add_eq_mul' := map_add_eq_mul' } = f - AddChar.toAddMonoidHom_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) (a : A) : Ο.toAddMonoidHom a = Additive.ofMul (Ο a) - AddChar.compAddMonoidHom_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {B : Type u_2} {M : Type u_3} [AddMonoid A] [AddMonoid B] [Monoid M] (Ο : AddChar B M) (f : A β+ B) (a : A) : (Ο.compAddMonoidHom f) a = Ο (f a) - AddChar.toMonoidHom_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) (a : Multiplicative A) : Ο.toMonoidHom a = Ο (Multiplicative.toAdd a) - AddChar.coe_compAddMonoidHom π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {B : Type u_2} {M : Type u_3} [AddMonoid A] [AddMonoid B] [Monoid M] (Ο : AddChar B M) (f : A β+ B) : β(Ο.compAddMonoidHom f) = βΟ β βf - AddChar.coe_toAddMonoidHom π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) : βΟ.toAddMonoidHom = βAdditive.ofMul β βΟ - MonoidHom.coe_compAddChar π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] {N : Type u_5} [Monoid N] (f : M β* N) (Ο : AddChar A M) : β(f.compAddChar Ο) = βf β βΟ - MonoidHom.compAddChar_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} {N : Type u_4} [AddMonoid A] [Monoid M] [Monoid N] (f : M β* N) (Ο : AddChar A M) : β(f.compAddChar Ο) = βf β βΟ - AddChar.map_neg_eq_inv π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddGroup A] [DivisionMonoid M] (Ο : AddChar A M) (a : A) : Ο (-a) = (Ο a)β»ΒΉ - AddChar.mulShift_apply π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] {Ο : AddChar R M} {r x : R} : (Ο.mulShift r) x = Ο (r * x) - AddChar.map_zsmul_eq_zpow π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddGroup A] [DivisionMonoid M] (Ο : AddChar A M) (n : β€) (a : A) : Ο (n β’ a) = Ο a ^ n - AddChar.mulShift_spec' π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) (n : β) (x : R) : (Ο.mulShift βn) x = Ο x ^ n - AddChar.nsmul_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο : AddChar A M) (n : β) (a : A) : (n β’ Ο) a = Ο a ^ n - AddChar.pow_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο : AddChar A M) (n : β) (a : A) : (Ο ^ n) a = Ο a ^ n - AddChar.coe_nsmul π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (n : β) (Ο : AddChar A M) : β(n β’ Ο) = βΟ ^ n - AddChar.coe_pow π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο : AddChar A M) (n : β) : β(Ο ^ n) = βΟ ^ n - AddChar.pow_eq_nsmul π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο : AddChar A M) (n : β) : Ο ^ n = n β’ Ο - AddChar.doubleDualEmb π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] : A β+ AddChar (AddChar A M) M - AddChar.injective_iff π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] {Ο : AddChar A M} : Function.Injective βΟ β β β¦x : Aβ¦, Ο x = 1 β x = 0 - AddChar.mulShift_unit_eq_one_iff π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) {u : R} (hu : IsUnit u) : Ο.mulShift u = 1 β Ο = 1 - AddChar.sum_eq_zero_iff_ne_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {R : Type u_2} [AddGroup A] [Fintype A] [CommSemiring R] [IsDomain R] {Ο : AddChar A R} [CharZero R] : β x, Ο x = 0 β Ο β 0 - AddChar.sum_ne_zero_iff_eq_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {R : Type u_2} [AddGroup A] [Fintype A] [CommSemiring R] [IsDomain R] {Ο : AddChar A R} [CharZero R] : β x, Ο x β 0 β Ο = 0 - AddChar.add_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : AddChar A M) (a : A) : (Ο + Ο) a = Ο a * Ο a - AddChar.inv_mulShift π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) : Οβ»ΒΉ = Ο.mulShift (-1) - AddChar.mul_eq_add π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : AddChar A M) : Ο * Ο = Ο + Ο - AddChar.coe_add π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : AddChar A M) : β(Ο + Ο) = βΟ * βΟ - AddChar.mul_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : AddChar A M) (a : A) : (Ο * Ο) a = Ο a * Ο a - AddChar.coe_mul π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : AddChar A M) : β(Ο * Ο) = βΟ * βΟ - AddChar.pow_mulShift π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) (n : β) : Ο ^ n = Ο.mulShift βn - AddChar.map_sub_eq_div π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (Ο : AddChar A M) (a b : A) : Ο (a - b) = Ο a / Ο b - AddChar.inv_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [CommMonoid M] (Ο : AddChar A M) (a : A) : Οβ»ΒΉ a = Ο (-a) - AddChar.neg_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [CommMonoid M] (Ο : AddChar A M) (a : A) : (-Ο) a = Ο (-a) - AddChar.mulShift_mul π Mathlib.Algebra.Group.AddChar
{R : Type u_1} {M : Type u_2} [Ring R] [CommMonoid M] (Ο : AddChar R M) (r s : R) : Ο.mulShift r * Ο.mulShift s = Ο.mulShift (r + s) - AddChar.sum_eq_ite π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {R : Type u_2} [AddGroup A] [Fintype A] [CommSemiring R] [IsDomain R] (Ο : AddChar A R) [Decidable (Ο = 0)] : β a, Ο a = if Ο = 0 then β(Fintype.card A) else 0 - AddChar.toAddMonoidHomEquiv_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : AddChar.toAddMonoidHomEquiv 0 = 0 - AddChar.toMonoidHomEquiv_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : AddChar.toMonoidHomEquiv 0 = 1 - AddChar.toAddMonoidHomEquiv_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) (a : A) : (AddChar.toAddMonoidHomEquiv Ο) a = Additive.ofMul (Ο a) - AddChar.toMonoidHomEquiv_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) (a : Multiplicative A) : (AddChar.toMonoidHomEquiv Ο) a = Ο (Multiplicative.toAdd a) - AddChar.coe_toAddMonoidHomEquiv π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) : β(AddChar.toAddMonoidHomEquiv Ο) = βAdditive.ofMul β βΟ - AddChar.coe_toMonoidHomEquiv π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : AddChar A M) : β(AddChar.toMonoidHomEquiv Ο) = βΟ β βMultiplicative.toAdd - AddChar.inv_apply' π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (Ο : AddChar A M) (a : A) : Οβ»ΒΉ a = (Ο a)β»ΒΉ - AddChar.neg_apply' π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (Ο : AddChar A M) (a : A) : (-Ο) a = (Ο a)β»ΒΉ - AddChar.toAddMonoidHomEquiv_symm_zero π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : AddChar.toAddMonoidHomEquiv.symm 0 = 0 - AddChar.toMonoidHomEquiv_symm_one π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] : AddChar.toMonoidHomEquiv.symm 1 = 0 - AddChar.zpow_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (Ο : AddChar A M) (n : β€) (a : A) : (Ο ^ n) a = Ο a ^ n - AddChar.zsmul_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (n : β€) (Ο : AddChar A M) (a : A) : (n β’ Ο) a = Ο a ^ n - AddChar.div_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [CommMonoid M] (Ο Ο : AddChar A M) (a : A) : (Ο / Ο) a = Ο a * Ο (-a) - AddChar.sub_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [CommMonoid M] (Ο Ο : AddChar A M) (a : A) : (Ο - Ο) a = Ο a * Ο (-a) - AddChar.toAddMonoidHomEquiv_symm_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : A β+ Additive M) (a : A) : (AddChar.toAddMonoidHomEquiv.symm Ο) a = Additive.toMul (Ο a) - AddChar.toMonoidHomEquiv_symm_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : Multiplicative A β* M) (a : A) : (AddChar.toMonoidHomEquiv.symm Ο) a = Ο (Multiplicative.ofAdd a) - AddChar.coe_toAddMonoidHomEquiv_symm π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : A β+ Additive M) : β(AddChar.toAddMonoidHomEquiv.symm Ο) = βAdditive.toMul β βΟ - AddChar.coe_toMonoidHomEquiv_symm π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_3} [AddMonoid A] [Monoid M] (Ο : Multiplicative A β* M) : β(AddChar.toMonoidHomEquiv.symm Ο) = βΟ β βMultiplicative.ofAdd - AddChar.div_apply' π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (Ο Ο : AddChar A M) (a : A) : (Ο / Ο) a = Ο a / Ο a - AddChar.sub_apply' π Mathlib.Algebra.Group.AddChar
{A : Type u_1} {M : Type u_2} [AddCommGroup A] [DivisionCommMonoid M] (Ο Ο : AddChar A M) (a : A) : (Ο - Ο) a = Ο a / Ο a - AddChar.doubleDualEmb_apply π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (a : A) (Ο : AddChar A M) : (AddChar.doubleDualEmb a) Ο = Ο a - AddChar.toMonoidHomEquiv_add π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : AddChar A M) : AddChar.toMonoidHomEquiv (Ο + Ο) = AddChar.toMonoidHomEquiv Ο * AddChar.toMonoidHomEquiv Ο - AddChar.toMonoidHomEquiv_symm_mul π Mathlib.Algebra.Group.AddChar
{A : Type u_2} {M : Type u_3} [AddMonoid A] [CommMonoid M] (Ο Ο : Multiplicative A β* M) : AddChar.toMonoidHomEquiv.symm (Ο * Ο) = AddChar.toMonoidHomEquiv.symm Ο + AddChar.toMonoidHomEquiv.symm Ο - Polynomial.ofMultiset π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [CommRing R] : AddChar (Multiset R) (Polynomial R) - Polynomial.ofMultiset_apply π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [CommRing R] (s : Multiset R) : Polynomial.ofMultiset s = (Multiset.map (fun a => Polynomial.X - Polynomial.C a) s).prod - Polynomial.ofMultiset_injective π Mathlib.Algebra.Polynomial.Roots
(R : Type u) [CommRing R] [IsDomain R] : Function.Injective βPolynomial.ofMultiset - Polynomial.roots_ofMultiset π Mathlib.Algebra.Polynomial.Roots
{R : Type u} [CommRing R] [IsDomain R] (s : Multiset R) : (Polynomial.ofMultiset s).roots = s - Polynomial.rightInverse_ofMultiset_roots π Mathlib.Algebra.Polynomial.Roots
(R : Type u) [CommRing R] [IsDomain R] : Function.RightInverse (βPolynomial.ofMultiset) Polynomial.roots - AddChar.directSum π Mathlib.Algebra.DirectSum.AddChar
{ΞΉ : Type u_1} {R : Type u_2} {G : ΞΉ β Type u_3} [DecidableEq ΞΉ] [(i : ΞΉ) β AddCommGroup (G i)] [CommMonoid R] (Ο : (i : ΞΉ) β AddChar (G i) R) : AddChar (DirectSum ΞΉ fun i => G i) R - AddChar.directSum_injective π Mathlib.Algebra.DirectSum.AddChar
{ΞΉ : Type u_1} {R : Type u_2} {G : ΞΉ β Type u_3} [DecidableEq ΞΉ] [(i : ΞΉ) β AddCommGroup (G i)] [CommMonoid R] : Function.Injective AddChar.directSum - AddChar.directSum_apply π Mathlib.Algebra.DirectSum.AddChar
{ΞΉ : Type u_1} {R : Type u_2} {G : ΞΉ β Type u_3} [DecidableEq ΞΉ] [(i : ΞΉ) β AddCommGroup (G i)] [CommMonoid R] (Ο : (i : ΞΉ) β AddChar (G i) R) (aβ : DirectSum ΞΉ fun i => G i) : (AddChar.directSum Ο) aβ = (DirectSum.toAddMonoid fun i => AddChar.toAddMonoidHomEquiv (Ο i)) aβ - fwdDiff_addChar_eq π Mathlib.Algebra.Group.ForwardDiff
{M : Type u_3} {R : Type u_4} [AddCommMonoid M] [Ring R] (Ο : AddChar M R) (x h : M) (n : β) : (fwdDiff h)^[n] (βΟ) x = (Ο h - 1) ^ n * Ο x - AddChar.norm_apply π Mathlib.Analysis.Normed.Ring.Finite
{Ξ± : Type u_1} [NormedRing Ξ±] [NormMulClass Ξ±] [NormOneClass Ξ±] {G : Type u_3} [AddLeftCancelMonoid G] [Finite G] (Ο : AddChar G Ξ±) (x : G) : βΟ xβ = 1 - AddChar.inv_apply_eq_conj π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {G : Type u_3} [Finite G] [AddLeftCancelMonoid G] (Ο : AddChar G K) (x : G) : (Ο x)β»ΒΉ = (starRingEnd K) (Ο x) - AddChar.map_neg_eq_conj π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] {G : Type u_3} [Finite G] [AddCommGroup G] (Ο : AddChar G K) (x : G) : Ο (-x) = (starRingEnd K) (Ο x) - Real.fourierChar π Mathlib.Analysis.Complex.Circle
: AddChar β Circle - Real.probChar π Mathlib.Analysis.Complex.Circle
: AddChar β Circle - Real.continuous_fourierChar π Mathlib.Analysis.Complex.Circle
: Continuous βReal.fourierChar - Real.continuous_probChar π Mathlib.Analysis.Complex.Circle
: Continuous βReal.probChar - Real.fourierChar_ne_one π Mathlib.Analysis.Complex.Circle
: Real.fourierChar β 1 - Real.probChar_ne_one π Mathlib.Analysis.Complex.Circle
: Real.probChar β 1 - Real.probChar_apply' π Mathlib.Analysis.Complex.Circle
(x : β) : Real.probChar x = Circle.exp x - Real.fourierChar_apply' π Mathlib.Analysis.Complex.Circle
(x : β) : Real.fourierChar x = Circle.exp (2 * Real.pi * x) - 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) - Circle.star_addChar π Mathlib.Analysis.Complex.Circle
{e : AddChar β Circle} (x : β) : star β(e x) = β(e (-x)) - Circle.starRingEnd_addChar π Mathlib.Analysis.Complex.Circle
{e : AddChar β Circle} (x : β) : (starRingEnd β) β(e x) = β(e (-x)) - Matrix.GeneralLinearGroup.upperRightHom π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo
{R : Type u_1} [Ring R] : AddChar R (GL (Fin 2) R) - Matrix.GeneralLinearGroup.injective_upperRightHom π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo
{R : Type u_1} [Ring R] : Function.Injective βMatrix.GeneralLinearGroup.upperRightHom - Matrix.GeneralLinearGroup.upperRightHom_apply π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo
{R : Type u_1} [Ring R] (x : R) : Matrix.GeneralLinearGroup.upperRightHom x = { val := !![1, x; 0, 1], inv := !![1, -x; 0, 1], val_inv := β―, inv_val := β― } - Matrix.GeneralLinearGroup.isParabolic_iff_of_upperTriangular_of_det π Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo
{K : Type u_2} [Field K] [LinearOrder K] [IsStrictOrderedRing K] {g : GL (Fin 2) K} (h_det : Matrix.GeneralLinearGroup.det g = 1 β¨ Matrix.GeneralLinearGroup.det g = -1) (hg10 : βg 1 0 = 0) : g.IsParabolic β (β x, x β 0 β§ g = Matrix.GeneralLinearGroup.upperRightHom x) β¨ β x, x β 0 β§ g = -Matrix.GeneralLinearGroup.upperRightHom x - Matrix.GeneralLinearGroup.continuous_upperRightHom π Mathlib.Topology.Algebra.Group.Matrix
{R : Type u_4} [Ring R] [TopologicalSpace R] [IsTopologicalRing R] : Continuous βMatrix.GeneralLinearGroup.upperRightHom - Fourier.fourierIntegral π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] [MeasurableSpace π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure π) (f : π β E) (w : π) : E - Fourier.norm_fourierIntegral_le_integral_norm π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] [MeasurableSpace π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure π) (f : π β E) (w : π) : βFourier.fourierIntegral e ΞΌ f wβ β€ β« (x : π), βf xβ βΞΌ - Real.fourier_real_eq π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] (f : β β E) (w : β) : FourierTransform.fourier f w = β« (v : β), Real.fourierChar (-(v * w)) β’ f v - Real.fourierIntegral_convergent_iff π Mathlib.Analysis.Fourier.FourierTransform
{V : Type u_1} {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup V] [InnerProductSpace β V] [MeasurableSpace V] [BorelSpace V] {ΞΌ : MeasureTheory.Measure V} {f : V β E} (w : V) : MeasureTheory.Integrable (fun v => Real.fourierChar (-inner β v w) β’ f v) ΞΌ β MeasureTheory.Integrable f ΞΌ - Fourier.fourierIntegral_def π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] [MeasurableSpace π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure π) (f : π β E) (w : π) : Fourier.fourierIntegral e ΞΌ f w = β« (v : π), e (-(v * w)) β’ f v βΞΌ - Fourier.fourierIntegral_const_smul π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] [MeasurableSpace π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure π) (f : π β E) (r : β) : Fourier.fourierIntegral e ΞΌ (r β’ f) = r β’ Fourier.fourierIntegral e ΞΌ f - 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), Real.fourierChar (inner β v w) β’ 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), Real.fourierChar (-inner β v w) β’ f v - Fourier.fourierIntegral_comp_add_right π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] [MeasurableSpace π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableAdd π] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure π) [ΞΌ.IsAddRightInvariant] (f : π β E) (vβ : π) : Fourier.fourierIntegral e ΞΌ (f β fun v => v + vβ) = fun w => e (vβ * w) β’ Fourier.fourierIntegral e ΞΌ f w - VectorFourier.fourierIntegral π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure V) (L : V ββ[π] W ββ[π] π) (f : V β E) (w : W) : E - VectorFourier.norm_fourierIntegral_le_integral_norm π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure V) (L : V ββ[π] W ββ[π] π) (f : V β E) (w : W) : βVectorFourier.fourierIntegral e ΞΌ L f wβ β€ β« (v : V), βf vβ βΞΌ - VectorFourier.fourierIntegral_congr_ae π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure V) (L : V ββ[π] W ββ[π] π) {fβ fβ : V β E} (hf : fβ =α΅[ΞΌ] fβ) : VectorFourier.fourierIntegral e ΞΌ L fβ = VectorFourier.fourierIntegral e ΞΌ L fβ - VectorFourier.fourierIntegral_const_smul π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure V) (L : V ββ[π] W ββ[π] π) (f : V β E) (r : β) : VectorFourier.fourierIntegral e ΞΌ L (r β’ f) = r β’ VectorFourier.fourierIntegral e ΞΌ L f - VectorFourier.fourierIntegral_continuous π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} [FirstCountableTopology W] (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) {f : V β E} (hf : MeasureTheory.Integrable f ΞΌ) : Continuous (VectorFourier.fourierIntegral e ΞΌ L f) - VectorFourier.fourierIntegral_comp_add_right π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableAdd V] (e : AddChar π Circle) (ΞΌ : MeasureTheory.Measure V) [ΞΌ.IsAddRightInvariant] (L : V ββ[π] W ββ[π] π) (f : V β E) (vβ : V) : VectorFourier.fourierIntegral e ΞΌ L (f β fun v => v + vβ) = fun w => e ((L vβ) w) β’ VectorFourier.fourierIntegral e ΞΌ L f w - VectorFourier.fourierIntegral_add π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) {f g : V β E} (hf : MeasureTheory.Integrable f ΞΌ) (hg : MeasureTheory.Integrable g ΞΌ) : VectorFourier.fourierIntegral e ΞΌ L (f + g) = VectorFourier.fourierIntegral e ΞΌ L f + VectorFourier.fourierIntegral e ΞΌ L g - VectorFourier.integral_fourierIntegral_smul_eq_flip π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {F : Type u_5} [NormedAddCommGroup F] [NormedSpace β F] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} {Ξ½ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ΞΌ] [MeasureTheory.SigmaFinite Ξ½] [SecondCountableTopologyEither W V] [CompleteSpace F] {f : V β β} {g : W β F} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ΞΌ) (hg : MeasureTheory.Integrable g Ξ½) : β« (ΞΎ : W), VectorFourier.fourierIntegral e ΞΌ L f ΞΎ β’ g ΞΎ βΞ½ = β« (x : V), f x β’ VectorFourier.fourierIntegral e Ξ½ L.flip g x βΞΌ - Real.fourierIntegral_convergent_iff' π Mathlib.Analysis.Fourier.FourierTransform
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_4} {W : Type u_5} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] [MeasurableSpace V] [BorelSpace V] {ΞΌ : MeasureTheory.Measure V} {f : V β E} (L : V βL[β] W βL[β] β) (w : W) : MeasureTheory.Integrable (fun v => Real.fourierChar (-(L v) w) β’ f v) ΞΌ β MeasureTheory.Integrable f ΞΌ - VectorFourier.fourierIntegral_convergent_iff π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} [NormedAddCommGroup E] [NormedSpace β E] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) {f : V β E} (w : W) : MeasureTheory.Integrable (fun v => e (-(L v) w) β’ f v) ΞΌ β MeasureTheory.Integrable f ΞΌ - VectorFourier.integral_bilin_fourierIntegral_eq_flip π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] [NormedAddCommGroup G] [NormedSpace β G] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} {Ξ½ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ΞΌ] [MeasureTheory.SigmaFinite Ξ½] [SecondCountableTopologyEither W V] [CompleteSpace E] [CompleteSpace F] {f : V β E} {g : W β F} (M : E βL[β] F βL[β] G) (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ΞΌ) (hg : MeasureTheory.Integrable g Ξ½) : β« (ΞΎ : W), (M (VectorFourier.fourierIntegral e ΞΌ L f ΞΎ)) (g ΞΎ) βΞ½ = β« (x : V), (M (f x)) (VectorFourier.fourierIntegral e Ξ½ L.flip g x) βΞΌ - VectorFourier.integral_sesq_fourierIntegral_eq_neg_flip π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] [NormedAddCommGroup G] [NormedSpace β G] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} {Ξ½ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ΞΌ] [MeasureTheory.SigmaFinite Ξ½] [SecondCountableTopologyEither W V] [CompleteSpace E] [CompleteSpace F] {f : V β E} {g : W β F} (M : E βLβ[β] F βL[β] G) (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ΞΌ) (hg : MeasureTheory.Integrable g Ξ½) : β« (ΞΎ : W), (M (VectorFourier.fourierIntegral e ΞΌ L f ΞΎ)) (g ΞΎ) βΞ½ = β« (x : V), (M (f x)) (VectorFourier.fourierIntegral e Ξ½ (-L.flip) g x) βΞΌ - VectorFourier.integral_fourierIntegral_swap π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} [CommRing π] {V : Type u_2} [AddCommGroup V] [Module π V] [MeasurableSpace V] {W : Type u_3} [AddCommGroup W] [Module π W] {E : Type u_4} {F : Type u_5} {G : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] [NormedAddCommGroup G] [NormedSpace β G] [TopologicalSpace π] [IsTopologicalRing π] [TopologicalSpace V] [BorelSpace V] [TopologicalSpace W] [MeasurableSpace W] [BorelSpace W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V ββ[π] W ββ[π] π} {Ξ½ : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite ΞΌ] [MeasureTheory.SigmaFinite Ξ½] [SecondCountableTopologyEither W V] {Ο : β β+* β} [RingHomIsometric Ο] {f : V β E} {g : W β F} (M : F βL[β] E βSL[Ο] G) (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) (hf : MeasureTheory.Integrable f ΞΌ) (hg : MeasureTheory.Integrable g Ξ½) : β« (ΞΎ : W), β« (x : V), (M (g ΞΎ)) (e (-(L x) ΞΎ) β’ f x) βΞΌ βΞ½ = β« (x : V), β« (ΞΎ : W), (M (g ΞΎ)) (e (-(L x) ΞΎ) β’ f x) βΞ½ βΞΌ - VectorFourier.fourierIntegral_continuousLinearMap_apply π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} {E : Type u_3} {F : Type u_4} {V : Type u_5} {W : Type u_6} [NontriviallyNormedField π] [NormedAddCommGroup V] [NormedSpace π V] [MeasurableSpace V] [BorelSpace V] [NormedAddCommGroup W] [NormedSpace π W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V βL[π] W βL[π] π} [NormedAddCommGroup F] [NormedSpace β F] [NormedAddCommGroup E] [NormedSpace β E] {f : V β F βL[β] E} {a : F} {w : W} (he : Continuous βe) (hf : MeasureTheory.Integrable f ΞΌ) : (VectorFourier.fourierIntegral e ΞΌ (ContinuousLinearMap.toLinearMapββ L) f w) a = VectorFourier.fourierIntegral e ΞΌ (ContinuousLinearMap.toLinearMapββ L) (fun x => (f x) a) w - VectorFourier.fourierIntegral_continuousMultilinearMap_apply π Mathlib.Analysis.Fourier.FourierTransform
{π : Type u_1} {ΞΉ : Type u_2} {E : Type u_3} {V : Type u_5} {W : Type u_6} [Fintype ΞΉ] [NontriviallyNormedField π] [NormedAddCommGroup V] [NormedSpace π V] [MeasurableSpace V] [BorelSpace V] [NormedAddCommGroup W] [NormedSpace π W] {e : AddChar π Circle} {ΞΌ : MeasureTheory.Measure V} {L : V βL[π] W βL[π] π} [NormedAddCommGroup E] [NormedSpace β E] {M : ΞΉ β Type u_7} [(i : ΞΉ) β NormedAddCommGroup (M i)] [(i : ΞΉ) β NormedSpace β (M i)] {f : V β ContinuousMultilinearMap β M E} {m : (i : ΞΉ) β M i} {w : W} (he : Continuous βe) (hf : MeasureTheory.Integrable f ΞΌ) : (VectorFourier.fourierIntegral e ΞΌ (ContinuousLinearMap.toLinearMapββ L) f w) m = VectorFourier.fourierIntegral e ΞΌ (ContinuousLinearMap.toLinearMapββ L) (fun x => (f x) m) w - Real.differentiable_fourierChar π Mathlib.Analysis.Fourier.FourierTransformDeriv
: Differentiable β fun x => β(Real.fourierChar x) - Real.deriv_fourierChar π Mathlib.Analysis.Fourier.FourierTransformDeriv
(x : β) : deriv (fun x => β(Real.fourierChar x)) x = 2 * βReal.pi * Complex.I * β(Real.fourierChar x) - Real.hasDerivAt_fourierChar π Mathlib.Analysis.Fourier.FourierTransformDeriv
(x : β) : HasDerivAt (fun x => β(Real.fourierChar x)) (2 * βReal.pi * Complex.I * β(Real.fourierChar x)) x - Real.differentiable_fourierChar_neg_bilinear_left π Mathlib.Analysis.Fourier.FourierTransformDeriv
{V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (w : W) : Differentiable β fun v => β(Real.fourierChar (-(L v) w)) - Real.differentiable_fourierChar_neg_bilinear_right π Mathlib.Analysis.Fourier.FourierTransformDeriv
{V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (v : V) : Differentiable β fun w => β(Real.fourierChar (-(L v) w)) - VectorFourier.hasFDerivAt_fourierChar_smul π Mathlib.Analysis.Fourier.FourierTransformDeriv
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {V : Type u_2} {W : Type u_3} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (f : V β E) (v : V) (w : W) : HasFDerivAt (fun w' => Real.fourierChar (-(L v) w') β’ f v) (Real.fourierChar (-(L v) w) β’ VectorFourier.fourierSMulRight L f v) w - Real.fderiv_fourierChar_neg_bilinear_left_apply π Mathlib.Analysis.Fourier.FourierTransformDeriv
{V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (v y : V) (w : W) : (fderiv β (fun v => β(Real.fourierChar (-(L v) w))) v) y = -2 * βReal.pi * Complex.I * β((L y) w) * β(Real.fourierChar (-(L v) w)) - Real.fderiv_fourierChar_neg_bilinear_right_apply π Mathlib.Analysis.Fourier.FourierTransformDeriv
{V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (v : V) (w y : W) : (fderiv β (fun w => β(Real.fourierChar (-(L v) w))) w) y = -2 * βReal.pi * Complex.I * β((L v) y) * β(Real.fourierChar (-(L v) w)) - Real.hasFDerivAt_fourierChar_neg_bilinear_right π Mathlib.Analysis.Fourier.FourierTransformDeriv
{V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (v : V) (w : W) : HasFDerivAt (fun w => β(Real.fourierChar (-(L v) w))) ((-2 * βReal.pi * Complex.I * β(Real.fourierChar (-(L v) w))) β’ Complex.ofRealCLM βSL L v) w - Real.hasFDerivAt_fourierChar_neg_bilinear_left π Mathlib.Analysis.Fourier.FourierTransformDeriv
{V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [NormedSpace β V] [NormedAddCommGroup W] [NormedSpace β W] (L : V βL[β] W βL[β] β) (v : V) (w : W) : HasFDerivAt (fun v => β(Real.fourierChar (-(L v) w))) ((-2 * βReal.pi * Complex.I * β(Real.fourierChar (-(L v) w))) β’ Complex.ofRealCLM βSL L.flip w) v - BoundedContinuousFunction.char π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) (w : W) : BoundedContinuousFunction V β - BoundedContinuousFunction.char_zero_eq_one π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} : BoundedContinuousFunction.char he hL 0 = 1 - BoundedContinuousFunction.charMonoidHom π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) : Multiplicative W β* BoundedContinuousFunction V β - BoundedContinuousFunction.char_add_eq_mul π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (x y : W) : BoundedContinuousFunction.char he hL (x + y) = BoundedContinuousFunction.char he hL x * BoundedContinuousFunction.char he hL y - BoundedContinuousFunction.char_neg π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (w : W) : BoundedContinuousFunction.char he hL (-w) = star (BoundedContinuousFunction.char he hL w) - BoundedContinuousFunction.charAlgHom π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) : AddMonoidAlgebra β W ββ[β] BoundedContinuousFunction V β - BoundedContinuousFunction.charPoly π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) : StarSubalgebra β (BoundedContinuousFunction V β) - BoundedContinuousFunction.char_apply π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (w : W) (v : V) : (BoundedContinuousFunction.char he hL w) v = β(e ((L v) w)) - BoundedContinuousFunction.ext_of_char_eq π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (he' : e β 1) (hL : Continuous fun p => (L p.1) p.2) (hL' : β (v : V), v β 0 β L v β 0) {v v' : V} (h : β (w : W), (BoundedContinuousFunction.char he hL w) v = (BoundedContinuousFunction.char he hL w) v') : v = v' - BoundedContinuousFunction.charMonoidHom_apply π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (w : Multiplicative W) (v : V) : ((BoundedContinuousFunction.charMonoidHom he hL) w) v = β(e ((L v) (Multiplicative.toAdd w))) - BoundedContinuousFunction.charAlgHom_apply π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (w : AddMonoidAlgebra β W) (v : V) : ((BoundedContinuousFunction.charAlgHom he hL) w) v = w.coeff.sum fun a z => z β’ β(e ((L v) a)) - BoundedContinuousFunction.char_mem_charPoly π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (w : W) : BoundedContinuousFunction.char he hL w β BoundedContinuousFunction.charPoly he hL - BoundedContinuousFunction.mem_charPoly π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} {he : Continuous βe} {hL : Continuous fun p => (L p.1) p.2} (f : BoundedContinuousFunction V β) : f β BoundedContinuousFunction.charPoly he hL β β w, βf = fun x => w.coeff.sum fun a z => z * β(e ((L x) a)) - BoundedContinuousFunction.separatesPoints_charPoly π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (he' : e β 1) (hL : Continuous fun p => (L p.1) p.2) (hL' : β (v : V), v β 0 β L v β 0) : (StarSubalgebra.map (BoundedContinuousFunction.toContinuousMapStarβ β) (BoundedContinuousFunction.charPoly he hL)).SeparatesPoints - BoundedContinuousFunction.star_mem_range_charAlgHom π Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
{V : Type u_1} {W : Type u_2} [AddCommGroup V] [Module β V] [TopologicalSpace V] [AddCommGroup W] [Module β W] [TopologicalSpace W] {e : AddChar β Circle} {L : V ββ[β] W ββ[β] β} (he : Continuous βe) (hL : Continuous fun p => (L p.1) p.2) {x : BoundedContinuousFunction V β} (hx : x β (BoundedContinuousFunction.charAlgHom he hL).range) : star x β (BoundedContinuousFunction.charAlgHom he hL).range - Real.fourier_bilin_convolution_eq_integral π Mathlib.Analysis.Fourier.Convolution
{π : Type u_1} {E : Type u_3} {Fβ : Type u_5} {Fβ : Type u_6} {Fβ : Type u_7} [NontriviallyNormedField π] [NormedAddCommGroup E] [NormedAddCommGroup Fβ] [NormedAddCommGroup Fβ] [NormedAddCommGroup Fβ] [InnerProductSpace β E] [FiniteDimensional β E] [MeasurableSpace E] [BorelSpace E] [NormedSpace π Fβ] [NormedSpace π Fβ] [NormedSpace π Fβ] [NormedSpace β Fβ] (B : Fβ βL[π] Fβ βL[π] Fβ) {fβ : E β Fβ} {fβ : E β Fβ} (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (hfβ : MeasureTheory.Integrable fβ MeasureTheory.volume) (ΞΎ : E) : FourierTransform.fourier (MeasureTheory.convolution fβ fβ B MeasureTheory.volume) ΞΎ = β« (y : E) (x : E), Real.fourierChar (-inner β (y + x) ΞΎ) β’ (B (fβ x)) (fβ y) - AddChar.instFintype π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
(G : Type u_1) (R : Type u_2) [AddCommGroup G] [RCLike R] [Finite G] : Fintype (AddChar G R) - AddChar.card_addChar_le π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
(G : Type u_1) (R : Type u_2) [AddCommGroup G] [RCLike R] [Fintype G] : Fintype.card (AddChar G R) β€ Fintype.card G - AddChar.linearIndependent π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
(G : Type u_1) (R : Type u_2) [AddCommGroup G] [RCLike R] [Finite G] : LinearIndependent R DFunLike.coe - AddChar.expect_eq_zero_iff_ne_zero π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddGroup G] [Fintype G] [Semifield R] [CharZero R] {Ο : AddChar G R} : (Finset.univ.expect fun x => Ο x) = 0 β Ο β 0 - AddChar.expect_ne_zero_iff_eq_zero π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddGroup G] [Fintype G] [Semifield R] [CharZero R] {Ο : AddChar G R} : (Finset.univ.expect fun x => Ο x) β 0 β Ο = 0 - AddChar.wInner_cWeight_self π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddGroup G] [RCLike R] [Fintype G] (Ο : AddChar G R) : βͺβΟ, βΟβ«β_[R] = 1 - AddChar.wInner_cWeight_eq_one_iff_eq π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddCommGroup G] [RCLike R] {Οβ Οβ : AddChar G R} [Fintype G] : βͺβΟβ, βΟββ«β_[R] = 1 β Οβ = Οβ - AddChar.wInner_cWeight_eq_zero_iff_ne π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddCommGroup G] [RCLike R] {Οβ Οβ : AddChar G R} [Fintype G] : βͺβΟβ, βΟββ«β_[R] = 0 β Οβ β Οβ - AddChar.expect_eq_ite π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddGroup G] [Fintype G] [Semifield R] [CharZero R] (Ο : AddChar G R) : (Finset.univ.expect fun a => Ο a) = if Ο = 0 then 1 else 0 - AddChar.wInner_cWeight_eq_boole π Mathlib.Analysis.Fourier.FiniteAbelian.Orthogonality
{G : Type u_1} {R : Type u_2} [AddCommGroup G] [RCLike R] [Fintype G] (Οβ Οβ : AddChar G R) : βͺβΟβ, βΟββ«β_[R] = if Οβ = Οβ then 1 else 0 - AddChar.card_eq π Mathlib.Analysis.Fourier.FiniteAbelian.PontryaginDuality
{Ξ± : Type u_1} [AddCommGroup Ξ±] [Fintype Ξ±] : Fintype.card (AddChar Ξ± β) = Fintype.card Ξ± - AddChar.zmod π Mathlib.Analysis.Fourier.FiniteAbelian.PontryaginDuality
(n : β) [NeZero n] (x : ZMod n) : AddChar (ZMod n) Circle
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