Metamath Proof Explorer


Theorem 2euswap

Description: A condition allowing to swap an existential quantifier and a unique existential quantifier. Usage of this theorem is discouraged because it depends on ax-13 . Use the weaker 2euswapv when possible. (Contributed by NM, 10-Apr-2004) (New usage is discouraged.)

Ref Expression
Assertion 2euswap ⊢ ∀ x ∃* y φ → ∃! x ∃ y φ → ∃! y ∃ x φ

Proof

Step Hyp Ref Expression
1 excomim ⊢ ∃ x ∃ y φ → ∃ y ∃ x φ
2 1 a1i ⊢ ∀ x ∃* y φ → ∃ x ∃ y φ → ∃ y ∃ x φ
3 2moswap ⊢ ∀ x ∃* y φ → ∃* x ∃ y φ → ∃* y ∃ x φ
4 2 3 anim12d ⊢ ∀ x ∃* y φ → ∃ x ∃ y φ ∧ ∃* x ∃ y φ → ∃ y ∃ x φ ∧ ∃* y ∃ x φ
5 df-eu ⊢ ∃! x ∃ y φ ↔ ∃ x ∃ y φ ∧ ∃* x ∃ y φ
6 df-eu ⊢ ∃! y ∃ x φ ↔ ∃ y ∃ x φ ∧ ∃* y ∃ x φ
7 4 5 6 3imtr4g ⊢ ∀ x ∃* y φ → ∃! x ∃ y φ → ∃! y ∃ x φ