let G be loopless _Graph; :: thesis: for u being Vertex of G holds
( G .AdjacentSet {u} = {} iff u is isolated )

let u be Vertex of G; :: thesis: ( G .AdjacentSet {u} = {} iff u is isolated )
hereby :: thesis: ( u is isolated implies G .AdjacentSet {u} = {} ) end;
assume u is isolated ; :: thesis: G .AdjacentSet {u} = {}
then A8: u .edgesInOut() = {} by GLIB_000:def 49;
now
let v be set ; :: thesis: not v in G .AdjacentSet {u}
assume A9: v in G .AdjacentSet {u} ; :: thesis: contradiction
reconsider v = v as Vertex of G by A9;
v,u are_adjacent by A9, Th52;
then ex e being set st e Joins v,u,G by Def3;
hence contradiction by A8, GLIB_000:14, GLIB_000:62; :: thesis: verum
end;
hence G .AdjacentSet {u} = {} by XBOOLE_0:def 1; :: thesis: verum