Given N distinct elements (where N is large), how do I determine if a permutation of it is larger, or if all possible subsets is larger?
I eyeballed it and it seems like the permutations would be bigger. It seems like this subset is largest: N choose N/2, but this subset is kind of close to $2^{N/2}$, which is clearly a lost smaller than $N!$. Not sure how to prove this though
If you mean whether the size of the set of all possible permutations of an N-element set is bigger than the size of the set of all possible subsets, i.e. whether $N!>2^N$ then the answer is yes, if $N>3$. That it is wrong for $N=1,2,3$ is a simple computation. The actual statement follows by induction: