let A, B be Subset of REAL ; :: thesis: for r, s being real number st r in A & s in B holds
abs (r - s) >= dist A,B
set Y = { (abs (r - s)) where r, s is Element of REAL : ( r in A & s in B ) } ;
{ (abs (r - s)) where r, s is Element of REAL : ( r in A & s in B ) } c= REAL
then reconsider Y0 = { (abs (r - s)) where r, s is Element of REAL : ( r in A & s in B ) } as Subset of REAL ;
A1:
dist A,B = lower_bound Y0
by Def2;
A2:
Y0 is bounded_below
let r, s be real number ; :: thesis: ( r in A & s in B implies abs (r - s) >= dist A,B )
assume
( r in A & s in B )
; :: thesis: abs (r - s) >= dist A,B
then
abs (r - s) in Y0
;
hence
abs (r - s) >= dist A,B
by A1, A2, SEQ_4:def 5; :: thesis: verum