7

Is there a symbol for set all partitions of a set (like P for Power set)?

P.S. I need such symbol in writing some mathematical related notes.

2 Answers2

3

See this answer to a similar question on MO. I suggest stealing notation from combinatorics and letting $\mathrm{B}_S$ denote the set of partitions of $S$, since the Bell number $\mathrm{B}_{|S|}$ is the number of partitions of $S$.

user76284
  • 5,967
-2

This is the commonly used symbol for the set of all subset of the set $E\:$ : $\mathscr{P}(E)$.

hachemy
  • 314
  • 6
    But that was not what was asked about. – hmakholm left over Monica Nov 26 '15 at 20:04
  • 1
    Thanks hachem, but I need the symbol for the set all partitions of a set. – Tail of Godzilla Nov 26 '15 at 20:04
  • can you explain the meaning of the "set all partitions of a set" ? – hachemy Nov 26 '15 at 20:19
  • wiki definition of partition of a set: "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." The set of all partition is a set which contain all partition of a set, e.g., for set A={1,2,3}, the set of all partitions would be B={ { {1}, {2}, {3} }, { {1, 2}, {3} }, { {1, 3}, {2} }, { {1}, {2, 3} }, { {1, 2, 3} }}. – Tail of Godzilla Nov 27 '15 at 04:45