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 don't have to check for its union or anything.
I do understand that $F=\{\{1\},\{2,3\}\}$ would be a partition.