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