Metamath Proof Explorer


Theorem cbvmptvg

Description: Rule to change the bound variable in a maps-to function, using implicit substitution. Usage of this theorem is discouraged because it depends on ax-13 . See cbvmptv for a version with more disjoint variable conditions, but not requiring ax-13 . (Contributed by Mario Carneiro, 19-Feb-2013) (New usage is discouraged.)

Ref Expression
Hypothesis cbvmptvg.1 ( 𝑥 = 𝑦𝐵 = 𝐶 )
Assertion cbvmptvg ( 𝑥𝐴𝐵 ) = ( 𝑦𝐴𝐶 )

Proof

Step Hyp Ref Expression
1 cbvmptvg.1 ( 𝑥 = 𝑦𝐵 = 𝐶 )
2 nfcv 𝑦 𝐵
3 nfcv 𝑥 𝐶
4 2 3 1 cbvmptg ( 𝑥𝐴𝐵 ) = ( 𝑦𝐴𝐶 )