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_1:def 12;
now :: thesis: ( p is even & p = idseq n )end;
hence ( p is even & p = idseq n ) ; :: thesis: verum