let G be _Graph; :: thesis: for v being set holds
( dom ((LexBFS:Init G) `2 ) = the_Vertices_of G & ((LexBFS:Init G) `2 ) . v = {} )

let v be set ; :: thesis: ( dom ((LexBFS:Init G) `2 ) = the_Vertices_of G & ((LexBFS:Init G) `2 ) . v = {} )
set g = (the_Vertices_of G) --> {} ;
set f = (the_Vertices_of G) --> {} ;
A4: (LexBFS:Init G) `2 = (the_Vertices_of G) --> {} by MCART_1:7;
thus dom ((LexBFS:Init G) `2 ) = the_Vertices_of G by FUNCT_2:def 1; :: thesis: ((LexBFS:Init G) `2 ) . v = {}
A3: now end;
thus ((LexBFS:Init G) `2 ) . v = {} by A3, A4; :: thesis: verum