let H be ZF-formula; :: thesis: ( ( H is being_equality & H . 1 = 0 ) or ( H is being_membership & H . 1 = 1 ) or ( H is negative & H . 1 = 2 ) or ( H is conjunctive & H . 1 = 3 ) or ( H is universal & H . 1 = 4 ) )
per cases ( H is being_equality or H is being_membership or H is negative or H is conjunctive or H is universal ) by Th9;
end;