:: deftheorem Def1 defines dist TOPREAL6:def 1 :
for n being Nat
for a, b being Point of (TOP-REAL n)
for b4 being Real holds
( b4 = dist (a,b) iff ex p, q being Point of (Euclid n) st
( p = a & q = b & b4 = dist (p,q) ) );