Metamath Proof Explorer


Theorem cbvexv

Description: Rule used to change bound variables, using implicit substitution. Usage of this theorem is discouraged because it depends on ax-13 . See cbvexvw for a version requiring fewer axioms, to be preferred when sufficient. (Contributed by NM, 21-Jun-1993) Remove dependency on ax-10 , shorten. (Revised by Wolf Lammen, 11-Sep-2023) (New usage is discouraged.)

Ref Expression
Hypothesis cbvalv.1 ( 𝑥 = 𝑦 → ( 𝜑𝜓 ) )
Assertion cbvexv ( ∃ 𝑥 𝜑 ↔ ∃ 𝑦 𝜓 )

Proof

Step Hyp Ref Expression
1 cbvalv.1 ( 𝑥 = 𝑦 → ( 𝜑𝜓 ) )
2 nfv 𝑦 𝜑
3 nfv 𝑥 𝜓
4 2 3 1 cbvex ( ∃ 𝑥 𝜑 ↔ ∃ 𝑦 𝜓 )