Loogle!
Result
Found 428 declarations mentioning Finsupp.support. Of these, only the first 200 are shown.
- Finsupp.support π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_8} {M : Type u_9} [Zero M] (self : Ξ± ββ M) : Finset Ξ± - Finsupp.support_zero π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] : Finsupp.support 0 = β - Finsupp.ofSupportFinite_support π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± β M} (hf : (Function.support f).Finite) : (Finsupp.ofSupportFinite f hf).support = hf.toFinset - Finsupp.support_embDomain π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_4} [Zero M] (f : Ξ± βͺ Ξ²) (v : Ξ± ββ M) : (Finsupp.embDomain f v).support = Finset.map f v.support - Finsupp.support_nonempty_iff π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} : f.support.Nonempty β f β 0 - Finsupp.fun_support_eq π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (f : Ξ± ββ M) : Function.support βf = βf.support - Finsupp.mem_support_toFun π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_8} {M : Type u_9} [Zero M] (self : Ξ± ββ M) (a : Ξ±) : a β self.support β self.toFun a β 0 - Finsupp.onFinset_support π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (f : Ξ± ββ M) : Finsupp.onFinset f.support βf β― = f - Finsupp.support_eq_empty π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} : f.support = β β f = 0 - Finsupp.card_support_eq_zero π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} : f.support.card = 0 β f = 0 - Finsupp.mem_support_iff π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} : a β f.support β f a β 0 - Finsupp.notMem_support_iff π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} : a β f.support β f a = 0 - Finsupp.support_mapRange_of_injective π Mathlib.Data.Finsupp.Defs
{ΞΉ : Type u_3} {M : Type u_4} {N : Type u_5} [Zero M] [Zero N] {e : M β N} (he0 : e 0 = 0) (f : ΞΉ ββ M) (he : Function.Injective e) : (Finsupp.mapRange e he0 f).support = f.support - Finsupp.support_onFinset_subset π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {s : Finset Ξ±} {f : Ξ± β M} {hf : β (a : Ξ±), f a β 0 β a β s} : (Finsupp.onFinset s f hf).support β s - Finsupp.support_mapRange π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} {N : Type u_5} [Zero M] [Zero N] {f : M β N} {hf : f 0 = 0} {g : Ξ± ββ M} : (Finsupp.mapRange f hf g).support β g.support - Finsupp.support_subset_iff π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {s : Set Ξ±} {f : Ξ± ββ M} : βf.support β s β β a β s, f a = 0 - Finsupp.mem_support_onFinset π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {s : Finset Ξ±} {f : Ξ± β M} (hf : β (a : Ξ±), f a β 0 β a β s) {a : Ξ±} : a β (Finsupp.onFinset s f hf).support β f a β 0 - Finsupp.equivFunOnFinite_symm_apply_support π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] [Finite Ξ±] (f : Ξ± β M) : (Finsupp.equivFunOnFinite.symm f).support = β―.toFinset - Finsupp.ext_iff' π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f g : Ξ± ββ M} : f = g β f.support = g.support β§ β x β f.support, f x = g x - Finsupp.support_onFinset π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} [Zero M] [DecidableEq M] {s : Finset Ξ±} {f : Ξ± β M} (hf : β (a : Ξ±), f a β 0 β a β s) : (Finsupp.onFinset s f hf).support = {a β s | f a β 0} - Finsupp.support_zipWith π Mathlib.Data.Finsupp.Defs
{Ξ± : Type u_1} {M : Type u_4} {N : Type u_5} {O : Type u_6} [Zero M] [Zero N] [Zero O] [D : DecidableEq Ξ±] {f : M β N β O} {hf : f 0 0 = 0} {gβ : Ξ± ββ M} {gβ : Ξ± ββ N} : (Finsupp.zipWith f hf gβ gβ).support β gβ.support βͺ gβ.support - Finsupp.support_erase π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] [DecidableEq Ξ±] {a : Ξ±} {f : Ξ± ββ M} : (Finsupp.erase a f).support = f.support.erase a - Finsupp.support_single_subset π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {a : Ξ±} {b : M} : (funβ | a => b).support β {a} - Finsupp.support_single π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {b : M} (a : Ξ±) (hb : b β 0) : (funβ | a => b).support = {a} - Finsupp.support_single_ne_zero π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {b : M} (a : Ξ±) (hb : b β 0) : (funβ | a => b).support = {a} - Finsupp.erase_of_notMem_support π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} (haf : a β f.support) : Finsupp.erase a f = f - Finsupp.support_update_zero π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (f : Ξ± ββ M) (a : Ξ±) [DecidableEq Ξ±] : (f.update a 0).support = f.support.erase a - Finsupp.mem_support_single π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (a a' : Ξ±) (b : M) : a β (funβ | a' => b).support β a = a' β§ b β 0 - Finsupp.card_support_le_one' π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] [Nonempty Ξ±] {f : Ξ± ββ M} : f.support.card β€ 1 β β a b, f = funβ | a => b - Finsupp.support_single_ne_bot π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {b : M} (i : Ξ±) (h : b β 0) : (funβ | i => b).support β β₯ - Finsupp.support_update_subset π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (f : Ξ± ββ M) (a : Ξ±) {b : M} [DecidableEq Ξ±] : (f.update a b).support β insert a f.support - Finsupp.support_subset_singleton' π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} : f.support β {a} β β b, f = funβ | a => b - Finsupp.support_update_ne_zero π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (f : Ξ± ββ M) (a : Ξ±) {b : M} [DecidableEq Ξ±] (h : b β 0) : (f.update a b).support = insert a f.support - Finsupp.support_eq_singleton' π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} : f.support = {a} β β b, b β 0 β§ f = funβ | a => b - Finsupp.card_support_eq_one' π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} : f.support.card = 1 β β a b, b β 0 β§ f = funβ | a => b - Finsupp.card_support_le_one π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] [Nonempty Ξ±] {f : Ξ± ββ M} : f.support.card β€ 1 β β a, f = funβ | a => f a - Finsupp.support_single_disjoint π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {b b' : M} (hb : b β 0) (hb' : b' β 0) {i j : Ξ±} : Disjoint (funβ | i => b).support (funβ | j => b').support β i β j - Finsupp.support_subset_singleton π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} : f.support β {a} β f = funβ | a => f a - Finsupp.eq_single_iff π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} {b : M} : (f = funβ | a => b) β f.support β {a} β§ f a = b - Finsupp.support_update π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] (f : Ξ± ββ M) (a : Ξ±) (b : M) [DecidableEq Ξ±] [DecidableEq M] : (f.update a b).support = if b = 0 then f.support.erase a else insert a f.support - Finsupp.support_eq_singleton π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} {a : Ξ±} : f.support = {a} β f a β 0 β§ f = funβ | a => f a - Finsupp.card_support_eq_one π Mathlib.Data.Finsupp.Single
{Ξ± : Type u_1} {M : Type u_4} [Zero M] {f : Ξ± ββ M} : f.support.card = 1 β β a, f a β 0 β§ f = funβ | a => f a - Equiv.finsuppUnique_symm_apply_support_val π Mathlib.Data.Finsupp.Single
{M : Type u_4} [Zero M] {ΞΉ : Type u_8} [Unique ΞΉ] (aβ : M) : (Equiv.finsuppUnique.symm aβ).support.val = Multiset.map (β(Function.Embedding.subtype fun x => x β Function.support (uniqueElim aβ))) Finset.univ.val - Finsupp.addCommute_of_disjoint π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {f g : ΞΉ ββ M} (h : Disjoint f.support g.support) : AddCommute f g - Finsupp.support_neg π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {G : Type u_6} [AddGroup G] (f : ΞΉ ββ G) : (-f).support = f.support - Finsupp.support_single_add_single_subset π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [DecidableEq ΞΉ] {fβ fβ : ΞΉ} {gβ gβ : M} : ((funβ | fβ => gβ) + funβ | fβ => gβ).support β {fβ, fβ} - Finsupp.support_add π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {gβ gβ : ΞΉ ββ M} [DecidableEq ΞΉ] : (gβ + gβ).support β gβ.support βͺ gβ.support - Finsupp.support_add_single π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {a : ΞΉ} {b : M} {f : ΞΉ ββ M} (ha : a β f.support) (hb : b β 0) : (f + funβ | a => b).support = Finset.cons a f.support ha - Finsupp.support_single_add π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {a : ΞΉ} {b : M} {f : ΞΉ ββ M} (ha : a β f.support) (hb : b β 0) : ((funβ | a => b) + f).support = Finset.cons a f.support ha - Finsupp.support_add_eq π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {gβ gβ : ΞΉ ββ M} [DecidableEq ΞΉ] (h : Disjoint gβ.support gβ.support) : (gβ + gβ).support = gβ.support βͺ gβ.support - Finsupp.support_single_add_single π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [DecidableEq ΞΉ] {fβ fβ : ΞΉ} {gβ gβ : M} (H : fβ β fβ) (hgβ : gβ β 0) (hgβ : gβ β 0) : ((funβ | fβ => gβ) + funβ | fβ => gβ).support = {fβ, fβ} - Finsupp.addCommute_iff_inter π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [DecidableEq ΞΉ] {f g : ΞΉ ββ M} : AddCommute f g β β x β f.support β© g.support, AddCommute (f x) (g x) - Finsupp.support_sub π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {G : Type u_6} [AddGroup G] [DecidableEq ΞΉ] {f g : ΞΉ ββ G} : (f - g).support β f.support βͺ g.support - Finsupp.induction π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {motive : (ΞΉ ββ M) β Prop} (f : ΞΉ ββ M) (zero : motive 0) (single_add : β (a : ΞΉ) (b : M) (f : ΞΉ ββ M), a β f.support β b β 0 β motive f β motive ((funβ | a => b) + f)) : motive f - Finsupp.inductionβ π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] {motive : (ΞΉ ββ M) β Prop} (f : ΞΉ ββ M) (zero : motive 0) (add_single : β (a : ΞΉ) (b : M) (f : ΞΉ ββ M), a β f.support β b β 0 β motive f β motive (f + funβ | a => b)) : motive f - Finsupp.induction_on_max π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [LinearOrder ΞΉ] {motive : (ΞΉ ββ M) β Prop} (f : ΞΉ ββ M) (zero : motive 0) (single_add : β (a : ΞΉ) (b : M) (f : ΞΉ ββ M), (β c β f.support, c < a) β b β 0 β motive f β motive ((funβ | a => b) + f)) : motive f - Finsupp.induction_on_maxβ π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [LinearOrder ΞΉ] {motive : (ΞΉ ββ M) β Prop} (f : ΞΉ ββ M) (zero : motive 0) (add_single : β (a : ΞΉ) (b : M) (f : ΞΉ ββ M), (β c β f.support, c < a) β b β 0 β motive f β motive (f + funβ | a => b)) : motive f - Finsupp.induction_on_min π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [LinearOrder ΞΉ] {motive : (ΞΉ ββ M) β Prop} (f : ΞΉ ββ M) (zero : motive 0) (single_add : β (a : ΞΉ) (b : M) (f : ΞΉ ββ M), (β c β f.support, a < c) β b β 0 β motive f β motive ((funβ | a => b) + f)) : motive f - Finsupp.induction_on_minβ π Mathlib.Algebra.Group.Finsupp
{ΞΉ : Type u_1} {M : Type u_3} [AddZeroClass M] [LinearOrder ΞΉ] {motive : (ΞΉ ββ M) β Prop} (f : ΞΉ ββ M) (zero : motive 0) (add_single : β (a : ΞΉ) (b : M) (f : ΞΉ ββ M), (β c β f.support, a < c) β b β 0 β motive f β motive (f + funβ | a => b)) : motive f - AddEquiv.finsuppUnique_symm_apply_support_val π Mathlib.Algebra.Group.Finsupp
{M : Type u_3} [AddZeroClass M] {ΞΉ : Type u_8} [Unique ΞΉ] (aβ : M) : (AddEquiv.finsuppUnique.symm aβ).support.val = Multiset.map (β(Function.Embedding.subtype fun x => x β Function.support (uniqueElim aβ))) Finset.univ.val - Finsupp.support_indicator_subset π Mathlib.Data.Finsupp.Indicator
{ΞΉ : Type u_1} {Ξ± : Type u_2} [Zero Ξ±] (s : Finset ΞΉ) (f : (i : ΞΉ) β i β s β Ξ±) : (Finsupp.indicator s f).support β s - Finsupp.eq_indicator_self_iff π Mathlib.Data.Finsupp.Indicator
{ΞΉ : Type u_1} {Ξ± : Type u_2} [Zero Ξ±] (s : Finset ΞΉ) {d : ΞΉ ββ Ξ±} : (d = Finsupp.indicator s fun i x => d i) β d.support β s - Nat.prod_pow_pos_of_zero_notMem_support π Mathlib.Algebra.BigOperators.Finsupp.Basic
{f : β ββ β} (nhf : 0 β f.support) : 0 < f.prod fun x1 x2 => x1 ^ x2 - Finsupp.if_mem_support π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} [DecidableEq Ξ±] {N : Type u_16} [Zero N] (f : Ξ± ββ N) (a : Ξ±) : (if a β f.support then f a else 0) = f a - Finsupp.add_sum_erase π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] (f : Ξ± ββ M) (y : Ξ±) (g : Ξ± β M β N) (hyf : y β f.support) : g y (f y) + (Finsupp.erase y f).sum g = f.sum g - Finsupp.mul_prod_erase π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] (f : Ξ± ββ M) (y : Ξ±) (g : Ξ± β M β N) (hyf : y β f.support) : g y (f y) * (Finsupp.erase y f).prod g = f.prod g - Finsupp.support_finsetSum π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_7} {M : Type u_8} [DecidableEq Ξ²] [AddCommMonoid M] {s : Finset Ξ±} {f : Ξ± β Ξ² ββ M} : (s.sum f).support β s.biUnion fun x => (f x).support - Finsupp.support_finset_sum π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_7} {M : Type u_8} [DecidableEq Ξ²] [AddCommMonoid M] {s : Finset Ξ±} {f : Ξ± β Ξ² ββ M} : (s.sum f).support β s.biUnion fun x => (f x).support - Finsupp.prod_congr π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] {f : Ξ± ββ M} {g1 g2 : Ξ± β M β N} (h : β x β f.support, g1 x (f x) = g2 x (f x)) : f.prod g1 = f.prod g2 - Finsupp.sum_congr π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] {f : Ξ± ββ M} {g1 g2 : Ξ± β M β N} (h : β x β f.support, g1 x (f x) = g2 x (f x)) : f.sum g1 = f.sum g2 - Finsupp.prod_of_support_subset π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] (f : Ξ± ββ M) {s : Finset Ξ±} (hs : f.support β s) (g : Ξ± β M β N) (h : β i β s, g i 0 = 1) : f.prod g = β x β s, g x (f x) - Finsupp.sum_of_support_subset π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] (f : Ξ± ββ M) {s : Finset Ξ±} (hs : f.support β s) (g : Ξ± β M β N) (h : β i β s, g i 0 = 0) : f.sum g = β x β s, g x (f x) - Finsupp.prod_ite_eq π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] [DecidableEq Ξ±] (f : Ξ± ββ M) (a : Ξ±) (b : Ξ± β M β N) : (f.prod fun x v => if a = x then b x v else 1) = if a β f.support then b a (f a) else 1 - Finsupp.prod_ite_eq' π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] [DecidableEq Ξ±] (f : Ξ± ββ M) (a : Ξ±) (b : Ξ± β M β N) : (f.prod fun x v => if x = a then b x v else 1) = if a β f.support then b a (f a) else 1 - Finsupp.sum_ite_eq π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] [DecidableEq Ξ±] (f : Ξ± ββ M) (a : Ξ±) (b : Ξ± β M β N) : (f.sum fun x v => if a = x then b x v else 0) = if a β f.support then b a (f a) else 0 - Finsupp.sum_ite_eq' π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] [DecidableEq Ξ±] (f : Ξ± ββ M) (a : Ξ±) (b : Ξ± β M β N) : (f.sum fun x v => if x = a then b x v else 0) = if a β f.support then b a (f a) else 0 - Finsupp.support_sum π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_7} {M : Type u_8} {N : Type u_10} [DecidableEq Ξ²] [Zero M] [AddCommMonoid N] {f : Ξ± ββ M} {g : Ξ± β M β Ξ² ββ N} : (f.sum g).support β f.support.biUnion fun a => (g a (f a)).support - Finsupp.prod_ne_zero_iff π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {ΞΉ : Type u_2} {Ξ² : Type u_7} [Zero Ξ±] [CommMonoidWithZero Ξ²] [Nontrivial Ξ²] [NoZeroDivisors Ξ²] {f : ΞΉ ββ Ξ±} {g : ΞΉ β Ξ± β Ξ²} : f.prod g β 0 β β i β f.support, g i (f i) β 0 - Finsupp.prod_eq_zero_iff π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {ΞΉ : Type u_2} {Ξ² : Type u_7} [Zero Ξ±] [CommMonoidWithZero Ξ²] [Nontrivial Ξ²] [NoZeroDivisors Ξ²] {f : ΞΉ ββ Ξ±} {g : ΞΉ β Ξ± β Ξ²} : f.prod g = 0 β β i β f.support, g i (f i) = 0 - Finsupp.support_sum_eq_biUnion π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_16} {ΞΉ : Type u_17} {M : Type u_18} [DecidableEq Ξ±] [AddCommMonoid M] {g : ΞΉ β Ξ± ββ M} (s : Finset ΞΉ) (h : β (iβ iβ : ΞΉ), iβ β iβ β Disjoint (g iβ).support (g iβ).support) : (β i β s, g i).support = s.biUnion fun i => (g i).support - Finsupp.prod_dvd_prod_of_subset_of_dvd π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] {f1 f2 : Ξ± ββ M} {g1 g2 : Ξ± β M β N} (h1 : f1.support β f2.support) (h2 : β a β f1.support, g1 a (f1 a) β£ g2 a (f2 a)) : f1.prod g1 β£ f2.prod g2 - Finsupp.prod_mul_eq_prod_mul_of_exists π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] {f : Ξ± ββ M} {g : Ξ± β M β N} {nβ nβ : N} (a : Ξ±) (ha : a β f.support) (h : g a (f a) * nβ = g a (f a) * nβ) : f.prod g * nβ = f.prod g * nβ - Finsupp.sum_add_eq_sum_add_of_exists π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] {f : Ξ± ββ M} {g : Ξ± β M β N} {nβ nβ : N} (a : Ξ±) (ha : a β f.support) (h : g a (f a) + nβ = g a (f a) + nβ) : f.sum g + nβ = f.sum g + nβ - Finsupp.prod_add_index_of_disjoint π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} [AddCommMonoid M] {f1 f2 : Ξ± ββ M} (hd : Disjoint f1.support f2.support) {Ξ² : Type u_16} [CommMonoid Ξ²] (g : Ξ± β M β Ξ²) : (f1 + f2).prod g = f1.prod g * f2.prod g - Finsupp.sum_add_index_of_disjoint π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} [AddCommMonoid M] {f1 f2 : Ξ± ββ M} (hd : Disjoint f1.support f2.support) {Ξ² : Type u_16} [AddCommMonoid Ξ²] (g : Ξ± β M β Ξ²) : (f1 + f2).sum g = f1.sum g + f2.sum g - Finsupp.prod_congr_of_eq_on_union π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [CommMonoid N] [DecidableEq Ξ±] {f1 f2 : Ξ± ββ M} {g1 g2 : Ξ± β M β N} (h : β x β f1.support βͺ f2.support, g1 x (f1 x) = g2 x (f2 x)) (h1 : β x β f1.support βͺ f2.support, g1 x 0 = 1) (h2 : β x β f1.support βͺ f2.support, g2 x 0 = 1) : f1.prod g1 = f2.prod g2 - Finsupp.sum_congr_of_eq_on_union π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [Zero M] [AddCommMonoid N] [DecidableEq Ξ±] {f1 f2 : Ξ± ββ M} {g1 g2 : Ξ± β M β N} (h : β x β f1.support βͺ f2.support, g1 x (f1 x) = g2 x (f2 x)) (h1 : β x β f1.support βͺ f2.support, g1 x 0 = 0) (h2 : β x β f1.support βͺ f2.support, g2 x 0 = 0) : f1.sum g1 = f2.sum g2 - Finsupp.prod_add_index π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [DecidableEq Ξ±] [AddZeroClass M] [CommMonoid N] {f g : Ξ± ββ M} {h : Ξ± β M β N} (h_zero : β a β f.support βͺ g.support, h a 0 = 1) (h_add : β a β f.support βͺ g.support, β (bβ bβ : M), h a (bβ + bβ) = h a bβ * h a bβ) : (f + g).prod h = f.prod h * g.prod h - Finsupp.sum_add_index π Mathlib.Algebra.BigOperators.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_8} {N : Type u_10} [DecidableEq Ξ±] [AddZeroClass M] [AddCommMonoid N] {f g : Ξ± ββ M} {h : Ξ± β M β N} (h_zero : β a β f.support βͺ g.support, h a 0 = 0) (h_add : β a β f.support βͺ g.support, β (bβ bβ : M), h a (bβ + bβ) = h a bβ + h a bβ) : (f + g).sum h = f.sum h + g.sum h - Finsupp.image_fst_graph π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] [DecidableEq Ξ±] (f : Ξ± ββ M) : Finset.image Prod.fst f.graph = f.support - Finsupp.comapDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± β Ξ²) (l : Ξ² ββ M) (hf : Set.InjOn f (f β»ΒΉ' βl.support)) : Ξ± ββ M - Finsupp.support_filter π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] (p : Ξ± β Prop) [DecidablePred p] (f : Ξ± ββ M) : (Finsupp.filter p f).support = {x β f.support | p x} - Finsupp.support_subtypeDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] {p : Ξ± β Prop} [D : DecidablePred p] {f : Ξ± ββ M} : (Finsupp.subtypeDomain p f).support = Finset.subtype p f.support - Finsupp.support_extendDomain_subset π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_12} [Zero M] {P : Ξ± β Prop} [DecidablePred P] (f : Subtype P ββ M) : βf.extendDomain.support β {x | P x} - Finsupp.extendDomain_support π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_12} [Zero M] {P : Ξ± β Prop} [DecidablePred P] (f : Subtype P ββ M) : f.extendDomain.support = Finset.map (Function.Embedding.subtype P) f.support - Finsupp.sumElim_support π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [Zero Ξ³] (f : Ξ± ββ Ξ³) (g : Ξ² ββ Ξ³) : (f.sumElim g).support = f.support.disjSum g.support - Finsupp.support_curry π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] [DecidableEq Ξ±] (f : Ξ± Γ Ξ² ββ M) : f.curry.support = Finset.image Prod.fst f.support - Finsupp.extendDomain_subtypeDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_12} [Zero M] {P : Ξ± β Prop} [DecidablePred P] (f : Ξ± ββ M) (hf : β a β f.support, P a) : (Finsupp.subtypeDomain P f).extendDomain = f - Finsupp.comapDomain_surjective π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] {f : Ξ± β Ξ²} (hf : Function.Injective f) : Function.Surjective fun l => Finsupp.comapDomain f l β― - Finsupp.sigma_support π Mathlib.Data.Finsupp.Basic
{ΞΉ : Type u_4} {M : Type u_5} {Ξ±s : ΞΉ β Type u_12} [Zero M] (l : (i : ΞΉ) Γ Ξ±s i ββ M) : l.support = l.splitSupport.sigma fun i => (l.split i).support - Finsupp.mem_frange_of_mem π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] {x : Ξ±} {f : Ξ± ββ M} (h : x β f.support) : f x β f.frange - Finsupp.comapDomain_support π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± β Ξ²) (l : Ξ² ββ M) (hf : Set.InjOn f (f β»ΒΉ' βl.support)) : (Finsupp.comapDomain f l hf).support = l.support.preimage f hf - Finsupp.comapDomain_single π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± β Ξ²) (a : Ξ±) (m : M) (hif : Set.InjOn f (f β»ΒΉ' β(funβ | f a => m).support)) : Finsupp.comapDomain f (funβ | f a => m) hif = funβ | a => m - Finsupp.mapDomain_support_of_injective π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] [DecidableEq Ξ²] {f : Ξ± β Ξ²} (hf : Function.Injective f) (s : Ξ± ββ M) : (Finsupp.mapDomain f s).support = Finset.image f s.support - Finsupp.mapDomain_support_of_subsingletonAddUnits π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [DecidableEq Ξ²] [AddCommMonoid M] (f : Ξ± β Ξ²) [Subsingleton (AddUnits M)] (x : Ξ± ββ M) : (Finsupp.mapDomain f x).support = Finset.image f x.support - Finsupp.prod_filter_index π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} {N : Type u_6} [Zero M] (p : Ξ± β Prop) [DecidablePred p] (f : Ξ± ββ M) [CommMonoid N] (g : Ξ± β M β N) : (Finsupp.filter p f).prod g = β x β (Finsupp.filter p f).support, g x (f x) - Finsupp.sum_filter_index π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} {N : Type u_6} [Zero M] (p : Ξ± β Prop) [DecidablePred p] (f : Ξ± ββ M) [AddCommMonoid N] (g : Ξ± β M β N) : (Finsupp.filter p f).sum g = β x β (Finsupp.filter p f).support, g x (f x) - Finsupp.mk_mem_graph π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] (f : Ξ± ββ M) {a : Ξ±} (ha : a β f.support) : (a, f a) β f.graph - Finsupp.comapDomain_apply π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± β Ξ²) (l : Ξ² ββ M) (hf : Set.InjOn f (f β»ΒΉ' βl.support)) (a : Ξ±) : (Finsupp.comapDomain f l hf) a = l (f a) - Finsupp.mapDomain_support π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] [DecidableEq Ξ²] {f : Ξ± β Ξ²} {s : Ξ± ββ M} : (Finsupp.mapDomain f s).support β Finset.image f s.support - Finsupp.prod_subtypeDomain_index π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} {N : Type u_6} [Zero M] {p : Ξ± β Prop} [CommMonoid N] {v : Ξ± ββ M} {h : Ξ± β M β N} (hp : β x β v.support, p x) : ((Finsupp.subtypeDomain p v).prod fun a b => h (βa) b) = v.prod h - Finsupp.sum_subtypeDomain_index π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} {N : Type u_6} [Zero M] {p : Ξ± β Prop} [AddCommMonoid N] {v : Ξ± ββ M} {h : Ξ± β M β N} (hp : β x β v.support, p x) : ((Finsupp.subtypeDomain p v).sum fun a b => h (βa) b) = v.sum h - Finsupp.support_mapDomain_embedding π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] (f : Ξ± βͺ Ξ²) (x : Ξ± ββ M) : (Finsupp.mapDomain (βf) x).support = Finset.map f x.support - Finsupp.restrictSupportEquiv π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} (s : Set Ξ±) (M : Type u_12) [AddCommMonoid M] : { f // βf.support β s } β (βs ββ M) - Finsupp.comapDomain_single_of_not_mem_range π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] {f : Ξ± β Ξ²} {b : Ξ²} (hb : b β Set.range f) (m : M) (hf : Set.InjOn f (f β»ΒΉ' β(funβ | b => m).support)) : Finsupp.comapDomain f (funβ | b => m) hf = 0 - Finsupp.mapDomain_congr π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] {v : Ξ± ββ M} {f g : Ξ± β Ξ²} (h : β x β v.support, f x = g x) : Finsupp.mapDomain f v = Finsupp.mapDomain g v - Finsupp.subtypeDomain_eq_iff π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] {p : Ξ± β Prop} {f g : Ξ± ββ M} (hf : β x β f.support, p x) (hg : β x β g.support, p x) : Finsupp.subtypeDomain p f = Finsupp.subtypeDomain p g β f = g - Finsupp.comapDomain_inl_sumElim π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [Zero Ξ³] (f : Ξ± ββ Ξ³) (g : Ξ² ββ Ξ³) : Finsupp.comapDomain Sum.inl (f.sumElim g) β― = f - Finsupp.comapDomain_inr_sumElim π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [Zero Ξ³] (f : Ξ± ββ Ξ³) (g : Ξ² ββ Ξ³) : Finsupp.comapDomain Sum.inr (f.sumElim g) β― = g - Finsupp.mapDomain_support_of_injOn π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] [DecidableEq Ξ²] {f : Ξ± β Ξ²} (s : Ξ± ββ M) (hf : Set.InjOn f βs.support) : (Finsupp.mapDomain f s).support = Finset.image f s.support - Finsupp.subtypeDomain_eq_zero_iff π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [Zero M] {p : Ξ± β Prop} {f : Ξ± ββ M} (hf : β x β f.support, p x) : Finsupp.subtypeDomain p f = 0 β f = 0 - Finsupp.piecewise_support π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_12} [Zero M] {P : Ξ± β Prop} [DecidablePred P] (f : Subtype P ββ M) (g : { a // Β¬P a } ββ M) : (f.piecewise g).support = (Finset.map (Function.Embedding.subtype P) f.support).disjUnion (Finset.map (Function.Embedding.subtype fun a => Β¬P a) g.support) β― - Finsupp.comapDomain_embDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± βͺ Ξ²) (l : Ξ± ββ M) : Finsupp.comapDomain (βf) (Finsupp.embDomain f l) β― = l - Finsupp.comapDomain_mapDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] (f : Ξ± β Ξ²) (hf : Function.Injective f) (l : Ξ± ββ M) : Finsupp.comapDomain f (Finsupp.mapDomain f l) β― = l - Finsupp.mapDomain_injOn π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] (S : Set Ξ±) {f : Ξ± β Ξ²} (hf : Set.InjOn f S) : Set.InjOn (Finsupp.mapDomain f) {w | βw.support β S} - Finsupp.mapDomain_of_not_mem_image_support π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] {f : Ξ± β Ξ²} {x : Ξ± ββ M} {b : Ξ²} (hb : b β f '' βx.support) : (Finsupp.mapDomain f x) b = 0 - Finsupp.mem_support_finsetSum π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {ΞΉ : Type u_4} {M : Type u_5} [AddCommMonoid M] {s : Finset ΞΉ} {h : ΞΉ β Ξ± ββ M} (a : Ξ±) (ha : a β (β c β s, h c).support) : β c β s, a β (h c).support - Finsupp.mem_support_finset_sum π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {ΞΉ : Type u_4} {M : Type u_5} [AddCommMonoid M] {s : Finset ΞΉ} {h : ΞΉ β Ξ± ββ M} (a : Ξ±) (ha : a β (β c β s, h c).support) : β c β s, a β (h c).support - Finsupp.sum_comapDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} {N : Type u_6} [Zero M] [AddCommMonoid N] (f : Ξ± β Ξ²) (l : Ξ² ββ M) (g : Ξ² β M β N) (hf : Set.BijOn f (f β»ΒΉ' βl.support) βl.support) : (Finsupp.comapDomain f l β―).sum (g β f) = l.sum g - Finsupp.embDomain_comapDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] {f : Ξ± βͺ Ξ²} {g : Ξ² ββ M} (hg : βg.support β Set.range βf) : Finsupp.embDomain f (Finsupp.comapDomain (βf) g β―) = g - Finsupp.mapDomain_comapDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] (f : Ξ± β Ξ²) (hf : Function.Injective f) (l : Ξ² ββ M) (hl : βl.support β Set.range f) : Finsupp.mapDomain f (Finsupp.comapDomain f l β―) = l - Finsupp.eq_zero_of_comapDomain_eq_zero π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± β Ξ²) (l : Ξ² ββ M) (hf : Set.BijOn f (f β»ΒΉ' βl.support) βl.support) : Finsupp.comapDomain f l β― = 0 β l = 0 - Finsupp.comapDomain_sumElim_comapDomain π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [Zero Ξ³] (c : Ξ± β Ξ² ββ Ξ³) : (Finsupp.comapDomain Sum.inl c β―).sumElim (Finsupp.comapDomain Sum.inr c β―) = c - Finsupp.mapDomain_apply_eq_sum π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [DecidableEq Ξ²] [AddCommMonoid M] (f : Ξ± β Ξ²) (x : Ξ± ββ M) {a : Ξ±} : (Finsupp.mapDomain f x) (f a) = β i β x.support with f i = f a, x i - Finsupp.filter_eq_sum π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [AddCommMonoid M] (p : Ξ± β Prop) [DecidablePred p] (f : Ξ± ββ M) : Finsupp.filter p f = β i β f.support with p i, funβ | i => f i - Finsupp.mapDomain_apply' π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] (S : Set Ξ±) {f : Ξ± β Ξ²} (x : Ξ± ββ M) (hS : βx.support β S) (hf : Set.InjOn f S) {a : Ξ±} (ha : a β S) : (Finsupp.mapDomain f x) (f a) = x a - Finsupp.mem_range_embDomain_iff π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddCommMonoid M] (f : Ξ± βͺ Ξ²) (x : Ξ² ββ M) : x β Set.range (Finsupp.embDomain f) β βx.support β Set.range βf - Finsupp.comapDomain_zero π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [Zero M] (f : Ξ± β Ξ²) (hif : Set.InjOn f (f β»ΒΉ' β(Finsupp.support 0)) := β―) : Finsupp.comapDomain f 0 hif = 0 - Finsupp.mem_support_multiset_sum π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {M : Type u_5} [AddCommMonoid M] {s : Multiset (Ξ± ββ M)} (a : Ξ±) : a β s.sum.support β β f β s, a β f.support - Finsupp.comapDomain_add π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddZeroClass M] {f : Ξ± β Ξ²} (vβ vβ : Ξ² ββ M) (hvβ : Set.InjOn f (f β»ΒΉ' βvβ.support)) (hvβ : Set.InjOn f (f β»ΒΉ' βvβ.support)) (hvββ : Set.InjOn f (f β»ΒΉ' β(vβ + vβ).support)) : Finsupp.comapDomain f (vβ + vβ) hvββ = Finsupp.comapDomain f vβ hvβ + Finsupp.comapDomain f vβ hvβ - Finsupp.comapDomain_add_of_injective π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_5} [AddZeroClass M] {f : Ξ± β Ξ²} (hf : Function.Injective f) (vβ vβ : Ξ² ββ M) : Finsupp.comapDomain f (vβ + vβ) β― = Finsupp.comapDomain f vβ β― + Finsupp.comapDomain f vβ β― - Finsupp.restrictSupportEquiv_symm_single π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} (s : Set Ξ±) (M : Type u_12) [AddCommMonoid M] (a : βs) (x : M) : β((Finsupp.restrictSupportEquiv s M).symm funβ | a => x) = funβ | βa => x - Finsupp.restrictSupportEquiv_symm_apply_coe π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} (s : Set Ξ±) (M : Type u_12) [AddCommMonoid M] [DecidablePred fun x => x β s] (f : βs ββ M) : β((Finsupp.restrictSupportEquiv s M).symm f) = f.extendDomain - Finsupp.restrictSupportEquiv_apply π Mathlib.Data.Finsupp.Basic
{Ξ± : Type u_1} (s : Set Ξ±) (M : Type u_12) [AddCommMonoid M] (f : { f // βf.support β s }) : (Finsupp.restrictSupportEquiv s M) f = Finsupp.subtypeDomain (fun x => x β s) βf - Finsupp.support_smul π Mathlib.Data.Finsupp.SMulWithZero
{Ξ± : Type u_1} {M : Type u_2} {R : Type u_4} [Zero M] [SMulZeroClass R M] {b : R} {g : Ξ± ββ M} : (b β’ g).support β g.support - Finsupp.comapDomain_smul_of_injective π Mathlib.Data.Finsupp.SMul
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_3} {R : Type u_6} [Zero M] [SMulZeroClass R M] {f : Ξ± β Ξ²} (hf : Function.Injective f) (r : R) (v : Ξ² ββ M) : Finsupp.comapDomain f (r β’ v) β― = r β’ Finsupp.comapDomain f v β― - Finsupp.support_smul_eq π Mathlib.Data.Finsupp.SMul
{Ξ± : Type u_1} {M : Type u_3} {R : Type u_6} [Semiring R] [IsDomain R] [AddCommMonoid M] [Module R M] [Module.IsTorsionFree R M] {b : R} (hb : b β 0) {g : Ξ± ββ M} : (b β’ g).support = g.support - Finsupp.comapDomain_smul π Mathlib.Data.Finsupp.SMul
{Ξ± : Type u_1} {Ξ² : Type u_2} {M : Type u_3} {R : Type u_6} [Zero M] [SMulZeroClass R M] {f : Ξ± β Ξ²} (r : R) (v : Ξ² ββ M) (hfv : Set.InjOn f (f β»ΒΉ' βv.support)) (hfrv : Set.InjOn f (f β»ΒΉ' β(r β’ v).support) := β―) : Finsupp.comapDomain f (r β’ v) hfrv = r β’ Finsupp.comapDomain f v hfv - Module.End.ringEquivEndFinsupp_apply_apply_support π Mathlib.LinearAlgebra.Finsupp.Defs
{ΞΉ : Type u_4} {R : Type u_5} {M : Type u_6} [Semiring R] [AddCommMonoid M] [Module R M] (i : ΞΉ) (aβ : Module.End (Module.End R M) M) (a : ΞΉ ββ M) : (((Module.End.ringEquivEndFinsupp i) aβ) a).support = Finsupp.onFinsetSupport a.support (βaβ β βa) - Finsupp.mem_supported_support π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (p : Ξ± ββ M) : p β Finsupp.supported M R βp.support - Finsupp.mem_supported π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {s : Set Ξ±} (p : Ξ± ββ M) : p β Finsupp.supported M R s β βp.support β s - Finsupp.span_le_supported_biUnion_support π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] (s : Set (Ξ± ββ M)) : Submodule.span R s β€ Finsupp.supported M R (β x β s, βx.support) - Finsupp.supportedEquivFinsupp_apply_apply π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} {R : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] (s : Set Ξ±) (aβ : β₯(Finsupp.supported M R s)) (aβΒΉ : { x // x β s }) : ((Finsupp.supportedEquivFinsupp s) aβ) aβΒΉ = βaβ βaβΒΉ - Finsupp.supportedEquivFinsupp_symm_apply_coe_support_val π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} {R : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] (s : Set Ξ±) (aβ : βs ββ M) : (β((Finsupp.supportedEquivFinsupp s).symm aβ)).support.val = Multiset.map Subtype.val aβ.support.val - Finsupp.supportedEquivFinsupp_apply_support_val π Mathlib.LinearAlgebra.Finsupp.Supported
{Ξ± : Type u_1} {M : Type u_2} {R : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] (s : Set Ξ±) (aβ : β₯(Finsupp.supported M R s)) : ((Finsupp.supportedEquivFinsupp s) aβ).support.val = Multiset.map (fun x => β¨βx, β―β©) (Multiset.filter (fun x => x β s) (βaβ).support.val).attach - Submodule.mem_span_set π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{R : Type u_1} {M : Type u_2} [Semiring R] [AddCommMonoid M] [Module R M] {m : M} {s : Set M} : m β Submodule.span R s β β c, βc.support β s β§ (c.sum fun mi r => r β’ mi) = m - Finsupp.linearCombination_comapDomain π Mathlib.LinearAlgebra.Finsupp.LinearCombination
{Ξ± : Type u_1} {M : Type u_2} (R : Type u_3) [Semiring R] [AddCommMonoid M] [Module R M] {Ξ±' : Type u_5} {v : Ξ± β M} (f : Ξ± β Ξ±') (l : Ξ±' ββ R) (hf : Set.InjOn f (f β»ΒΉ' βl.support)) : (Finsupp.linearCombination R v) (Finsupp.comapDomain f l hf) = β i β l.support.preimage f hf, l (f i) β’ v i - linearDepOn_iff π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} [Ring R] [AddCommGroup M] [Module R M] {v : ΞΉ β M} : Β¬LinearIndepOn R v s β β f β Finsupp.supported R R s, β i β f.support, f i β’ v i = 0 β§ f β 0 - linearDepOn_iffβ π Mathlib.LinearAlgebra.LinearIndependent.Defs
{ΞΉ : Type u'} {R : Type u_2} {s : Set ΞΉ} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] : Β¬LinearIndepOn R v s β β f g, f β Finsupp.supported R R s β§ g β Finsupp.supported R R s β§ β i β f.support, f i β’ v i = β i β g.support, g i β’ v i β§ f β g - LinearIndependent.linearCombination_ne_of_notMem_support π Mathlib.LinearAlgebra.LinearIndependent.Basic
{ΞΉ : Type u'} {R : Type u_2} {M : Type u_4} {v : ΞΉ β M} [Semiring R] [AddCommMonoid M] [Module R M] [Nontrivial R] (hv : LinearIndependent R v) {x : ΞΉ} (f : ΞΉ ββ R) (h : x β f.support) : (Finsupp.linearCombination R v) f β v x - Module.Basis.mem_span_repr_support π Mathlib.LinearAlgebra.Basis.Basic
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) (m : M) : m β Submodule.span R (βb '' β(b.repr m).support) - Module.Basis.repr_support_subset_of_mem_span π Mathlib.LinearAlgebra.Basis.Basic
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) (s : Set ΞΉ) {m : M} (hm : m β Submodule.span R (βb '' s)) : β(b.repr m).support β s - Module.Basis.mem_span_image π Mathlib.LinearAlgebra.Basis.Basic
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_4} [Semiring R] [AddCommMonoid M] [Module R M] (b : Module.Basis ΞΉ R M) {m : M} {s : Set ΞΉ} : m β Submodule.span R (βb '' s) β β(b.repr m).support β s - union_support_maximal_linearIndependent_eq_range_basis π Mathlib.LinearAlgebra.Basis.Cardinality
{R : Type u} {M : Type v} [Semiring R] [AddCommMonoid M] [Nontrivial R] [Module R M] {ΞΉ : Type w} (b : Module.Basis ΞΉ R M) {ΞΊ : Type w'} (v : ΞΊ β M) (ind : LinearIndependent R v) (m : ind.Maximal) : β k, β(b.repr (v k)).support = Set.univ - toDFinsupp_support π Mathlib.Data.Finsupp.ToDFinsupp
{ΞΉ : Type u_1} {M : Type u_3} [DecidableEq ΞΉ] [Zero M] [(m : M) β Decidable (m β 0)] (f : ΞΉ ββ M) : f.toDFinsupp.support = f.support - DFinsupp.toFinsupp_support π Mathlib.Data.Finsupp.ToDFinsupp
{ΞΉ : Type u_1} {M : Type u_3} [DecidableEq ΞΉ] [Zero M] [(m : M) β Decidable (m β 0)] (f : Ξ β (x : ΞΉ), M) : f.toFinsupp.support = f.support - 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 - MonoidAlgebra.induction π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {motive : MonoidAlgebra R M β Prop} (x : MonoidAlgebra R M) (zero : motive 0) (single_add : β (m : M) (r : R) (x : MonoidAlgebra R M), m β x.coeff.support β r β 0 β motive x β motive (MonoidAlgebra.single m r + x)) : motive x - 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β - MonoidAlgebra.coeff_mul_single_eq_coeff_mul π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {x : MonoidAlgebra R M} {r : R} {m mβ : M} [Mul M] (mβ : M) (H : β m' β x.coeff.support, m' * m = mβ β m' = mβ) : (x * MonoidAlgebra.single m r).coeff mβ = x.coeff mβ * r - MonoidAlgebra.coeff_single_mul_eq_mul_coeff π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {x : MonoidAlgebra R M} {r : R} {m mβ : M} [Mul M] (mβ : M) (H : β m' β x.coeff.support, m * m' = mβ β m' = mβ) : (MonoidAlgebra.single m r * x).coeff mβ = r * x.coeff mβ - MonoidAlgebra.mul_single_apply_aux π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {x : MonoidAlgebra R M} {r : R} {m mβ : M} [Mul M] (mβ : M) (H : β m' β x.coeff.support, m' * m = mβ β m' = mβ) : (x * MonoidAlgebra.single m r).coeff mβ = x.coeff mβ * r - MonoidAlgebra.single_mul_apply_aux π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {M : Type u_4} [Semiring R] {x : MonoidAlgebra R M} {r : R} {m mβ : M} [Mul M] (mβ : M) (H : β m' β x.coeff.support, m * m' = mβ β m' = mβ) : (MonoidAlgebra.single m r * x).coeff mβ = r * x.coeff mβ - AddMonoidAlgebra.mapDomain_comapDomain π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] {f : M β N} {x : AddMonoidAlgebra R N} (hx : βx.coeff.support β Set.range f) (hf : Function.Injective f) : AddMonoidAlgebra.mapDomain f (AddMonoidAlgebra.comapDomain f hf x) = x - MonoidAlgebra.mapDomain_comapDomain π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] {f : M β N} {x : MonoidAlgebra R N} (hx : βx.coeff.support β Set.range f) (hf : Function.Injective f) : MonoidAlgebra.mapDomain f (MonoidAlgebra.comapDomain f hf x) = x - AddMonoidAlgebra.coeff_comapDomain π 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) (x : AddMonoidAlgebra R N) : (AddMonoidAlgebra.comapDomain f hf x).coeff = Finsupp.comapDomain f x.coeff β― - MonoidAlgebra.coeff_comapDomain π 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) (x : MonoidAlgebra R N) : (MonoidAlgebra.comapDomain f hf x).coeff = Finsupp.comapDomain f x.coeff β― - MonoidAlgebra.liftNC_mul π Mathlib.Algebra.MonoidAlgebra.Lift
{k : Type uβ} {G : Type uβ} {R : Type u_1} [Semiring k] [Mul G] [Semiring R] {g_hom : Type u_2} [FunLike g_hom G R] [MulHomClass g_hom G R] (f : k β+* R) (g : g_hom) (a b : MonoidAlgebra k G) (h_comm : β {x y : G}, y β a.coeff.support β Commute (f (b.coeff x)) (g y)) : (MonoidAlgebra.liftNC βf βg) (a * b) = (MonoidAlgebra.liftNC βf βg) a * (MonoidAlgebra.liftNC βf βg) b - AddMonoidAlgebra.liftNC_mul π Mathlib.Algebra.MonoidAlgebra.Lift
{k : Type uβ} {G : Type uβ} {R : Type u_1} [Semiring k] [Add G] [Semiring R] {g_hom : Type u_2} [FunLike g_hom (Multiplicative G) R] [MulHomClass g_hom (Multiplicative G) R] (f : k β+* R) (g : g_hom) (a b : AddMonoidAlgebra k G) (h_comm : β {x y : G}, y β a.coeff.support β Commute (f (b.coeff x)) (g (Multiplicative.ofAdd y))) : (AddMonoidAlgebra.liftNC βf βg) (a * b) = (AddMonoidAlgebra.liftNC βf βg) a * (AddMonoidAlgebra.liftNC βf βg) b - AddMonoidAlgebra.mem_supported π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring R] [Semiring S] [Module R S] {s : Set M} {x : AddMonoidAlgebra S M} : x β AddMonoidAlgebra.supported R S s β βx.coeff.support β s - MonoidAlgebra.mem_supported π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring R] [Semiring S] [Module R S] {s : Set M} {x : MonoidAlgebra S M} : x β MonoidAlgebra.supported R S s β βx.coeff.support β s - AddMonoidAlgebra.coeff_supportedEquivFinsupp_symm_apply_coe_support_val π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring R] [Semiring S] [Module R S] (s : Set M) (aβ : βs ββ S) : (β((AddMonoidAlgebra.supportedEquivFinsupp s).symm aβ)).coeff.support.val = Multiset.map Subtype.val aβ.support.val - MonoidAlgebra.coeff_supportedEquivFinsupp_symm_apply_coe_support_val π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring R] [Semiring S] [Module R S] (s : Set M) (aβ : βs ββ S) : (β((MonoidAlgebra.supportedEquivFinsupp s).symm aβ)).coeff.support.val = Multiset.map Subtype.val aβ.support.val - AddMonoidAlgebra.supportedEquivFinsupp_apply_support_val π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring R] [Semiring S] [Module R S] (s : Set M) (x : β₯(AddMonoidAlgebra.supported R S s)) : ((AddMonoidAlgebra.supportedEquivFinsupp s) x).support.val = Multiset.map (fun x_1 => β¨βx_1, β―β©) (Multiset.filter (fun x => x β s) (βx).coeff.support.val).attach - MonoidAlgebra.supportedEquivFinsupp_apply_support_val π Mathlib.Algebra.MonoidAlgebra.Module
{R : Type u_1} {S : Type u_2} {M : Type u_3} [Semiring R] [Semiring S] [Module R S] (s : Set M) (x : β₯(MonoidAlgebra.supported R S s)) : ((MonoidAlgebra.supportedEquivFinsupp s) x).support.val = Multiset.map (fun x_1 => β¨βx_1, β―β©) (Multiset.filter (fun x => x β s) (βx).coeff.support.val).attach - AddMonoidAlgebra.coeff_mul_add_of_uniqueAdd π Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors
{R : Type u_1} {A : Type u_2} [Semiring R] [Add A] {f g : AddMonoidAlgebra R A} {a0 b0 : A} (h : UniqueAdd f.coeff.support g.coeff.support a0 b0) : (f * g).coeff (a0 + b0) = f.coeff a0 * g.coeff b0 - MonoidAlgebra.coeff_mul_mul_of_uniqueMul π Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors
{R : Type u_1} {A : Type u_2} [Semiring R] [Mul A] {f g : MonoidAlgebra R A} {a0 b0 : A} (h : UniqueMul f.coeff.support g.coeff.support a0 b0) : (f * g).coeff (a0 * b0) = f.coeff a0 * g.coeff b0 - MonoidAlgebra.mul_apply_mul_eq_mul_of_uniqueMul π Mathlib.Algebra.MonoidAlgebra.NoZeroDivisors
{R : Type u_1} {A : Type u_2} [Semiring R] [Mul A] {f g : MonoidAlgebra R A} {a0 b0 : A} (h : UniqueMul f.coeff.support g.coeff.support a0 b0) : (f * g).coeff (a0 * b0) = f.coeff a0 * g.coeff b0 - Polynomial.support_toFinsupp π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (p : Polynomial R) : p.toFinsupp.coeff.support = p.support - Polynomial.support_ofFinsupp π Mathlib.Algebra.Polynomial.Basic
{R : Type u} [Semiring R] (p : AddMonoidAlgebra R β) : { toFinsupp := p }.support = p.coeff.support - LinearMap.finsuppLinearMap_apply_apply_support π Mathlib.RingTheory.Finiteness.Finsupp
{R : Type u_1} {M : Type u_2} {N : Type u_3} {ΞΉ : Type u_4} (S : Type u_5) [Semiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Semiring S] [Module S N] [SMulCommClass R S N] (m : ΞΉ ββ M ββ[R] N) (mβ : M) : (((LinearMap.finsuppLinearMap S) m) mβ).support = Finsupp.onFinsetSupport m.support (β(LinearMap.id.flip mβ) β βm) - Submodule.mem_set_smul π Mathlib.Algebra.Module.Submodule.Finsupp
{R : Type u_2} {M : Type u_3} [Semiring R] [AddCommMonoid M] [Module R M] (sR : Set R) (N : Submodule R M) (x : M) [SMulCommClass R R β₯N] : x β sR β’ N β β c, βc.support β sR β§ x = β(c.sum fun r m => r β’ m) - Submodule.mem_span_set_iff_exists_finsupp_le_finrank π Mathlib.LinearAlgebra.Dimension.StrongRankCondition
{K : Type u_2} {M : Type u_3} [DivisionRing K] [AddCommGroup M] [Module K M] {s : Set M} {x : M} [Module.Finite K β₯(Submodule.span K s)] : x β Submodule.span K s β β c, c.support.card β€ Module.finrank K β₯(Submodule.span K s) β§ βc.support β s β§ (c.sum fun mi r => r β’ mi) = x - Finsupp.support_inf_union_support_sup π Mathlib.Order.Preorder.Finsupp
{ΞΉ : Type u_1} {M : Type u_2} [Zero M] [Lattice M] (f g : ΞΉ ββ M) [DecidableEq ΞΉ] : (f β g).support βͺ (f β g).support = f.support βͺ g.support - Finsupp.support_sup_union_support_inf π Mathlib.Order.Preorder.Finsupp
{ΞΉ : Type u_1} {M : Type u_2} [Zero M] [Lattice M] (f g : ΞΉ ββ M) [DecidableEq ΞΉ] : (f β g).support βͺ (f β g).support = f.support βͺ g.support - Multiset.toFinsupp_support π Mathlib.Data.Finsupp.Multiset
{Ξ± : Type u_1} [DecidableEq Ξ±] (s : Multiset Ξ±) : (Multiset.toFinsupp s).support = s.toFinset - Finsupp.toFinset_toMultiset π Mathlib.Data.Finsupp.Multiset
{Ξ± : Type u_1} [DecidableEq Ξ±] (f : Ξ± ββ β) : (Finsupp.toMultiset f).toFinset = f.support - Finsupp.mem_toMultiset π Mathlib.Data.Finsupp.Multiset
{Ξ± : Type u_1} (f : Ξ± ββ β) (i : Ξ±) : i β Finsupp.toMultiset f β i β f.support - AddMonoidAlgebra.domCongr_support π 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) (x : AddMonoidAlgebra A M) : ((AddMonoidAlgebra.domCongr R A e) x).coeff.support = Finset.map (βe).toEmbedding x.coeff.support
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 69fae59