let n be Nat; ( n is odd iff ex k being Nat st n = (2 * k) + 1 )
hereby ( ex k being Nat st n = (2 * k) + 1 implies n is odd )
assume A1:
n is
odd
;
ex j being Nat st n = (2 * j) + 1then consider j being
Integer such that A2:
n = (2 * j) + 1
by Th1;
then
j in NAT
by INT_1:3;
then reconsider j =
j as
Nat ;
take j =
j;
n = (2 * j) + 1thus
n = (2 * j) + 1
by A2;
verum
end;
thus
( ex k being Nat st n = (2 * k) + 1 implies n is odd )
; verum