let A, B be Subset of REAL; for r, s being Real st r in A & s in B holds
|.(r - s).| >= dist (A,B)
set Y = { |.(r - s).| where r, s is Real : ( r in A & s in B ) } ;
let r, s be Real; ( r in A & s in B implies |.(r - s).| >= dist (A,B) )
assume that
A1:
r in A
and
A2:
s in B
; |.(r - s).| >= dist (A,B)
{ |.(r - s).| where r, s is Real : ( r in A & s in B ) } c= REAL
then reconsider Y0 = { |.(r - s).| where r, s is Real : ( r in A & s in B ) } as Subset of REAL ;
A3:
Y0 is bounded_below
A4:
dist (A,B) = lower_bound Y0
by Def1;
|.(r - s).| in Y0
by A1, A2;
hence
|.(r - s).| >= dist (A,B)
by A4, A3, SEQ_4:def 2; verum