I've some trouble calculating the cardinality of the set of the permutations of a given set $ A $. For notational purpose let $ k = |A|$ and define $ P_A = \{ f : A \to A | f \text{ is a bijective function } \} $
Clearly if $ A $ is a finite set, the cardinality of $ P_A $ is $ k! $, but the interesting case is when $ A $ is infinite. Again, it is obvious that $|P_A| \leq 2^k $. But i can't find neither a lower upper bound or the lower bound to conclude by Schroeder-Berstein. Any hints or corrections? Thanks in advance!
Following the hint given by Asaf Karagila, I worked out this answer:
I'll put [AC] where i used AC to prove the following fact
So starting from [AC] $ k \cdot k = k$ [AC] there exists a family of $ k $ pairwise disjoint subset of $ A $ each of them of cardinality $k$. Let's call them $\{ B_i \}_{i \in k} $. Let $ F := { f \colon k \to \{0, 1} | \text{ f is a function } \} $. Define $ F^* := F \setminus \text{ costant functions }$. Note that $|F^*|= 2^k $. For each $ f \in F^*$ let $ J_f :=\{i \in k | f(i) =1\} $ and let $ U_f := \{ \bigcup_{j \in J_f} B_j \}$. It is immediate to prove that for each $ f $ we have $|U_f|=|U_f^c| =k $. So we have the $2^k $ partitions of $A $. With a little abuse of notations I denote with $2^k $ an index set of this size. For each $ i \in 2^k $ let $ (P1_i, P2_i) $ a partition of $ A $. [AC] for each partition choose one bijection $g_i: P1_i \to P2_i $. Now we can define $ 2^k $ permutations in this way. For each $ i\in 2^k $ let $ h_i : A \to A $ with $ h_i(a)=g_i(a) $ if $ a \in P1_i $ otherwise $ h_i = g^{-1} $. is is easy to see that it is a permutation.