let H be LTL-formula; :: thesis: ( H is atomic implies Subformulae H = {H} )
assume H is atomic ; :: thesis: Subformulae H = {H}
then ex n being Nat st H = atom. n by MODELC_2:def 11;
then A1: len H = 1 by FINSEQ_1:40;
A2: for x being set st x in Subformulae H holds
x in {H}
proof end;
for x being set st x in {H} holds
x in Subformulae H
proof
let x be set ; :: thesis: ( x in {H} implies x in Subformulae H )
assume x in {H} ; :: thesis: x in Subformulae H
then x = H by TARSKI:def 1;
hence x in Subformulae H by MODELC_2:45; :: thesis: verum
end;
hence Subformulae H = {H} by A2, TARSKI:1; :: thesis: verum