Loogle!
Result
Found 155 declarations mentioning AddMonoidAlgebra.single.
- AddMonoidAlgebra.single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (r : R) : AddMonoidAlgebra R M - AddMonoidAlgebra.single_right_injective π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {m : M} : Function.Injective (AddMonoidAlgebra.single m) - AddMonoidAlgebra.single_right_inj π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {rβ rβ : R} {m : M} : AddMonoidAlgebra.single m rβ = AddMonoidAlgebra.single m rβ β rβ = rβ - AddMonoidAlgebra.ofCoeff_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (r : R) : (AddMonoidAlgebra.ofCoeff funβ | m => r) = AddMonoidAlgebra.single m r - AddMonoidAlgebra.single_left_injective π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {r : R} (hr : r β 0) : Function.Injective fun m => AddMonoidAlgebra.single m r - AddMonoidAlgebra.of'_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (a : M) : AddMonoidAlgebra.of' R M a = AddMonoidAlgebra.single a 1 - AddMonoidAlgebra.coeff_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (r : R) : (AddMonoidAlgebra.single m r).coeff = funβ | m => r - AddMonoidAlgebra.sum_coeff_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (f : AddMonoidAlgebra R M) : f.coeff.sum AddMonoidAlgebra.single = f - AddMonoidAlgebra.sum_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (f : AddMonoidAlgebra R M) : f.coeff.sum AddMonoidAlgebra.single = f - AddMonoidAlgebra.single_left_inj π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {r : R} {mβ mβ : M} (hr : r β 0) : AddMonoidAlgebra.single mβ r = AddMonoidAlgebra.single mβ r β mβ = mβ - AddMonoidAlgebra.single_commute π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {r : R} {m : M} [Add M] (hm : β (m' : M), AddCommute m m') (hr : β (r' : R), Commute r r') (x : AddMonoidAlgebra R M) : Commute (AddMonoidAlgebra.single m r) x - AddMonoidAlgebra.single_commute_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {rβ rβ : R} {mβ mβ : M} [Add M] (hm : AddCommute mβ mβ) (hr : Commute rβ rβ) : Commute (AddMonoidAlgebra.single mβ rβ) (AddMonoidAlgebra.single mβ rβ) - AddMonoidAlgebra.one_def π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [Zero M] : 1 = AddMonoidAlgebra.single 0 1 - AddMonoidAlgebra.erase_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (r : R) : AddMonoidAlgebra.erase m (AddMonoidAlgebra.single m r) = 0 - AddMonoidAlgebra.single_zero π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) : AddMonoidAlgebra.single m 0 = 0 - AddMonoidAlgebra.single_eq_zero π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {r : R} {m : M} : AddMonoidAlgebra.single m r = 0 β r = 0 - AddMonoidAlgebra.single_ne_zero π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {r : R} {m : M} : AddMonoidAlgebra.single m r β 0 β r β 0 - AddMonoidAlgebra.coeff_single_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {a a' : M} {b : R} [Decidable (a = a')] : (AddMonoidAlgebra.single a b).coeff a' = if a = a' then b else 0 - AddMonoidAlgebra.single_inj π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {rβ rβ : R} {mβ mβ : M} : AddMonoidAlgebra.single mβ rβ = AddMonoidAlgebra.single mβ rβ β mβ = mβ β§ rβ = rβ β¨ rβ = 0 β§ rβ = 0 - AddMonoidAlgebra.natCast_def π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddZeroClass M] (n : β) : βn = AddMonoidAlgebra.single 0 βn - AddMonoidAlgebra.sum_single_index π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} [Semiring R] [AddCommMonoid N] {m : M} {r : R} {h : M β R β N} (h_zero : h m 0 = 0) : (AddMonoidAlgebra.single m r).coeff.sum h = h m r - AddMonoidAlgebra.intCast_def π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Ring R] [AddZeroClass M] (z : β€) : βz = AddMonoidAlgebra.single 0 βz - AddMonoidAlgebra.prod_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {ΞΉ : Type u_7} [CommSemiring R] [AddCommMonoid M] (s : Finset ΞΉ) (m : ΞΉ β M) (r : ΞΉ β R) : β i β s, AddMonoidAlgebra.single (m i) (r i) = AddMonoidAlgebra.single (β i β s, m i) (β i β s, r i) - AddMonoidAlgebra.single_mul_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [Add M] (mβ mβ : M) (rβ rβ : R) : AddMonoidAlgebra.single mβ rβ * AddMonoidAlgebra.single mβ rβ = AddMonoidAlgebra.single (mβ + mβ) (rβ * rβ) - AddMonoidAlgebra.ofNat_def π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddZeroClass M] (n : β) [n.AtLeastTwo] : OfNat.ofNat n = AddMonoidAlgebra.single 0 (OfNat.ofNat n) - AddMonoidAlgebra.single_add π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (rβ rβ : R) : AddMonoidAlgebra.single m (rβ + rβ) = AddMonoidAlgebra.single m rβ + AddMonoidAlgebra.single m rβ - AddMonoidAlgebra.addSubmonoidClosure_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] : AddSubmonoid.closure {x | β m r, x = AddMonoidAlgebra.single m r} = β€ - AddMonoidAlgebra.erase_add_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (x : AddMonoidAlgebra R M) : AddMonoidAlgebra.erase m x + AddMonoidAlgebra.single m (x.coeff m) = x - AddMonoidAlgebra.single_add_erase π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (x : AddMonoidAlgebra R M) : AddMonoidAlgebra.single m (x.coeff m) + AddMonoidAlgebra.erase m x = x - AddMonoidAlgebra.single_neg π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Ring R] (m : M) (r : R) : AddMonoidAlgebra.single m (-r) = -AddMonoidAlgebra.single m r - AddMonoidAlgebra.single_pow π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddMonoid M] (m : M) (r : R) (n : β) : AddMonoidAlgebra.single m r ^ n = AddMonoidAlgebra.single (n β’ m) (r ^ n) - AddMonoidAlgebra.coeff_mul_single_of_forall_add_ne π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {m m' : M} [Add M] (r : R) (x : AddMonoidAlgebra R M) (h : β (d : M), d + m β m') : (x * AddMonoidAlgebra.single m r).coeff m' = 0 - AddMonoidAlgebra.coeff_single_mul_of_forall_add_ne π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {m m' : M} [Add M] (r : R) (x : AddMonoidAlgebra R M) (h : β (d : M), m + d β m') : (AddMonoidAlgebra.single m r * x).coeff m' = 0 - AddMonoidAlgebra.add_single_apply_of_not_exists_add π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [Add M] (r : R) {g g' : M} (x : AddMonoidAlgebra R M) (h : Β¬β d, g' = d + g) : (x * AddMonoidAlgebra.single g r).coeff g' = 0 - AddMonoidAlgebra.singleAddHom_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (m : M) (r : R) : (AddMonoidAlgebra.singleAddHom m) r = AddMonoidAlgebra.single m r - AddMonoidAlgebra.single_add_apply_of_not_exists_add π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [Add M] (r : R) {g g' : M} (x : AddMonoidAlgebra R M) (h : Β¬β d, g' = g + d) : (AddMonoidAlgebra.single g r * x).coeff g' = 0 - AddMonoidAlgebra.smul_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {A : Type u_8} [SMulZeroClass A R] (a : A) (m : M) (r : R) : a β’ AddMonoidAlgebra.single m r = AddMonoidAlgebra.single m (a β’ r) - AddMonoidAlgebra.ofMagma_apply π Mathlib.Algebra.MonoidAlgebra.Defs
(R : Type u_8) (M : Type u_9) [Semiring R] [Add M] (a : Multiplicative M) : (AddMonoidAlgebra.ofMagma R M) a = AddMonoidAlgebra.single (Multiplicative.toAdd a) 1 - AddMonoidAlgebra.smul_single' π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] (r' : R) (m : M) (r : R) : r' β’ AddMonoidAlgebra.single m r = AddMonoidAlgebra.single m (r' * r) - AddMonoidAlgebra.single_sub π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Ring R] (m : M) (r s : R) : AddMonoidAlgebra.single m (r - s) = AddMonoidAlgebra.single m r - AddMonoidAlgebra.single m s - AddMonoidAlgebra.induction_linear π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {motive : AddMonoidAlgebra R M β Prop} (x : AddMonoidAlgebra R M) (zero : motive 0) (add : β (x y : AddMonoidAlgebra R M), motive x β motive y β motive (x + y)) (single : β (m : M) (r : R), motive (AddMonoidAlgebra.single m r)) : motive x - AddMonoidAlgebra.mul_def π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [Add M] (x y : AddMonoidAlgebra R M) : x * y = x.coeff.sum fun mβ rβ => y.coeff.sum fun mβ rβ => AddMonoidAlgebra.single (mβ + mβ) (rβ * rβ) - AddMonoidAlgebra.coeff_mul_single_zero π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddZeroClass M] (x : AddMonoidAlgebra R M) (r : R) (m : M) : (x * AddMonoidAlgebra.single 0 r).coeff m = x.coeff m * r - AddMonoidAlgebra.coeff_single_zero_mul π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddZeroClass M] (x : AddMonoidAlgebra R M) (r : R) (m : M) : (AddMonoidAlgebra.single 0 r * x).coeff m = r * x.coeff m - AddMonoidAlgebra.finsuppProd_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} {ΞΉ : Type u_7} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] (f : ΞΉ ββ N) (m : ΞΉ β N β M) (r : ΞΉ β N β R) : (f.prod fun i n => AddMonoidAlgebra.single (m i n) (r i n)) = AddMonoidAlgebra.single (f.sum m) (f.prod r) - AddMonoidAlgebra.single_zero_comm π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [CommSemiring R] [AddZeroClass M] (r : R) (f : AddMonoidAlgebra R M) : AddMonoidAlgebra.single 0 r * f = f * AddMonoidAlgebra.single 0 r - AddMonoidAlgebra.coeff_mul_single_add π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddMonoid M] [IsCancelAdd M] (x : AddMonoidAlgebra R M) (r : R) (m m' : M) : (x * AddMonoidAlgebra.single m r).coeff (m' + m) = x.coeff m' * r - AddMonoidAlgebra.coeff_single_mul_add π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddMonoid M] [IsCancelAdd M] (x : AddMonoidAlgebra R M) (r : R) (m m' : M) : (AddMonoidAlgebra.single m r * x).coeff (m + m') = r * x.coeff m' - AddMonoidAlgebra.induction π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {motive : AddMonoidAlgebra R M β Prop} (x : AddMonoidAlgebra R M) (zero : motive 0) (single_add : β (m : M) (r : R) (x : AddMonoidAlgebra R M), m β x.coeff.support β r β 0 β motive x β motive (AddMonoidAlgebra.single m r + x)) : motive x - AddMonoidAlgebra.of_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddZeroClass M] (a : Multiplicative M) : (AddMonoidAlgebra.of R M) a = AddMonoidAlgebra.single (Multiplicative.toAdd a) 1 - AddMonoidAlgebra.coeff_mul_single_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {G : Type u_3} [Semiring R] [AddGroup G] (x : AddMonoidAlgebra R G) (r : R) (g h : G) : (x * AddMonoidAlgebra.single g r).coeff h = x.coeff (h + -g) * r - AddMonoidAlgebra.coeff_single_mul_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {G : Type u_3} [Semiring R] [AddGroup G] (x : AddMonoidAlgebra R G) (r : R) (g h : G) : (AddMonoidAlgebra.single g r * x).coeff h = r * x.coeff (-g + h) - AddMonoidAlgebra.coeff_mul_single_eq_coeff_mul π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {x : AddMonoidAlgebra R M} {r : R} {m mβ : M} [Add M] (mβ : M) (H : β m' β x.coeff.support, m' + m = mβ β m' = mβ) : (x * AddMonoidAlgebra.single m r).coeff mβ = x.coeff mβ * r - AddMonoidAlgebra.coeff_single_mul_eq_mul_coeff π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {x : AddMonoidAlgebra R M} {r : R} {m mβ : M} [Add M] (mβ : M) (H : β m' β x.coeff.support, m + m' = mβ β m' = mβ) : (AddMonoidAlgebra.single m r * x).coeff mβ = r * x.coeff mβ - AddMonoidAlgebra.singleHom_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] [AddZeroClass M] (a : R Γ Multiplicative M) : AddMonoidAlgebra.singleHom a = AddMonoidAlgebra.single (Multiplicative.toAdd a.2) a.1 - AddMonoidAlgebra.single_add_single_inj π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {rβ rβ : R} {mβ mβ mβ' mβ' : M} (hrβ : rβ β 0) (hrβ : rβ β 0) : AddMonoidAlgebra.single mβ rβ + AddMonoidAlgebra.single mβ rβ = AddMonoidAlgebra.single mβ' rβ + AddMonoidAlgebra.single mβ' rβ β mβ = mβ' β§ mβ = mβ' β¨ rβ = rβ β§ mβ = mβ' β§ mβ = mβ' β¨ rβ + rβ = 0 β§ mβ = mβ β§ mβ' = mβ' - AddMonoidAlgebra.addMonoidHom_ext π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} [Semiring R] [AddZeroClass N] β¦f g : AddMonoidAlgebra R M β+ Nβ¦ (h : β (m : M) (r : R), f (AddMonoidAlgebra.single m r) = g (AddMonoidAlgebra.single m r)) : f = g - AddMonoidAlgebra.uniqueRingEquiv_symm_apply π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} (M : Type u_4) [Semiring R] [AddMonoid M] [Subsingleton M] (r : R) : (AddMonoidAlgebra.uniqueRingEquiv M).symm r = AddMonoidAlgebra.single 0 r - AddMonoidAlgebra.ringHom_ext π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {S : Type u_2} {M : Type u_4} [Semiring R] [AddZeroClass M] [Semiring S] {f g : AddMonoidAlgebra R M β+* S} (hβ : β (r : R), f (AddMonoidAlgebra.single 0 r) = g (AddMonoidAlgebra.single 0 r)) (h_of : β (m : M), f (AddMonoidAlgebra.single m 1) = g (AddMonoidAlgebra.single m 1)) : f = g - AddMonoidAlgebra.curryAddEquiv_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (r : R) : AddMonoidAlgebra.curryAddEquiv (AddMonoidAlgebra.single (m, n) r) = AddMonoidAlgebra.single m (AddMonoidAlgebra.single n r) - AddMonoidAlgebra.curryAddEquiv_symm_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (r : R) : AddMonoidAlgebra.curryAddEquiv.symm (AddMonoidAlgebra.single m (AddMonoidAlgebra.single n r)) = AddMonoidAlgebra.single (m, n) r - AddMonoidAlgebra.curryRingEquiv_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (r : R) : AddMonoidAlgebra.curryRingEquiv (AddMonoidAlgebra.single (m, n) r) = AddMonoidAlgebra.single m (AddMonoidAlgebra.single n r) - AddMonoidAlgebra.curryRingEquiv_symm_single π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} {N : Type u_5} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (r : R) : AddMonoidAlgebra.curryRingEquiv.symm (AddMonoidAlgebra.single m (AddMonoidAlgebra.single n r)) = AddMonoidAlgebra.single (m, n) r - AddMonoidAlgebra.mapDomain_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] {f : M β N} {a : M} {r : R} : AddMonoidAlgebra.mapDomain f (AddMonoidAlgebra.single a r) = AddMonoidAlgebra.single (f a) r - AddMonoidAlgebra.comapDomain_single_map π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] (f : M β N) (hf : Function.Injective f) (m : M) (r : R) : AddMonoidAlgebra.comapDomain f hf (AddMonoidAlgebra.single (f m) r) = AddMonoidAlgebra.single m r - AddMonoidAlgebra.map_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] (f : R β+ S) (r : R) (m : M) : AddMonoidAlgebra.map f (AddMonoidAlgebra.single m r) = AddMonoidAlgebra.single m (f r) - AddMonoidAlgebra.mapRingHom_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] [AddMonoid M] (f : R β+* S) (a : M) (b : R) : (AddMonoidAlgebra.mapRingHom M f) (AddMonoidAlgebra.single a b) = AddMonoidAlgebra.single a (f b) - AddMonoidAlgebra.mapDomainAddEquiv_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [Add M] [Add N] (e : M β N) (r : R) (m : M) : (AddMonoidAlgebra.mapDomainAddEquiv R e) (AddMonoidAlgebra.single m r) = AddMonoidAlgebra.single (e m) r - AddMonoidAlgebra.mapAddEquiv_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] [Add M] (e : R β+ S) (r : R) (m : M) : (AddMonoidAlgebra.mapAddEquiv M e) (AddMonoidAlgebra.single m r) = AddMonoidAlgebra.single m (e r) - AddMonoidAlgebra.toMultiplicative_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} [Semiring R] [Add M] (m : M) (r : R) : (AddMonoidAlgebra.toMultiplicative R M) (AddMonoidAlgebra.single m r) = MonoidAlgebra.single (Multiplicative.ofAdd m) r - MonoidAlgebra.toAdditive_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} [Semiring R] [Mul M] (m : M) (r : R) : (MonoidAlgebra.toAdditive R M) (MonoidAlgebra.single m r) = AddMonoidAlgebra.single (Additive.ofMul m) r - AddMonoidAlgebra.mapDomainRingEquiv_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [AddMonoid M] [AddMonoid N] (e : M β+ N) (r : R) (m : M) : (AddMonoidAlgebra.mapDomainRingEquiv R e) (AddMonoidAlgebra.single m r) = AddMonoidAlgebra.single (e m) r - AddMonoidAlgebra.mapRingEquiv_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] [AddMonoid M] (e : R β+* S) (r : R) (m : M) : (AddMonoidAlgebra.mapRingEquiv M e) (AddMonoidAlgebra.single m r) = AddMonoidAlgebra.single m (e r) - AddMonoidAlgebra.commRingEquiv_single_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (r : R) : AddMonoidAlgebra.commRingEquiv (AddMonoidAlgebra.single m (AddMonoidAlgebra.single n r)) = AddMonoidAlgebra.single n (AddMonoidAlgebra.single m r) - AddMonoidAlgebra.commRingEquiv_single_zero π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) : AddMonoidAlgebra.commRingEquiv (AddMonoidAlgebra.single m 1) = AddMonoidAlgebra.single 0 (AddMonoidAlgebra.single m 1) - AddMonoidAlgebra.commRingEquiv_single_zero_single π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [AddMonoid M] [AddMonoid N] (m : M) : AddMonoidAlgebra.commRingEquiv (AddMonoidAlgebra.single 0 (AddMonoidAlgebra.single m 1)) = AddMonoidAlgebra.single m 1 - AddMonoidAlgebra.liftNC_single π Mathlib.Algebra.MonoidAlgebra.Lift
{k : Type uβ} {G : Type uβ} {R : Type u_1} [Semiring k] [NonUnitalNonAssocSemiring R] (f : k β+ R) (g : Multiplicative G β R) (a : G) (b : k) : (AddMonoidAlgebra.liftNC f g) (AddMonoidAlgebra.single a b) = f b * g (Multiplicative.ofAdd a) - AddMonoidAlgebra.liftNCRingHom_single π Mathlib.Algebra.MonoidAlgebra.Lift
{k : Type uβ} {G : Type uβ} {R : Type u_1} [Semiring k] [AddMonoid G] [Semiring R] (f : k β+* R) (g : Multiplicative G β* R) (h_comm : β (x : k) (y : Multiplicative G), Commute (f x) (g y)) (a : G) (b : k) : (AddMonoidAlgebra.liftNCRingHom f g h_comm) (AddMonoidAlgebra.single a b) = f b * g (Multiplicative.ofAdd a) - AddMonoidAlgebra.basis_apply π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} (k : Type u_7) [Semiring k] (r : R) : (AddMonoidAlgebra.basis R k) r = AddMonoidAlgebra.single r 1 - AddMonoidAlgebra.supported_eq_span_single π Mathlib.Algebra.MonoidAlgebra.Module
(R : Type u_1) {M : Type u_3} [Semiring R] (s : Set M) : AddMonoidAlgebra.supported R R s = Submodule.span R ((fun m => AddMonoidAlgebra.single m 1) '' s) - AddMonoidAlgebra.lsingle_apply π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring S] [Semiring R] [Module R S] (a : M) (b : S) : (AddMonoidAlgebra.lsingle a) b = AddMonoidAlgebra.single a b - AddMonoidAlgebra.mapDomainLinearMap_single π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} {N : Type u_4} [Semiring R] [Semiring S] [Module R S] (f : M β N) (s : S) (m : M) : (AddMonoidAlgebra.mapDomainLinearMap R S f) (AddMonoidAlgebra.single m s) = AddMonoidAlgebra.single (f m) s - AddMonoidAlgebra.single_mem_span_single π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {M : Type u_3} [Semiring R] [Nontrivial R] {m : M} {s : Set M} : AddMonoidAlgebra.single m 1 β Submodule.span R ((fun x => AddMonoidAlgebra.single x 1) '' s) β m β s - AddMonoidAlgebra.uniqueLinearEquiv_symm_apply π Mathlib.Algebra.MonoidAlgebra.Module
(R : Type u_1) {S : Type u_2} (M : Type u_3) [Semiring R] [Semiring S] [Module R S] [Zero M] [Subsingleton M] (s : S) : (AddMonoidAlgebra.uniqueLinearEquiv R M).symm s = AddMonoidAlgebra.single 0 s - AddMonoidAlgebra.mapDomainLinearEquiv_single π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} {N : Type u_4} [Semiring R] [Semiring S] [Module R S] (e : M β N) (s : S) (m : M) : (AddMonoidAlgebra.mapDomainLinearEquiv R S e) (AddMonoidAlgebra.single m s) = AddMonoidAlgebra.single (e m) s - AddMonoidAlgebra.opRingEquiv_single π Mathlib.Algebra.MonoidAlgebra.Opposite
{R : Type u_1} {M : Type u_2} [Semiring R] [Add M] (r : R) (x : M) : AddMonoidAlgebra.opRingEquiv (MulOpposite.op (AddMonoidAlgebra.single x r)) = AddMonoidAlgebra.single (AddOpposite.op x) (MulOpposite.op r) - AddMonoidAlgebra.opRingEquiv_symm_single π Mathlib.Algebra.MonoidAlgebra.Opposite
{R : Type u_1} {M : Type u_2} [Semiring R] [Add M] (r : Rα΅α΅α΅) (x : Mα΅α΅α΅) : AddMonoidAlgebra.opRingEquiv.symm (AddMonoidAlgebra.single x r) = MulOpposite.op (AddMonoidAlgebra.single (AddOpposite.unop x) (MulOpposite.unop r)) - Polynomial.toFinsupp_X π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] : Polynomial.X.toFinsupp = AddMonoidAlgebra.single 1 1 - Polynomial.toFinsupp_C π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (a : R) : (Polynomial.C a).toFinsupp = AddMonoidAlgebra.single 0 a - Polynomial.toFinsupp_X_pow π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (n : β) : (Polynomial.X ^ n).toFinsupp = AddMonoidAlgebra.single n 1 - Polynomial.toFinsupp_C_mul_X π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (a : R) : (Polynomial.C a * Polynomial.X).toFinsupp = AddMonoidAlgebra.single 1 a - Polynomial.ofFinsupp_single π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (n : β) (r : R) : { toFinsupp := AddMonoidAlgebra.single n r } = (Polynomial.monomial n) r - Polynomial.toFinsupp_monomial π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (n : β) (r : R) : ((Polynomial.monomial n) r).toFinsupp = AddMonoidAlgebra.single n r - Polynomial.toFinsupp_C_mul_X_pow π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (a : R) (n : β) : (Polynomial.C a * Polynomial.X ^ n).toFinsupp = AddMonoidAlgebra.single n a - AddMonoidAlgebra.singleZeroAlgHom_apply π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] (aβ : A) : AddMonoidAlgebra.singleZeroAlgHom aβ = AddMonoidAlgebra.single 0 aβ - AddMonoidAlgebra.uniqueAlgEquiv_symm_apply π Mathlib.Algebra.MonoidAlgebra.Basic
(R : Type u_1) {A : Type u_4} (M : Type u_7) [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [Subsingleton M] (a : A) : (AddMonoidAlgebra.uniqueAlgEquiv R M).symm a = AddMonoidAlgebra.single 0 a - AddMonoidAlgebra.coe_algebraMap π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] : β(algebraMap R (AddMonoidAlgebra A M)) = AddMonoidAlgebra.single 0 β β(algebraMap R A) - AddMonoidAlgebra.toMultiplicativeAlgEquiv_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] (m : M) (a : A) : (AddMonoidAlgebra.toMultiplicativeAlgEquiv R A M) (AddMonoidAlgebra.single m a) = MonoidAlgebra.single (Multiplicative.ofAdd m) a - MonoidAlgebra.toAdditiveAlgEquiv_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [Semiring A] [Algebra R A] [Monoid M] (m : M) (a : A) : (MonoidAlgebra.toAdditiveAlgEquiv R A M) (MonoidAlgebra.single m a) = AddMonoidAlgebra.single (Additive.ofMul m) a - AddMonoidAlgebra.mapAlgHom_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {B : Type u_5} {M : Type u_7} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddMonoid M] (f : A ββ[R] B) (m : M) (a : A) : (AddMonoidAlgebra.mapAlgHom M f) (AddMonoidAlgebra.single m a) = AddMonoidAlgebra.single m (f a) - AddMonoidAlgebra.domCongr_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (e : M β+ N) (m : M) (a : A) : (AddMonoidAlgebra.domCongr R A e) (AddMonoidAlgebra.single m a) = AddMonoidAlgebra.single (e m) a - AddMonoidAlgebra.curryAlgEquiv_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (a : A) : (AddMonoidAlgebra.curryAlgEquiv R) (AddMonoidAlgebra.single (m, n) a) = AddMonoidAlgebra.single m (AddMonoidAlgebra.single n a) - AddMonoidAlgebra.lift_unique π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [AddMonoid M] [Semiring A] [Algebra R A] (F : AddMonoidAlgebra R M ββ[R] A) (f : AddMonoidAlgebra R M) : F f = f.coeff.sum fun m r => r β’ F (AddMonoidAlgebra.single m 1) - AddMonoidAlgebra.commAlgEquiv_single_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (a : A) : (AddMonoidAlgebra.commAlgEquiv R) (AddMonoidAlgebra.single m (AddMonoidAlgebra.single n a)) = AddMonoidAlgebra.single n (AddMonoidAlgebra.single m a) - AddMonoidAlgebra.algHom_ext π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {B : Type u_5} {M : Type u_7} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddMonoid M] β¦Οβ Οβ : AddMonoidAlgebra A M ββ[R] Bβ¦ (single_zero_right : β (m : M), Οβ (AddMonoidAlgebra.single m 1) = Οβ (AddMonoidAlgebra.single m 1)) (single_zero_left : Οβ.comp AddMonoidAlgebra.singleZeroAlgHom = Οβ.comp AddMonoidAlgebra.singleZeroAlgHom) : Οβ = Οβ - AddMonoidAlgebra.algHom_ext_iff π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {B : Type u_5} {M : Type u_7} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddMonoid M] {Οβ Οβ : AddMonoidAlgebra A M ββ[R] B} : Οβ = Οβ β (β (m : M), Οβ (AddMonoidAlgebra.single m 1) = Οβ (AddMonoidAlgebra.single m 1)) β§ Οβ.comp AddMonoidAlgebra.singleZeroAlgHom = Οβ.comp AddMonoidAlgebra.singleZeroAlgHom - AddMonoidAlgebra.curryAlgEquiv_symm_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (m : M) (n : N) (a : A) : (AddMonoidAlgebra.curryAlgEquiv R).symm (AddMonoidAlgebra.single m (AddMonoidAlgebra.single n a)) = AddMonoidAlgebra.single (m, n) a - AddMonoidAlgebra.commAlgEquiv_single_zero π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (m : M) : (AddMonoidAlgebra.commAlgEquiv R) (AddMonoidAlgebra.single m 1) = AddMonoidAlgebra.single 0 (AddMonoidAlgebra.single m 1) - AddMonoidAlgebra.commAlgEquiv_single_zero_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (m : M) : (AddMonoidAlgebra.commAlgEquiv R) (AddMonoidAlgebra.single 0 (AddMonoidAlgebra.single m 1)) = AddMonoidAlgebra.single m 1 - AddMonoidAlgebra.nonUnitalAlgHom_ext π Mathlib.Algebra.MonoidAlgebra.Basic
(R : Type u_1) {A : Type u_4} {M : Type u_7} [Semiring R] [Add M] [NonUnitalNonAssocSemiring A] [DistribMulAction R A] {Οβ Οβ : AddMonoidAlgebra R M βββ[R] A} (h : β (x : M), Οβ (AddMonoidAlgebra.single x 1) = Οβ (AddMonoidAlgebra.single x 1)) : Οβ = Οβ - AddMonoidAlgebra.lift_single π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [AddMonoid M] [Semiring A] [Algebra R A] (F : Multiplicative M β* A) (a : M) (b : R) : ((AddMonoidAlgebra.lift R A M) F) (AddMonoidAlgebra.single a b) = b β’ F (Multiplicative.ofAdd a) - AddMonoidAlgebra.lift_symm_apply π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} [CommSemiring R] [AddMonoid M] [Semiring A] [Algebra R A] (F : AddMonoidAlgebra R M ββ[R] A) (x : Multiplicative M) : ((AddMonoidAlgebra.lift R A M).symm F) x = F (AddMonoidAlgebra.single (Multiplicative.toAdd x) 1) - AddMonoidAlgebra.support_coeff_mul_single_subset π Mathlib.Algebra.MonoidAlgebra.Support
{k : Type uβ} {G : Type uβ} [Semiring k] [Add G] [DecidableEq G] (x : AddMonoidAlgebra k G) (r : k) (a : G) : (x * AddMonoidAlgebra.single a r).coeff.support β Finset.image (fun x => x + a) x.coeff.support - AddMonoidAlgebra.support_coeff_single_mul_subset π Mathlib.Algebra.MonoidAlgebra.Support
{k : Type uβ} {G : Type uβ} [Semiring k] [Add G] [DecidableEq G] (x : AddMonoidAlgebra k G) (r : k) (a : G) : (AddMonoidAlgebra.single a r * x).coeff.support β Finset.image (fun x => a + x) x.coeff.support - AddMonoidAlgebra.support_coeff_mul_single π Mathlib.Algebra.MonoidAlgebra.Support
{k : Type uβ} {G : Type uβ} [Semiring k] [Add G] [IsRightCancelAdd G] (f : AddMonoidAlgebra k G) (r : k) (hr : β (y : k), y * r = 0 β y = 0) (x : G) : (f * AddMonoidAlgebra.single x r).coeff.support = Finset.map (addRightEmbedding x) f.coeff.support - AddMonoidAlgebra.support_coeff_single_mul π Mathlib.Algebra.MonoidAlgebra.Support
{k : Type uβ} {G : Type uβ} [Semiring k] [Add G] [IsLeftCancelAdd G] (f : AddMonoidAlgebra k G) (r : k) (hr : β (y : k), r * y = 0 β y = 0) (x : G) : (AddMonoidAlgebra.single x r * f).coeff.support = Finset.map (addLeftEmbedding x) f.coeff.support - AddMonoidAlgebra.support_coeff_mul_single_eq_image π Mathlib.Algebra.MonoidAlgebra.Support
{k : Type uβ} {G : Type uβ} [Semiring k] [Add G] [DecidableEq G] (f : AddMonoidAlgebra k G) {r : k} (hr : β (y : k), y * r = 0 β y = 0) {x : G} (rx : IsAddRightRegular x) : (f * AddMonoidAlgebra.single x r).coeff.support = Finset.image (fun x_1 => x_1 + x) f.coeff.support - AddMonoidAlgebra.support_coeff_single_mul_eq_image π Mathlib.Algebra.MonoidAlgebra.Support
{k : Type uβ} {G : Type uβ} [Semiring k] [Add G] [DecidableEq G] (f : AddMonoidAlgebra k G) {r : k} (hr : β (y : k), r * y = 0 β y = 0) {x : G} (lx : IsAddLeftRegular x) : (AddMonoidAlgebra.single x r * f).coeff.support = Finset.image (fun x_1 => x + x_1) f.coeff.support - AddMonoidAlgebra.leadingCoeff_single π Mathlib.Algebra.MonoidAlgebra.Degree
{R : Type u_1} {A : Type u_3} {B : Type u_5} [Semiring R] [LinearOrder B] [OrderBot B] {D : A β B} [Nonempty A] (hD : Function.Injective D) (a : A) (r : R) : AddMonoidAlgebra.leadingCoeff D (AddMonoidAlgebra.single a r) = r - AddMonoidAlgebra.supDegree_single_ne_zero π Mathlib.Algebra.MonoidAlgebra.Degree
{R : Type u_1} {A : Type u_3} {B : Type u_5} [Semiring R] [SemilatticeSup B] [OrderBot B] {D : A β B} (a : A) {r : R} (hr : r β 0) : AddMonoidAlgebra.supDegree D (AddMonoidAlgebra.single a r) = D a - AddMonoidAlgebra.supDegree_single π Mathlib.Algebra.MonoidAlgebra.Degree
{R : Type u_1} {A : Type u_3} {B : Type u_5} [Semiring R] [SemilatticeSup B] [OrderBot B] {D : A β B} (a : A) (r : R) : AddMonoidAlgebra.supDegree D (AddMonoidAlgebra.single a r) = if r = 0 then β₯ else D a - MvPolynomial.single_eq_monomial π Mathlib.Algebra.MvPolynomial.Basic
{R : Type u} {Ο : Type u_1} [CommSemiring R] (s : Ο ββ β) (a : R) : AddMonoidAlgebra.single s a = (MvPolynomial.monomial s) a - LaurentPolynomial.single_zero_one_eq_one π Mathlib.Algebra.Polynomial.Laurent
{R : Type u_1} [Semiring R] : AddMonoidAlgebra.single 0 1 = 1 - LaurentPolynomial.single_eq_C π Mathlib.Algebra.Polynomial.Laurent
{R : Type u_1} [Semiring R] (r : R) : AddMonoidAlgebra.single 0 r = LaurentPolynomial.C r - LaurentPolynomial.single_eq_C_mul_T π Mathlib.Algebra.Polynomial.Laurent
{R : Type u_1} [Semiring R] (r : R) (n : β€) : AddMonoidAlgebra.single n r = LaurentPolynomial.C r * LaurentPolynomial.T n - LaurentPolynomial.smeval_single π Mathlib.Algebra.Polynomial.Laurent
{R : Type u_1} {S : Type u_2} [Semiring R] [AddCommMonoid S] [SMulWithZero R S] [Monoid S] (x : SΛ£) (n : β€) (r : R) : LaurentPolynomial.smeval (AddMonoidAlgebra.single n r) x = r β’ β(x ^ n) - AddMonoidAlgebra.scalarTensorEquiv_symm_single π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {A : Type u_5} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] (m : M) (a : A) : (AddMonoidAlgebra.scalarTensorEquiv R A).symm (AddMonoidAlgebra.single m a) = a ββ[R] AddMonoidAlgebra.single m 1 - AddMonoidAlgebra.tensorEquiv_single_tmul_single π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] (m : M) (rβ : R) (n : N) (rβ : R) : (AddMonoidAlgebra.tensorEquiv R) (AddMonoidAlgebra.single m rβ ββ[R] AddMonoidAlgebra.single n rβ) = AddMonoidAlgebra.single (m, n) (rβ * rβ) - AddMonoidAlgebra.rTensorEquivAlgEquiv.invFun_tmul π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
(R : Type u_1) {M : Type u_2} {S : Type u_4} (A : Type u_5) (B : Type u_6) [CommSemiring R] [CommSemiring S] [CommSemiring A] [CommSemiring B] [Algebra R S] [Algebra R A] [Algebra R B] [Algebra S A] [IsScalarTower R S A] [AddCommMonoid M] (a : A) (m : M) (b : B) : AddMonoidAlgebra.rTensorEquivAlgEquiv.invFun (AddMonoidAlgebra.single m (a ββ[R] b)) = a ββ[R] AddMonoidAlgebra.single m b - AddMonoidAlgebra.lTensorAlgEquiv_symm_single π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {A : Type u_5} {B : Type u_6} [CommSemiring R] [CommSemiring A] [CommSemiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] (m : M) (a : A) (b : B) : (AddMonoidAlgebra.lTensorAlgEquiv R A B).symm (AddMonoidAlgebra.single m (a ββ[R] b)) = AddMonoidAlgebra.single m a ββ[R] b - AddMonoidAlgebra.tensorEquiv_symm_single_eq_single_zero_tmul π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] (mn : M Γ N) (r : R) : (AddMonoidAlgebra.tensorEquiv R).symm (AddMonoidAlgebra.single mn r) = AddMonoidAlgebra.single mn.1 1 ββ[R] AddMonoidAlgebra.single mn.2 r - AddMonoidAlgebra.tensorEquiv_symm_single_eq_tmul_single_zero π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] (mn : M Γ N) (r : R) : (AddMonoidAlgebra.tensorEquiv R).symm (AddMonoidAlgebra.single mn r) = AddMonoidAlgebra.single mn.1 r ββ[R] AddMonoidAlgebra.single mn.2 1 - AddMonoidAlgebra.rTensorEquiv_symm_singleAlgEquiv π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {S : Type u_4} {A : Type u_5} {B : Type u_6} [CommSemiring R] [CommSemiring S] [CommSemiring A] [CommSemiring B] [Algebra R S] [Algebra R A] [Algebra R B] [Algebra S A] [IsScalarTower R S A] [AddCommMonoid M] (m : M) (a : A) (b : B) : (AddMonoidAlgebra.rTensorEquivAlgEquiv R S A B).symm (AddMonoidAlgebra.single m (a ββ[R] b)) = a ββ[R] AddMonoidAlgebra.single m b - AddMonoidAlgebra.single_mem_grade π Mathlib.Algebra.MonoidAlgebra.Grading
{M : Type u_1} {R : Type u_4} [CommSemiring R] (i : M) (r : R) : AddMonoidAlgebra.single i r β AddMonoidAlgebra.grade R i - AddMonoidAlgebra.single_mem_gradeBy π Mathlib.Algebra.MonoidAlgebra.Grading
{M : Type u_1} {ΞΉ : Type u_2} {R : Type u_4} [CommSemiring R] (f : M β ΞΉ) (m : M) (r : R) : AddMonoidAlgebra.single m r β AddMonoidAlgebra.gradeBy R f (f m) - AddMonoidAlgebra.grade.decompose_single π Mathlib.Algebra.MonoidAlgebra.Grading
{ΞΉ : Type u_2} {R : Type u_3} [DecidableEq ΞΉ] [AddMonoid ΞΉ] [CommSemiring R] (i : ΞΉ) (r : R) : (DirectSum.decompose (AddMonoidAlgebra.grade R)) (AddMonoidAlgebra.single i r) = (DirectSum.of (fun i => β₯(AddMonoidAlgebra.grade R i)) i) β¨AddMonoidAlgebra.single i r, β―β© - AddMonoidAlgebra.GradesBy.decompose_single π Mathlib.Algebra.MonoidAlgebra.Grading
{M : Type u_1} {ΞΉ : Type u_2} {R : Type u_3} [AddMonoid M] [DecidableEq ΞΉ] [AddMonoid ΞΉ] [CommSemiring R] (f : M β+ ΞΉ) (m : M) (r : R) : (DirectSum.decompose (AddMonoidAlgebra.gradeBy R βf)) (AddMonoidAlgebra.single m r) = (DirectSum.of (fun i => β₯(AddMonoidAlgebra.gradeBy R (βf) i)) (f m)) β¨AddMonoidAlgebra.single m r, β―β© - AddMonoidAlgebra.decomposeAux_single π Mathlib.Algebra.MonoidAlgebra.Grading
{M : Type u_1} {ΞΉ : Type u_2} {R : Type u_3} [AddMonoid M] [DecidableEq ΞΉ] [AddMonoid ΞΉ] [CommSemiring R] (f : M β+ ΞΉ) (m : M) (r : R) : (AddMonoidAlgebra.decomposeAux f) (AddMonoidAlgebra.single m r) = (DirectSum.of (fun i => β₯(AddMonoidAlgebra.gradeBy R (βf) i)) (f m)) β¨AddMonoidAlgebra.single m r, β―β© - LieAlgebra.LoopAlgebra.toFinsupp_single_tmul π Mathlib.Algebra.Lie.Loop
(R : Type u_1) (A : Type u_2) (L : Type u_3) [CommRing R] [LieRing L] [LieAlgebra R L] (c : A) (z : L) : (LieAlgebra.LoopAlgebra.toFinsupp R A L) (AddMonoidAlgebra.single c 1 ββ[R] z) = funβ | c => z - LieAlgebra.LoopAlgebra.toFinsupp_symm_single π Mathlib.Algebra.Lie.Loop
(R : Type u_1) (A : Type u_2) (L : Type u_3) [CommRing R] [LieRing L] [LieAlgebra R L] (c : A) (z : L) : ((LieAlgebra.LoopAlgebra.toFinsupp R A L).symm funβ | c => z) = AddMonoidAlgebra.single c 1 ββ[R] z - AddMonoidAlgebra.toDirectSum_single π Mathlib.Algebra.MonoidAlgebra.ToDirectSum
{ΞΉ : Type u_1} {M : Type u_3} [DecidableEq ΞΉ] [Semiring M] (i : ΞΉ) (m : M) : (AddMonoidAlgebra.single i m).toDirectSum = (DirectSum.of (fun x => M) i) m - DirectSum.toAddMonoidAlgebra_of π Mathlib.Algebra.MonoidAlgebra.ToDirectSum
{ΞΉ : Type u_1} {M : Type u_3} [DecidableEq ΞΉ] [Semiring M] [(m : M) β Decidable (m β 0)] (i : ΞΉ) (m : M) : ((DirectSum.of (fun x => M) i) m).toAddMonoidAlgebra = AddMonoidAlgebra.single i m - AddMonoidAlgebra.counit_single π Mathlib.RingTheory.Coalgebra.MonoidAlgebra
{R : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] {X : Type u_3} [Module R A] [Coalgebra R A] (x : X) (a : A) : CoalgebraStruct.counit (AddMonoidAlgebra.single x a) = CoalgebraStruct.counit a - AddMonoidAlgebra.comul_single π Mathlib.RingTheory.Coalgebra.MonoidAlgebra
{R : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] {X : Type u_3} [Module R A] [Coalgebra R A] (x : X) (a : A) : CoalgebraStruct.comul (AddMonoidAlgebra.single x a) = (TensorProduct.map (AddMonoidAlgebra.lsingle x) (AddMonoidAlgebra.lsingle x)) (CoalgebraStruct.comul a) - AddMonoidAlgebra.isGroupLikeElem_single_one π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {G : Type u_5} [CommSemiring R] [Semiring A] [Bialgebra R A] (g : G) : IsGroupLikeElem R (AddMonoidAlgebra.single g 1) - AddMonoidAlgebra.isGroupLikeElem_iff_mem_range_single_one π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {M : Type u_8} [CommRing R] [IsDomain R] {x : AddMonoidAlgebra R M} : IsGroupLikeElem R x β x β Set.range fun x => AddMonoidAlgebra.single x 1 - AddMonoidAlgebra.toMultiplicativeBialgEquiv_single π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {M : Type u_8} [CommSemiring R] [Semiring A] [Bialgebra R A] [AddMonoid M] (m : M) (a : A) : (AddMonoidAlgebra.toMultiplicativeBialgEquiv R A M) (AddMonoidAlgebra.single m a) = MonoidAlgebra.single (Multiplicative.ofAdd m) a - MonoidAlgebra.toAdditiveBialgEquiv_single π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {M : Type u_8} [CommSemiring R] [Semiring A] [Bialgebra R A] [Monoid M] (m : M) (a : A) : (MonoidAlgebra.toAdditiveBialgEquiv R A M) (MonoidAlgebra.single m a) = AddMonoidAlgebra.single (Additive.ofMul m) a - AddMonoidAlgebra.mapDomainBialgHom_single π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {M : Type u_8} {N : Type u_9} [CommSemiring R] [AddMonoid M] [AddMonoid N] (f : M β+ N) (m : M) (r : R) : (AddMonoidAlgebra.mapDomainBialgHom R f) (AddMonoidAlgebra.single m r) = AddMonoidAlgebra.single (f m) r - AddMonoidAlgebra.convMul_algHom_single_one π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {M : Type u_8} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddMonoid M] (f g : WithConv (AddMonoidAlgebra R M ββ[R] A)) (x : M) : (f * g).ofConv (AddMonoidAlgebra.single x 1) = f.ofConv (AddMonoidAlgebra.single x 1) * g.ofConv (AddMonoidAlgebra.single x 1) - AddMonoidAlgebra.single_mapDomainOfBialgHom π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {G : Type u_5} {H : Type u_6} [CommRing R] [IsDomain R] [AddGroup G] [AddGroup H] (f : AddMonoidAlgebra R G ββc[R] AddMonoidAlgebra R H) (g : G) (r : R) : AddMonoidAlgebra.single ((AddMonoidAlgebra.mapDomainOfBialgHom f) g) r = f (AddMonoidAlgebra.single g r) - AddMonoidAlgebra.bialgHom_ext π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {B : Type u_4} {M : Type u_8} [CommSemiring R] [Semiring A] [Semiring B] [Bialgebra R A] [Bialgebra R B] [AddMonoid M] β¦Οβ Οβ : AddMonoidAlgebra A M ββc[R] Bβ¦ (single_zero_right : β (m : M), Οβ (AddMonoidAlgebra.single m 1) = Οβ (AddMonoidAlgebra.single m 1)) (single_zero_left : (βΟβ).comp AddMonoidAlgebra.singleZeroAlgHom = (βΟβ).comp AddMonoidAlgebra.singleZeroAlgHom) : Οβ = Οβ - AddMonoidAlgebra.bialgHom_ext_iff π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {B : Type u_4} {M : Type u_8} [CommSemiring R] [Semiring A] [Semiring B] [Bialgebra R A] [Bialgebra R B] [AddMonoid M] {Οβ Οβ : AddMonoidAlgebra A M ββc[R] B} : Οβ = Οβ β (β (m : M), Οβ (AddMonoidAlgebra.single m 1) = Οβ (AddMonoidAlgebra.single m 1)) β§ (βΟβ).comp AddMonoidAlgebra.singleZeroAlgHom = (βΟβ).comp AddMonoidAlgebra.singleZeroAlgHom - AddMonoidAlgebra.convMul_bialgHom_single_one π Mathlib.RingTheory.Bialgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_3} {M : Type u_8} [CommSemiring R] [CommSemiring A] [Bialgebra R A] [AddCommMonoid M] (f g : WithConv (AddMonoidAlgebra R M ββc[R] A)) (x : M) : (f * g).ofConv (AddMonoidAlgebra.single x 1) = f.ofConv (AddMonoidAlgebra.single x 1) * g.ofConv (AddMonoidAlgebra.single x 1) - AddMonoidAlgebra.antipode_single π Mathlib.RingTheory.HopfAlgebra.MonoidAlgebra
{R : Type u_1} {A : Type u_2} [CommSemiring R] [Semiring A] [HopfAlgebra R A] {G : Type u_3} [AddGroup G] (g : G) (a : A) : (HopfAlgebraStruct.antipode R) (AddMonoidAlgebra.single g a) = AddMonoidAlgebra.single (-g) ((HopfAlgebraStruct.antipode R) a)
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