set o = odd_part p;
now :: thesis: for i being Nat holds (odd_part p) . i is real number
let i be Nat; :: thesis: (odd_part p) . i is real number
now :: thesis: ( ( i is even & (odd_part p) . i is real number ) or ( i is odd & (odd_part p) . i is real number ) )end;
hence (odd_part p) . i is real number ; :: thesis: verum
end;
hence odd_part p is real ; :: thesis: verum