let G be real-weighted WGraph; for EL being FF:ELabeling of G
for source being Vertex of G
for i, j being Nat st i <= j holds
dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . j)
let EL be FF:ELabeling of G; for source being Vertex of G
for i, j being Nat st i <= j holds
dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . j)
let source be Vertex of G; for i, j being Nat st i <= j holds
dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . j)
let i, j be Nat; ( i <= j implies dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . j) )
set CS = AP:CompSeq (EL,source);
defpred S1[ Nat] means dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . (i + $1));
assume
i <= j
; dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . j)
then consider k being Nat such that
A1:
j = i + k
by NAT_1:10;
A2:
now 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, A2);
thus
dom ((AP:CompSeq (EL,source)) . i) c= dom ((AP:CompSeq (EL,source)) . j)
by A6, A1; verum