let G be real-weighted WGraph; :: thesis: for L being PRIM:Labeling of G holds
( L `1 c= (PRIM:Step L) `1 & L `2 c= (PRIM:Step L) `2 )

let L be PRIM:Labeling of G; :: thesis: ( L `1 c= (PRIM:Step L) `1 & L `2 c= (PRIM:Step L) `2 )
set G2 = PRIM:Step L;
set Next = PRIM:NextBestEdges L;
set e = the Element of PRIM:NextBestEdges L;
now :: thesis: ( L `1 c= (PRIM:Step L) `1 & L `2 c= (PRIM:Step L) `2 )end;
hence ( L `1 c= (PRIM:Step L) `1 & L `2 c= (PRIM:Step L) `2 ) ; :: thesis: verum