let G be real-weighted WGraph; :: thesis: for EL being FF:ELabeling of
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 ; :: thesis: 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; :: thesis: 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; :: thesis: ( i <= j implies dom ((AP:CompSeq EL,source) . i) c= dom ((AP:CompSeq EL,source) . j) )
set CS = AP:CompSeq EL,source;
assume A1:
i <= j
; :: thesis: dom ((AP:CompSeq EL,source) . i) c= dom ((AP:CompSeq EL,source) . j)
defpred S1[ Element of NAT ] means dom ((AP:CompSeq EL,source) . i) c= dom ((AP:CompSeq EL,source) . (i + $1));
A2:
S1[ 0 ]
;
A10:
for n being Element of NAT holds S1[n]
from NAT_1:sch 1(A2, A3);
consider k being Nat such that
A11:
j = i + k
by A1, NAT_1:10;
k in NAT
by ORDINAL1:def 13;
hence
dom ((AP:CompSeq EL,source) . i) c= dom ((AP:CompSeq EL,source) . j)
by A10, A11; :: thesis: verum