Metamath Proof Explorer


Theorem aev2

Description: A version of aev with two universal quantifiers in the consequent. One can prove similar statements with arbitrary numbers of universal quantifiers in the consequent (the series begins with aeveq , aev , aev2 ).

Using aev and alrimiv , one can actually prove (with no more axioms) any scheme of the form ( A. x x = y -> PHI) , DV ( x , y ) where PHI involves only setvar variables and the connectors -> , <-> , /\ , \/ , T. , = , A. , E. , E* , E! , F/ . An example is given by aevdemo . This list cannot be extended to -. or F. since the scheme A. x x = y is consistent with ax-mp , ax-gen , ax-1 -- ax-13 (as the one-element universe shows).

(Contributed by BJ, 23-Mar-2021)

Ref Expression
Assertion aev2
|- ( A. x x = y -> A. z A. t u = v )

Proof

Step Hyp Ref Expression
1 aev
 |-  ( A. x x = y -> A. w w = s )
2 aev
 |-  ( A. w w = s -> A. t u = v )
3 2 alrimiv
 |-  ( A. w w = s -> A. z A. t u = v )
4 1 3 syl
 |-  ( A. x x = y -> A. z A. t u = v )