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
1
vote
0 answers

How to partition into more than two subsets

Given a set $A$ of numbers and the number of desired subsets, $n$, how can I divide the numbers in set $A$ into $n$ subsets where each number in $A$ is used in one and only one subset and the sum of the numbers in each subset is optimally…
Ted Cohen
  • 119
0
votes
0 answers

Partition of $[a,b]\subset\mathbb{R}$

Is it possible to create a numerable partition of $[a,b]$? Because I think that it isn't possible, because the last point of the partition must be $b$. But I use the function defined in $[0,1]$ that: $$ f(t)=\frac{1}{2^{n-1}} \mbox{ if } t\in…
rusca91
  • 395
0
votes
1 answer

Prove that $\{A,B\}$ and $\{C,D\}$ partition for $X$ and $Y$ (in order).

Question: Suppose $f:X\to Y$ and $g:Y\to X$ two arbitrary functions. Prove that $\{A,B\}$ is a partition for X and $\{C,D\}$ is a partition for Y such that : $$\begin{align} f(A) = C\end{align}$$ $$\begin{align} g(D) = B\end{align}$$ Definitions…
tent123
  • 57
0
votes
1 answer

Partitions of set with maximal cardinality

Is there a way to compute the number of partitions such that each set in the partition has a cardinality lower or equal to two? If yes, is there also an efficient algorithm to compute these partitions?
Cesare
  • 346
0
votes
1 answer

What is the partition for a dice, where the universe is $\Omega=\{1, 2, 3, 4, 5, 6\}$?

We launch a dice once. The dice has 6 possible results. The universe is $\Omega=\{1, 2, 3, 4, 5, 6\}$. What is the partition of the universe ? Is it $\{1, 2, 3, 4, 5, 6\}$ ? Is it $\{1\}$, $\{2\}$, ... $\{6\}$ ? Is it $\{1\}$, $\{2\}$, ... $\{6\}$,…
0
votes
2 answers

Proof of partition of natural numbers

I have a set $A_n$ = $ \{2^i(2n-1): i \in \mathbb{N} \cup {0} \}$ It is said that the set $P = $ $\{A1, A2, A3,...\}$ partitions the natural numbers. I am attempting to solve this by the definition of a partition, I can see that no $An =…
user883669
0
votes
1 answer

Sum and product of 2 partitions of a set

There was this question in my Discrete Maths exam: Let S={1,2,3,4,5,6}. 2 partitions P1 and P2 are given as: P1={(1,2,3),(4,6),(5)} P2={(1,2),(3,4,5),(6)} Define and find the sum and product of these 2 partitions P1 and P2. I simply thought it was…
0
votes
0 answers

Pair up numbers of a set of real numbers such that variance of sum of pairs is minimal

I am trying to pair up real numbers such that the sums of the numbers in the pairs "are as similar as possible". I know, this is quite a vague statement, but let me explain with a concrete example: Say you need two resistors with somewhere around…
Niko O
  • 111
0
votes
1 answer

partition array into the three most homogeneous parted sum.

Say we have an unordered array with 10 elements, like this: (in this case is ordered, but in fact, what is needed is the best solution) [6] => 19 [5] => 18 [8] => 18 [1] => 18 [2] => 16 [4] => 15 [9] => 11 [0] => 10 [3] => 8 [7] => 6 Which is the…
0
votes
1 answer

The cardinality of interval partitions of $ℝ$

Let $\mathcal X$ be a partition of $ℝ$ into non-degenerate intervals (i.e., intervals that aren't just points). Must $\mathcal X$ be countable? It's clear to me that the answer is yes if we assume that there's a minimum length $m$ of all the…
0
votes
0 answers

Show all the partitions of $\{(0,1),(3,1),(5,5),(2,1)\}$. Calculate intra-block distance between unique pairs.

So given 4 elements, there are 15 partitions. The formula for d is $d((x_1, x_2),(y_1, y_2)) = [(x_1−y_1)^2+ (x_2−y_2)^2]^{1/2}.$ I've calculated the distance for one of the partitions is $\{\{(0,1),(2,1)\},\{(3,1),(5,5)\}\}$. The distance is $2 +…
0
votes
1 answer

Partitioning a set into $2$ subsets with the following conditions...

Sorry the title isn't complete, but my title was over 150 characters, so here is the question: What is the least possible value of $n$ in a set of the form ${1, 2, ..., n}$ such that it can be partitioned into $2$ subsets in which one must have two…
user406996
  • 663
  • 1
  • 5
  • 14
-1
votes
1 answer

How to partition sets A(1),…,A(N) in such a way so that elements of each partition are shared between the same number of original sets.

For example, suppose that q(k) denotes number of elements from the original sets shared between k sets (k=1,…,N). Our objective is to find all sets Q such each Q(k) only contains elements which belong to k original sets.
1
2