Metamath Proof Explorer


Theorem cbvrexfw

Description: Rule used to change bound variables, using implicit substitution. Version of cbvrexf with a disjoint variable condition, which does not require ax-13 . For a version not dependent on ax-11 and ax-12, see cbvrexvw . (Contributed by FL, 27-Apr-2008) Avoid ax-10 , ax-13 . (Revised by Gino Giotto, 10-Jan-2024)

Ref Expression
Hypotheses cbvrexfw.1 𝑥 𝐴
cbvrexfw.2 𝑦 𝐴
cbvrexfw.3 𝑦 𝜑
cbvrexfw.4 𝑥 𝜓
cbvrexfw.5 ( 𝑥 = 𝑦 → ( 𝜑𝜓 ) )
Assertion cbvrexfw ( ∃ 𝑥𝐴 𝜑 ↔ ∃ 𝑦𝐴 𝜓 )

Proof

Step Hyp Ref Expression
1 cbvrexfw.1 𝑥 𝐴
2 cbvrexfw.2 𝑦 𝐴
3 cbvrexfw.3 𝑦 𝜑
4 cbvrexfw.4 𝑥 𝜓
5 cbvrexfw.5 ( 𝑥 = 𝑦 → ( 𝜑𝜓 ) )
6 3 nfn 𝑦 ¬ 𝜑
7 4 nfn 𝑥 ¬ 𝜓
8 5 notbid ( 𝑥 = 𝑦 → ( ¬ 𝜑 ↔ ¬ 𝜓 ) )
9 1 2 6 7 8 cbvralfw ( ∀ 𝑥𝐴 ¬ 𝜑 ↔ ∀ 𝑦𝐴 ¬ 𝜓 )
10 ralnex ( ∀ 𝑥𝐴 ¬ 𝜑 ↔ ¬ ∃ 𝑥𝐴 𝜑 )
11 ralnex ( ∀ 𝑦𝐴 ¬ 𝜓 ↔ ¬ ∃ 𝑦𝐴 𝜓 )
12 9 10 11 3bitr3i ( ¬ ∃ 𝑥𝐴 𝜑 ↔ ¬ ∃ 𝑦𝐴 𝜓 )
13 12 con4bii ( ∃ 𝑥𝐴 𝜑 ↔ ∃ 𝑦𝐴 𝜓 )