|
|
|
|
|
by atq2119
2177 days ago
|
|
That's really more about surjectivity and simple counting. Neither the pigeon hole principle not a max/average argument are really necessary. Say you're trying to find a way to compress every n+1 bit string into an n bit string. Losslessness means that you have to come up with a function d from n bit string to n+1 bit string that decompresses. The number of n+1 bit string is larger, so there must be n+1 bit strings that are not in the image of d, which means that such a function d cannot exist. |
|