let a, b, r be Real; for t being Point of (TOP-REAL 2) holds
( t in circle (a,b,r) iff |.(t - |[a,b]|).| = r )
let t be Point of (TOP-REAL 2); ( t in circle (a,b,r) iff |.(t - |[a,b]|).| = r )
A1:
circle (a,b,r) = { x where x is Point of (TOP-REAL 2) : |.(x - |[a,b]|).| = r }
by JGRAPH_6:def 5;
thus
( |.(t - |[a,b]|).| = r implies t in circle (a,b,r) )
by A1; verum