A finite partition of a : Finset α is a pairwise disjoint finite set of elements whose supremum is a.
The elements of the finite partition of
a- pwDisj : (↑self.parts).PairwiseDisjoint id
The parts are pairwise disjoint
The supremum of the partition is
a
Instances For
theorem
Finset.FinpartitionWithEmpty.ext_iff
{α : Type}
{inst✝ : DecidableEq α}
{a : Finset α}
{x y : a.FinpartitionWithEmpty}
:
theorem
Finset.FinpartitionWithEmpty.ext
{α : Type}
{inst✝ : DecidableEq α}
{a : Finset α}
{x y : a.FinpartitionWithEmpty}
(parts : x.parts = y.parts)
:
theorem
Finset.FinpartitionWithEmpty.biUnion_parts
{α : Type}
[DecidableEq α]
{a : Finset α}
{P : a.FinpartitionWithEmpty}
:
theorem
Finset.FinpartitionWithEmpty.sum_card_parts_with_empty
{α : Type}
[DecidableEq α]
{a : Finset α}
(P : a.FinpartitionWithEmpty)
:
theorem
Finset.sum_image_vanishing
{β : Type u}
{α : Type v}
{γ : Type w}
{f : α → β}
[AddCommMonoid β]
[DecidableEq α]
[DecidableEq γ]
{s : Finset γ}
{g : γ → α}
:
theorem
vector_list_finset_sum
{α β : Type}
[AddCommMonoid β]
{n : ℕ}
(V : List.Vector α n)
(f : α → β)
: