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 ) )
assume A1: n < 2 ; :: 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