let G be SimpleGraph; :: thesis: for x being set st x in Vertices G holds
G SubgraphInducedBy {x} = {{},{x}}

let x be set ; :: thesis: ( x in Vertices G implies G SubgraphInducedBy {x} = {{},{x}} )
assume A: x in Vertices G ; :: thesis: G SubgraphInducedBy {x} = {{},{x}}
set Gx = G SubgraphInducedBy {x};
thus G SubgraphInducedBy {x} c= {{},{x}} :: according to XBOOLE_0:def 10 :: thesis: {{},{x}} c= G SubgraphInducedBy {x}
proof end;
thus {{},{x}} c= G SubgraphInducedBy {x} :: thesis: verum
proof end;