let a be Integer; :: thesis: Parity a = Parity |.a.|
per cases ( |.a.| = a or |.a.| = - a ) by ABSVALUE:1;
end;