Im reading a book and somewhere it says:
A partition of a set $A$ is a family of subsets of $A$, $\{A_a\}_{a\in I}$ such that
Where $I=\{x\mid x=1,\ldots,n\}$.
$A_a\neq A_b\implies A_a\cap A_b=\emptyset$
...
What does it mean? Does family just mean set? Is $\{A_1,\ldots,A_n\}$, $\{\{A_1,\ldots,A_n\}\}$ or $\{\{A_1\},\ldots,\{A_n\}\}$ a partition of $A$?
A family of subsets of $A$ just means a set whose elements are all subsets of $A$. So, a partition would look something like $\{A_1, ..., A_n\}$, where each $A_i \subseteq A$.
Note that there need not only be finitely many sets in the family (although in your case, there is). In that case, we introduce the notion of an indexing set. In the example above, our indexing set would be $\Bbb{N}_n$ (the set of all natural numbers less than or equal to $n$); this is to say, for each $i\in \Bbb{N}_n$, there is a set $A_i$ in the family.