The Generalized Pigeonhole principle states that :
If |X| >= K|Y|, then for all f:X -> Y, there exists K+1 different elements of X that are mapped to the same element in Y.
Prove this.
The Generalized Pigeonhole principle states that :
If |X| >= K|Y|, then for all f:X -> Y, there exists K+1 different elements of X that are mapped to the same element in Y.
Prove this.
Copyright © 2021 JogjaFile Inc.
The proposition is false. For example,
let Y be a singleton and |X| = k.
If |X| > k|Y| and f:X -> Y, then
exists y with k > |f$^{-1}$(x)|.
Otherwise, for all y, |f$^{-1}$(y)| <= k;
X = $\cup${ f$^{-1}$(y) : y in Y };
|X| <= k|Y|, a contradiction.