let a, b be real number ; :: thesis: ( 0 <= a & a <= 1 & 0 <= b & b <= 1 & a * b = 1 implies a = 1 )
assume A1: ( 0 <= a & a <= 1 & 0 <= b & b <= 1 & a * b = 1 ) ; :: thesis: a = 1
now end;
hence a = 1 ; :: thesis: verum