let n, k be Nat; :: thesis: for f being Function of n,k st f is onto holds
n >= k

let f be Function of n,k; :: thesis: ( f is onto implies n >= k )
assume A1: f is onto ; :: thesis: n >= k
now end;
hence n >= k ; :: thesis: verum