Metamath Proof Explorer


Theorem sucidVD

Description: A set belongs to its successor. The following User's Proof is a Virtual Deduction proof completed automatically by the tools program completeusersproof.cmd, which invokes Mel L. O'Cat's mmj2 and Norm Megill's Metamath Proof Assistant. sucid is sucidVD without virtual deductions and was automatically derived from sucidVD .

h1:: |- A e. _V
2:1: |- A e. { A }
3:2: |- A e. ( A u. { A } )
4:: |- suc A = ( A u. { A } )
qed:3,4: |- A e. suc A
(Contributed by Alan Sare, 18-Feb-2012) (Proof modification is discouraged.) (New usage is discouraged.)

Ref Expression
Hypothesis sucidVD.1
|- A e. _V
Assertion sucidVD
|- A e. suc A

Proof

Step Hyp Ref Expression
1 sucidVD.1
 |-  A e. _V
2 1 snid
 |-  A e. { A }
3 elun2
 |-  ( A e. { A } -> A e. ( A u. { A } ) )
4 2 3 e0a
 |-  A e. ( A u. { A } )
5 df-suc
 |-  suc A = ( A u. { A } )
6 4 5 eleqtrri
 |-  A e. suc A