let H be LTL-formula; :: thesis: ( H is Sub_atomic iff ( H is atomic or ( H is negative & the_argument_of H is atomic ) ) )
thus ( not H is Sub_atomic or H is atomic or ( H is negative & the_argument_of H is atomic ) ) :: thesis: ( ( H is atomic or ( H is negative & the_argument_of H is atomic ) ) implies H is Sub_atomic )
proof
assume A1: H is Sub_atomic ; :: thesis: ( H is atomic or ( H is negative & the_argument_of H is atomic ) )
per cases ( H is atomic or ex G being LTL-formula st
( G is atomic & H = 'not' G ) )
by A1, DefSubatomic;
end;
end;
thus ( ( H is atomic or ( H is negative & the_argument_of H is atomic ) ) implies H is Sub_atomic ) :: thesis: verum
proof end;