Let $A$ be a set and $\mathcal{P}$ a partition of $A$ (a partition of a set $A$ is a set of non-empty subsets of $A$ such that every element $x \in A$ is in exactly one of these subsets), and $f:A \to A$ a bijective function. Then, the set $B = \{ f(P) : P \in \mathcal{P} \}$ is also a partition of $A$. Is this true or am I wrong?
Intuitively, I think is true because if $f$ is bijective, then each element of $A$ has a unique correspondent in $A.$ Then, each subset $B⊂A$ has a unique correspondent subset in $A.$ Then, if two or more disjoint subsets of $A$ have unique correspondents in $A,$ because subsets are disjoint, and $f$ is bijective, the correspondents are disjoint. So if we have a partition, image of partition through a bijective function is also a partition. Is this ok?