let V be RealUnitarySpace; for v being Point of
for r, p being Real st r <= p holds
Ball v,r c= Ball v,p
let v be Point of ; for r, p being Real st r <= p holds
Ball v,r c= Ball v,p
let r, p be Real; ( r <= p implies Ball v,r c= Ball v,p )
assume A1:
r <= p
; Ball v,r c= Ball v,p
for u being Point of st u in Ball v,r holds
u in Ball v,p
hence
Ball v,r c= Ball v,p
by SUBSET_1:7; verum