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 . (Contributed by FL, 27-Apr-2008) (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 9 notbii ( ¬ ∀ 𝑥𝐴 ¬ 𝜑 ↔ ¬ ∀ 𝑦𝐴 ¬ 𝜓 )
11 dfrex2 ( ∃ 𝑥𝐴 𝜑 ↔ ¬ ∀ 𝑥𝐴 ¬ 𝜑 )
12 dfrex2 ( ∃ 𝑦𝐴 𝜓 ↔ ¬ ∀ 𝑦𝐴 ¬ 𝜓 )
13 10 11 12 3bitr4i ( ∃ 𝑥𝐴 𝜑 ↔ ∃ 𝑦𝐴 𝜓 )