let C be being_simple_closed_curve Subset of (TOP-REAL 2); :: thesis: for p being Point of (TOP-REAL 2) st not p in BDD C holds
dist p,C <= dist p,(BDD C)

let p be Point of (TOP-REAL 2); :: thesis: ( not p in BDD C implies dist p,C <= dist p,(BDD C) )
per cases ( p in C or not p in C ) ;
suppose p in C ; :: thesis: ( not p in BDD C implies dist p,C <= dist p,(BDD C) )
then dist p,C = 0 by JORDAN1K:45;
hence ( not p in BDD C implies dist p,C <= dist p,(BDD C) ) by JORDAN1K:44; :: thesis: verum
end;
suppose not p in C ; :: thesis: ( not p in BDD C implies dist p,C <= dist p,(BDD C) )
end;
end;