| Metamath Proof Explorer |
< Previous
Next >
Related theorems GIF version |
| Description: Equality implies equivalence of membership. |
| Ref | Expression |
|---|---|
| eleq1 | ⊢ (A = B → (A ∈ C ↔ B ∈ C)) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | eqeq2 1527 | . . . 4 ⊢ (A = B → (x = A ↔ x = B)) | |
| 2 | 1 | anbi1d 620 | . . 3 ⊢ (A = B → ((x = A ⋀ x ∈ C) ↔ (x = B ⋀ x ∈ C))) |
| 3 | 2 | exbidv 1317 | . 2 ⊢ (A = B → (∃x(x = A ⋀ x ∈ C) ↔ ∃x(x = B ⋀ x ∈ C))) |
| 4 | df-clel 1514 | . 2 ⊢ (A ∈ C ↔ ∃x(x = A ⋀ x ∈ C)) | |
| 5 | df-clel 1514 | . 2 ⊢ (B ∈ C ↔ ∃x(x = B ⋀ x ∈ C)) | |
| 6 | 3, 4, 5 | 3bitr4g 558 | 1 ⊢ (A = B → (A ∈ C ↔ B ∈ C)) |