let X be RealNormSpace; :: thesis: for x being Point of X
for r, s being real number st r <= s holds
Ball x,r c= Ball x,s
let x be Point of X; :: thesis: for r, s being real number st r <= s holds
Ball x,r c= Ball x,s
let r, s be real number ; :: thesis: ( r <= s implies Ball x,r c= Ball x,s )
assume A1:
r <= s
; :: thesis: Ball x,r c= Ball x,s
for u being Point of X st u in Ball x,r holds
u in Ball x,s
hence
Ball x,r c= Ball x,s
by SUBSET_1:7; :: thesis: verum