let n be Nat; :: thesis: for f being Permutation of (Seg n) holds f is FinSequence of Seg n
let f be Permutation of (Seg n); :: thesis: f is FinSequence of Seg n
A1: rng f c= Seg n by RELAT_1:def 19;
per cases ( n = 0 or n <> 0 ) ;
end;