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) --> {};
thus dom ((LexBFS:Init G) `2) = the_Vertices_of G by FUNCT_2:def 1; :: thesis: ((LexBFS:Init G) `2) . v = {}
A1: now :: thesis: for x being set holds ((the_Vertices_of G) --> {}) . x = {} end;
thus ((LexBFS:Init G) `2) . v = {} by A1; :: thesis: verum