let v be LTL-formula; :: thesis: for N2, N1 being strict LTLnode of v st N2 is_succ_of N1 holds
( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 )

let N2, N1 be strict LTLnode of v; :: thesis: ( N2 is_succ_of N1 implies ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 ) )
assume A1: N2 is_succ_of N1 ; :: thesis: ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 )
now
per cases ( N2 is_succ1_of N1 or N2 is_succ2_of N1 ) by A1, Def210;
suppose N2 is_succ1_of N1 ; :: thesis: ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 )
then consider H being LTL-formula such that
B1: H in the LTLnew of N1 and
B2: N2 = SuccNode1 H,N1 by Def208;
( the LTLold of N2 = the LTLold of N1 \/ {H} & the LTLnext of N2 = the LTLnext of N1 \/ (LTLNext H) ) by B1, B2, Def206;
hence ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 ) by XBOOLE_1:7; :: thesis: verum
end;
suppose N2 is_succ2_of N1 ; :: thesis: ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 )
then consider H being LTL-formula such that
B1: H in the LTLnew of N1 and
B2: ( H is disjunctive or H is Until or H is Release ) and
B3: N2 = SuccNode2 H,N1 by Def209;
( the LTLold of N2 = the LTLold of N1 \/ {H} & the LTLnext of N2 = the LTLnext of N1 ) by B1, B2, B3, Def207;
hence ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 ) by XBOOLE_1:7; :: thesis: verum
end;
end;
end;
hence ( the LTLold of N1 c= the LTLold of N2 & the LTLnext of N1 c= the LTLnext of N2 ) ; :: thesis: verum