let a, b, r be real number ; for t being Point of holds
( t in inside_of_circle a,b,r iff |.(t - |[a,b]|).| < r )
let t be Point of ; ( t in inside_of_circle a,b,r iff |.(t - |[a,b]|).| < r )
A1:
inside_of_circle a,b,r = { x where x is Point of : |.(x - |[a,b]|).| < r }
by JGRAPH_6:def 6;
thus
( |.(t - |[a,b]|).| < r implies t in inside_of_circle a,b,r )
by A1; verum