let H, v be LTL-formula; for N being strict LTLnode over v
for w being Element of Inf_seq AtomicFamily st H in the LTLnew of N & ( H is conjunctive or H is next ) holds
( w |= * N iff w |= * (SuccNode1 (H,N)) )
let N be strict LTLnode over v; for w being Element of Inf_seq AtomicFamily st H in the LTLnew of N & ( H is conjunctive or H is next ) holds
( w |= * N iff w |= * (SuccNode1 (H,N)) )
let w be Element of Inf_seq AtomicFamily; ( H in the LTLnew of N & ( H is conjunctive or H is next ) implies ( w |= * N iff w |= * (SuccNode1 (H,N)) ) )
assume that
A1:
H in the LTLnew of N
and
A2:
( H is conjunctive or H is next )
; ( w |= * N iff w |= * (SuccNode1 (H,N)) )
set NX = the LTLnext of N;
set NN = the LTLnew of N;
set NO = the LTLold of N;
set SN = SuccNode1 (H,N);
set SNO = the LTLold of (SuccNode1 (H,N));
set SNN = the LTLnew of (SuccNode1 (H,N));
set SNX = the LTLnext of (SuccNode1 (H,N));
set XSNX = 'X' (CastLTL the LTLnext of (SuccNode1 (H,N)));
set XNX = 'X' (CastLTL the LTLnext of N);
A3:
H in * N
by A1, Lm1;
A4:
( w |= * N implies w |= * (SuccNode1 (H,N)) )
( w |= * (SuccNode1 (H,N)) implies w |= * N )
hence
( w |= * N iff w |= * (SuccNode1 (H,N)) )
by A4; verum