let H be LTL-formula; :: thesis: ( ( H is negative or H is next ) implies ( len H = 1 + (len (the_argument_of H)) & len (the_argument_of H) < len H ) )
assume A1: ( H is negative or H is next ) ; :: thesis: ( len H = 1 + (len (the_argument_of H)) & len (the_argument_of H) < len H )
per cases ( H is negative or H is next ) by A1;
end;