let a, b be Real; :: 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 :: thesis: ( ( b = 0 & contradiction ) or ( b > 0 & a = 1 ) )end;
hence a = 1 ; :: thesis: verum