Is it possible to compress the given random permutation of any integer using N*(lg(N) -1) bits? For example if N= 512, then it could be represented using 512 * 9 = 4608 bits and its optimal representation can be represented using 4096 bits total.
I have been given only these two information and now I need to figure out whether we can represent the random permutation of 512 using less than 4096 bits or not. Please help me to get any idea on that. Thanks.