let n be Nat; :: thesis: ( n < 2 implies for p being Element of Permutations n holds
( p is even & p = idseq n ) )

assume A1: n < 2 ; :: thesis: for p being Element of Permutations n holds
( p is even & p = idseq n )

let p be Element of Permutations n; :: thesis: ( p is even & p = idseq n )
reconsider P = p as Permutation of (Seg n) by MATRIX_2:def 11;
now end;
hence ( p is even & p = idseq n ) ; :: thesis: verum