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

let p be Element of Permutations n; :: thesis: ( n < 2 implies ( p is even & p = idseq n ) )
reconsider P = p as Permutation of (Seg n) by MATRIX_1:def 12;
assume A1: n < 2 ; :: thesis: ( p is even & p = idseq n )
now :: thesis: ( p is even & p = idseq n )end;
hence ( p is even & p = idseq n ) ; :: thesis: verum