let c, a, b be ext-real number ; :: thesis: ( c <= a & c <= b & ( for d being ext-real number st d <= a & d <= b holds
d <= c ) implies c = min a,b )
assume that
A1:
( c <= a & c <= b )
and
A2:
for d being ext-real number st d <= a & d <= b holds
d <= c
; :: thesis: c = min a,b
A3:
c <= min a,b
by A1, Def8;
( min a,b <= a & min a,b <= b )
by Th17;
then
min a,b <= c
by A2;
hence
c = min a,b
by A3, Th1; :: thesis: verum