Metamath Proof Explorer


Theorem cbvrmovw2

Description: Change bound variable and domain in the restricted at-most-one quantifier, using implicit substitution. (Contributed by GG, 14-Aug-2025)

Ref Expression
Hypotheses cbvrmovw2.1 ( 𝑥 = 𝑦𝐴 = 𝐵 )
cbvrmovw2.2 ( 𝑥 = 𝑦 → ( 𝜑𝜓 ) )
Assertion cbvrmovw2 ( ∃* 𝑥𝐴 𝜑 ↔ ∃* 𝑦𝐵 𝜓 )

Proof

Step Hyp Ref Expression
1 cbvrmovw2.1 ( 𝑥 = 𝑦𝐴 = 𝐵 )
2 cbvrmovw2.2 ( 𝑥 = 𝑦 → ( 𝜑𝜓 ) )
3 eleq1w ( 𝑥 = 𝑦 → ( 𝑥𝐴𝑦𝐴 ) )
4 1 eleq2d ( 𝑥 = 𝑦 → ( 𝑦𝐴𝑦𝐵 ) )
5 3 4 bitrd ( 𝑥 = 𝑦 → ( 𝑥𝐴𝑦𝐵 ) )
6 5 2 anbi12d ( 𝑥 = 𝑦 → ( ( 𝑥𝐴𝜑 ) ↔ ( 𝑦𝐵𝜓 ) ) )
7 6 cbvmovw ( ∃* 𝑥 ( 𝑥𝐴𝜑 ) ↔ ∃* 𝑦 ( 𝑦𝐵𝜓 ) )
8 df-rmo ( ∃* 𝑥𝐴 𝜑 ↔ ∃* 𝑥 ( 𝑥𝐴𝜑 ) )
9 df-rmo ( ∃* 𝑦𝐵 𝜓 ↔ ∃* 𝑦 ( 𝑦𝐵𝜓 ) )
10 7 8 9 3bitr4i ( ∃* 𝑥𝐴 𝜑 ↔ ∃* 𝑦𝐵 𝜓 )