Questions tagged [set-partition]

This tag is for questions relating to "partition of a set" or, "set-partition", which is a grouping of the set's elements into non-empty subsets, in such a way that every element is included in exactly one subset.

Partition of a Set or, Set Partition is division of a set of objects into a family of subsets that are mutually exclusive and jointly exhaustive; that is, no element of the original set is present in more than one of the subsets, and all the subsets together contain all the members of the original set.

Definition:

A partition of $~S~$ is a set of subsets $~\mathbb{S}~$ of $~S~$ such that:

$(1):~$ $~\mathbb{S}~$ is pairwise disjoint: $~~∀~S_1,~S_2~∈~\mathbb{S}~:~S_1∩S_2=\phi~$ when $~S_1≠S_2~$

$(2):~$ The union of $~\mathbb{S}~$ forms the whole set $~S~:~~ \cup~\mathbb{S}~=S~$

$(3):~$ None of the elements of $~\mathbb{S}~$ is empty$~: ~∀~T~∈~\mathbb{S}~:~~T≠\phi~$.

  • The number of partitions of the set $~\{k\}_{k=1}^n~$ is called a Bell number.

  • Every equivalence relation on a set defines a partition of this set, and every partition defines an equivalence relation.

  • A set equipped with an equivalence relation or a partition is sometimes called a setoid, typically in type theory and proof theory.

References:

https://en.wikipedia.org/wiki/Partition_of_a_set

https://proofwiki.org/wiki/Definition:Set_Partition

770 questions
5
votes
2 answers

Partition of $\{1,2,3,\cdots,3n\}$ into $n$ subsets, each with $3$ numbers, which have equal sum

I want to show, that for every odd $n$ $(n\ge3)$, there exists a partition of $\{1,2,3,\cdots,3n\}$ into $n$ disjoint subsets, where each one has $3$ elements and equal sum. The first such number is $3$. For $3$ it is obvious. $\{1,6,8\}, \{2,4,9\},…
4
votes
0 answers

Subset of partitions of a set that meets condition

Given a set of integers $\ S = \{1, 2, ... n\}$ and $R$ the set of all possible partitions of S. Let's define function $f$ which maps a partition $P \in R$ to a multiset containing the cardinalities of elements of $P$:…
4
votes
2 answers

How to measure similarity of partitions / partitioning?

Suppose a set of elements of finite size. E.g.: $X = \left\lbrace a,b,c,d,e,f,g \right\rbrace$ There are several ways to partition $X$. E.g: $P_1 = \left\lbrace \left\lbrace a,b \right\rbrace, \left\lbrace c \right\rbrace, \left\lbrace d,e,f,g…
fferri
  • 227
3
votes
1 answer

If $U=\{1,2,3\}$, is $\{U\}$ a partition of $U$?

From my understanding, a partition $F$ of a set $U$ means that $F$ is pairwise disjoint, and $\bigcup F=U$, and empty set is not in $F$. So if $U=\{1,2,3\}$, would $F =\{\{1,2,3\}\}$ counts as a partition? because it is the only set in the set, I…
3
votes
0 answers

Divide $[0,2^{n+1}-1]$ into two $2^n$-sets with equal $0,1,\cdots,n$-th power sums

I've learned that $[0,2^{n+1}-1]$ can be divided into two sets $A,B$, each with $2^n$ elements, such that \begin{equation} A^k:=\sum_{a\in A}a^k,\;\; B^k:=\sum_{b\in B}b^k,\;\; \text{and}\;\;A^k=B^k \end{equation} for all $k=0,1,\cdots,n$. In fact,…
3
votes
1 answer

proving that $P$ is a partition

On a practice exam, our teacher gave us this answer as the third point in proving: Let $n$ be a positive integer and let $P = \{$equivalence classes for is-congruent-to-mod-$n\}$. Show that $P$ is a partition of the set of…
Ali
  • 247
2
votes
1 answer

Existence of a definition similar to the partition

A partition of a set is a grouping of the set's elements into non-empty subsets, in such a way that every element is included in one and only one of the subsets. For example if $N=\{1,2,3\}$ then all possible partitions that can be formed are:…
1
vote
2 answers

Set Partition: Subsets must be disjoint or equal?

I'm reading a Mathematical Proofs by Polimeni, Chartrand, and Zhang and their definition of a set partition is confusing me: A partition of A can be defined as a collection S of subsets of A satisfying the three properties: (1) $ X \neq \emptyset $…
criddell
  • 113
1
vote
1 answer

Number of partitions for given list into three ways

I want to decompose given list $P=\{1,2,3,...,n\}$ into three subsets $Q,R,S$ considering without ordering of a given set. Let me explain my situation by counting the rank $3$ case. Let $P=\{1,2,3\}$ I want to divide $P=QRS$ with $Q,R,S$ non-empty…
phy_math
  • 6,448
1
vote
0 answers

Polyhedral boundary partition

There is a statement about the partition of polyhedral boundary. It seems right for me, but I am not sure how to prove the existence precisely and whether there is a common statement as lemma or theorem. If $E$ is a bounded set with polyhedral…
MichaelS
  • 105
1
vote
1 answer

Union of sets of a partition not equal to the original set

Is there a name for a "partition" where the union of its sets is not equal to the original set, but still disjoint?
1
vote
1 answer

A fun problem involving parttioning of sets

Consider the set $\{ 1,2,3,... , 100 \}$. Is it possible to split this set into three disjoint subsets (with union this set) such that the sum of the elements in the first set is divisible by $100$, second by $201$, third by $302$? I really do not…
user700018
1
vote
0 answers

Partitions of a Set into Parts of Equal size

Let $n=km$. Suppose we want to partition the set $\{1,2,\dots,n\}$ into $k$ blocks all of which have size $m$. My approach was the following (although I am thinking that an approach using exponential generating functions may be more…
Drew Meier
  • 109
  • 7
1
vote
2 answers

$A_r=\{(x, y) \in \mathbb{R} \times \mathbb{R} : x+y=r\}$

I have figured out how to prove $A_r$ is nonempty but I am stuck on the last two parts of proving a partition of Real numbers. For part 2 I have "Let r, s $\in \mathbb{R}$ with x+y=r and x+y=s, so there exists $A_r$ and $A_s$."
1
vote
0 answers

Meaning of "smooth partition"

In the paper Edge analysis and identification using the continous shearlet transform (by K. Guo, D. Labate and W. Lim) I encountered the term smooth partition of a set. I do not understand the term smooth partition Lets be precise what is…
Chris S.
  • 154
1
2