Description: Rule of specialization, using implicit substitution. Compare Theorem 7.3 of Quine p. 44. (Contributed by NM, 22-Jun-1994) Avoid ax-10 , ax-11 . (Revised by Wolf Lammen, 25-Aug-2023)
|- ( x = A -> ( ph <-> ps ) )
|- ( A e. V -> ( A. x ph -> ps ) )
|- ( A e. V -> A e. _V )
|- ( A e. _V -> A e. _V )
|- ( ( A e. _V /\ x = A ) -> ( ph <-> ps ) )
|- ( A e. _V -> ( A. x ph -> ps ) )