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 :: thesis: for n being Nat st S1[n] holds
S1[n + 1]
end;
A5: S1[ 0 ] ;
A6: for n being Nat holds S1[n] from NAT_1:sch 2(A5, A1);
now :: thesis: ((PRIM:CompSeq G) . n) `2 c= (PRIM:MST G) `2 end;
hence ((PRIM:CompSeq G) . n) `2 c= (PRIM:MST G) `2 ; :: thesis: verum