let i be Integer; :: thesis: ( not i is even iff ex j being Integer st i = (2 * j) + 1 )
hereby :: thesis: ( ex j being Integer st i = (2 * j) + 1 implies not i is even )
consider k being Element of NAT such that
A1: ( i = k or i = - k ) by INT_1:8;
consider m being Element of NAT such that
A2: ( k = 2 * m or k = (2 * m) + 1 ) by SCHEME1:1;
assume A3: not i is even ; :: thesis: not for j being Integer holds i <> (2 * j) + 1
assume A4: for j being Integer holds i <> (2 * j) + 1 ; :: thesis: contradiction
per cases ( ( i = k & k = 2 * m ) or ( i = - k & k = 2 * m ) or ( i = k & k = (2 * m) + 1 ) or ( i = - k & k = (2 * m) + 1 ) ) by A1, A2;
suppose ( i = k & k = 2 * m ) ; :: thesis: contradiction
end;
suppose ( i = - k & k = 2 * m ) ; :: thesis: contradiction
end;
suppose ( i = k & k = (2 * m) + 1 ) ; :: thesis: contradiction
end;
suppose ( i = - k & k = (2 * m) + 1 ) ; :: thesis: contradiction
then i = (2 * (- (m + 1))) + 1 ;
hence contradiction by A4; :: thesis: verum
end;
end;
end;
given j being Integer such that A5: i = (2 * j) + 1 ; :: thesis: not i is even
given k being Integer such that A6: i = 2 * k ; :: according to INT_1:def 9,ABIAN:def 1 :: thesis: contradiction
1 = 2 * (k - j) by A5, A6;
hence contradiction by INT_1:22; :: thesis: verum