let H be LTL-formula; :: thesis: ( H is atomic implies Subformulae H = {H} )
assume H is atomic ; :: thesis: Subformulae H = {H}
then consider n being Nat such that
A01: H = atom. n by MODELC_2:def 11;
A02: len H = 1 by A01, FINSEQ_1:57;
A1: for x being set st x in {H} holds
x in Subformulae H
proof end;
for x being set st x in Subformulae H holds
x in {H}
proof
let x be set ; :: thesis: ( x in Subformulae H implies x in {H} )
assume x in Subformulae H ; :: thesis: x in {H}
then consider G being LTL-formula such that
B1: G = x and
B2: G is_subformula_of H by MODELC_2:def 24;
G = H
proof end;
hence x in {H} by B1, TARSKI:def 1; :: thesis: verum
end;
hence Subformulae H = {H} by A1, TARSKI:2; :: thesis: verum