let H, v be LTL-formula; :: thesis: ( H in Subformulae v implies len (LTLNew2 H,v) <= (len H) - 1 )
assume A1: H in Subformulae v ; :: thesis: len (LTLNew2 H,v) <= (len H) - 1
set New = LTLNew2 H,v;
A01: LTLNew2 H,v = LTLNew2 H by A1, defLTLNew201;
set Left = {(the_left_argument_of H)};
set Right = {(the_right_argument_of H)};
consider F being LTL-formula such that
A2: H = F and
A3: F is_subformula_of v by A1, MODELC_2:def 24;
A4: Subformulae H c= Subformulae v by A2, A3, MODELC_2:46;
now
per cases ( H is Release or H is disjunctive or H is Until or H is conjunctive or H is next or ( not H is conjunctive & not H is disjunctive & not H is next & not H is Until & not H is Release ) ) ;
suppose A5: H is Release ; :: thesis: len (LTLNew2 H,v) <= (len H) - 1
end;
suppose A8: ( not H is conjunctive & not H is disjunctive & not H is next & not H is Until & not H is Release ) ; :: thesis: len (LTLNew2 H,v) <= (len H) - 1
1 <= len H by MODELC_2:3;
then B1: 1 - 1 <= (len H) - 1 by XREAL_1:11;
LTLNew2 H,v = {} v by A01, A8, Def204;
hence len (LTLNew2 H,v) <= (len H) - 1 by B1, Thlen10; :: thesis: verum
end;
end;
end;
hence len (LTLNew2 H,v) <= (len H) - 1 ; :: thesis: verum