let H be CTL-formula; :: thesis: ( ( H is conjunctive or H is ExistUntill ) implies ( len (the_left_argument_of H) < len H & len (the_right_argument_of H) < len H ) )
set iL = len (the_left_argument_of H);
set iR = len (the_right_argument_of H);
set iR1 = (len (the_right_argument_of H)) + 1;
assume A1: ( H is conjunctive or H is ExistUntill ) ; :: thesis: ( len (the_left_argument_of H) < len H & len (the_right_argument_of H) < len H )
per cases ( H is conjunctive or H is ExistUntill ) by A1;
end;