thus not tau1 . p is empty by Th6; :: thesis: tau1 . p is finite
defpred S1[ Element of LTLB_WFF ] means tau1 . p is finite ;
A1: for n being Element of NAT holds S1[ prop n]
proof
let n be Element of NAT ; :: thesis: S1[ prop n]
tau1 . (prop n) = {(prop n)} by Def4;
hence S1[ prop n] ; :: thesis: verum
end;
A2: for r, s being Element of LTLB_WFF st S1[r] & S1[s] holds
( S1[r 'U' s] & S1[r => s] )
proof
let r, s be Element of LTLB_WFF ; :: thesis: ( S1[r] & S1[s] implies ( S1[r 'U' s] & S1[r => s] ) )
assume A3: ( S1[r] & S1[s] ) ; :: thesis: ( S1[r 'U' s] & S1[r => s] )
tau1 . (r 'U' s) = {(r 'U' s)} by Def4;
hence S1[r 'U' s] ; :: thesis: S1[r => s]
tau1 . (r => s) = ({(r => s)} \/ (tau1 . r)) \/ (tau1 . s) by Def4;
hence S1[r => s] by A3; :: thesis: verum
end;
A4: S1[ TFALSUM ] by Def4;
for p being Element of LTLB_WFF holds S1[p] from HILBERT2:sch 2(A4, A1, A2);
hence tau1 . p is finite ; :: thesis: verum