Metamath Proof Explorer


Theorem resdmdfsn

Description: Restricting a class to its domain without a set is the same as restricting the class to the universe without this set. (Contributed by AV, 2-Dec-2018) Remove antecedent. (Revised by Eric Schmidt, 16-Jun-2026)

Ref Expression
Assertion resdmdfsn
|- ( R |` ( _V \ { X } ) ) = ( R |` ( dom R \ { X } ) )

Proof

Step Hyp Ref Expression
1 resindm
 |-  ( R |` ( ( _V \ { X } ) i^i dom R ) ) = ( R |` ( _V \ { X } ) )
2 indif1
 |-  ( ( _V \ { X } ) i^i dom R ) = ( ( _V i^i dom R ) \ { X } )
3 inv1
 |-  ( dom R i^i _V ) = dom R
4 3 ineqcomi
 |-  ( _V i^i dom R ) = dom R
5 4 difeq1i
 |-  ( ( _V i^i dom R ) \ { X } ) = ( dom R \ { X } )
6 2 5 eqtri
 |-  ( ( _V \ { X } ) i^i dom R ) = ( dom R \ { X } )
7 6 reseq2i
 |-  ( R |` ( ( _V \ { X } ) i^i dom R ) ) = ( R |` ( dom R \ { X } ) )
8 1 7 eqtr3i
 |-  ( R |` ( _V \ { X } ) ) = ( R |` ( dom R \ { X } ) )