Metamath Proof Explorer


Theorem cbvralv2

Description: Rule used to change the bound variable in a restricted universal quantifier with implicit substitution which also changes the quantifier domain. Usage of this theorem is discouraged because it depends on ax-13 . (Contributed by David Moews, 1-May-2017) (New usage is discouraged.)

Ref Expression
Hypotheses cbvralv2.1 ( 𝑥 = 𝑦 → ( 𝜓𝜒 ) )
cbvralv2.2 ( 𝑥 = 𝑦𝐴 = 𝐵 )
Assertion cbvralv2 ( ∀ 𝑥𝐴 𝜓 ↔ ∀ 𝑦𝐵 𝜒 )

Proof

Step Hyp Ref Expression
1 cbvralv2.1 ( 𝑥 = 𝑦 → ( 𝜓𝜒 ) )
2 cbvralv2.2 ( 𝑥 = 𝑦𝐴 = 𝐵 )
3 nfcv 𝑦 𝐴
4 nfcv 𝑥 𝐵
5 nfv 𝑦 𝜓
6 nfv 𝑥 𝜒
7 3 4 5 6 2 1 cbvralcsf ( ∀ 𝑥𝐴 𝜓 ↔ ∀ 𝑦𝐵 𝜒 )