let G be finite connected real-weighted WGraph; :: thesis: for n being Nat holds ((PRIM:CompSeq G) . n) `2 c= (PRIM:MST G) `2
let n be Nat; :: thesis: ((PRIM:CompSeq G) . n) `2 c= (PRIM:MST G) `2
set PCS = PRIM:CompSeq G;
defpred S1[ Nat] means (PRIM:CompSeq G) . (((PRIM:CompSeq G) .Lifespan() ) + $1) = PRIM:MST G;
A1: now end;
A5: S1[ 0 ] ;
A6: for n being Nat holds S1[n] from NAT_1:sch 2(A5, A1);
now end;
hence ((PRIM:CompSeq G) . n) `2 c= (PRIM:MST G) `2 ; :: thesis: verum