| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > inssdif0 | Structured version Visualization version GIF version | ||
| Description: Intersection, subclass, and difference relationship. (Contributed by NM, 27-Oct-1996.) (Proof shortened by Andrew Salmon, 26-Jun-2011.) (Proof shortened by Wolf Lammen, 30-Sep-2014.) |
| Ref | Expression |
|---|---|
| inssdif0 | ⊢ ((𝐴 ∩ 𝐵) ⊆ 𝐶 ↔ (𝐴 ∩ (𝐵 ∖ 𝐶)) = ∅) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | elin 3947 | . . . . . 6 ⊢ (𝑥 ∈ (𝐴 ∩ 𝐵) ↔ (𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵)) | |
| 2 | 1 | imbi1i 349 | . . . . 5 ⊢ ((𝑥 ∈ (𝐴 ∩ 𝐵) → 𝑥 ∈ 𝐶) ↔ ((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) → 𝑥 ∈ 𝐶)) |
| 3 | iman 401 | . . . . 5 ⊢ (((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) → 𝑥 ∈ 𝐶) ↔ ¬ ((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ∧ ¬ 𝑥 ∈ 𝐶)) | |
| 4 | 2, 3 | bitri 275 | . . . 4 ⊢ ((𝑥 ∈ (𝐴 ∩ 𝐵) → 𝑥 ∈ 𝐶) ↔ ¬ ((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ∧ ¬ 𝑥 ∈ 𝐶)) |
| 5 | eldif 3941 | . . . . . 6 ⊢ (𝑥 ∈ (𝐵 ∖ 𝐶) ↔ (𝑥 ∈ 𝐵 ∧ ¬ 𝑥 ∈ 𝐶)) | |
| 6 | 5 | anbi2i 623 | . . . . 5 ⊢ ((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ (𝐵 ∖ 𝐶)) ↔ (𝑥 ∈ 𝐴 ∧ (𝑥 ∈ 𝐵 ∧ ¬ 𝑥 ∈ 𝐶))) |
| 7 | elin 3947 | . . . . 5 ⊢ (𝑥 ∈ (𝐴 ∩ (𝐵 ∖ 𝐶)) ↔ (𝑥 ∈ 𝐴 ∧ 𝑥 ∈ (𝐵 ∖ 𝐶))) | |
| 8 | anass 468 | . . . . 5 ⊢ (((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ∧ ¬ 𝑥 ∈ 𝐶) ↔ (𝑥 ∈ 𝐴 ∧ (𝑥 ∈ 𝐵 ∧ ¬ 𝑥 ∈ 𝐶))) | |
| 9 | 6, 7, 8 | 3bitr4ri 304 | . . . 4 ⊢ (((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ∧ ¬ 𝑥 ∈ 𝐶) ↔ 𝑥 ∈ (𝐴 ∩ (𝐵 ∖ 𝐶))) |
| 10 | 4, 9 | xchbinx 334 | . . 3 ⊢ ((𝑥 ∈ (𝐴 ∩ 𝐵) → 𝑥 ∈ 𝐶) ↔ ¬ 𝑥 ∈ (𝐴 ∩ (𝐵 ∖ 𝐶))) |
| 11 | 10 | albii 1819 | . 2 ⊢ (∀𝑥(𝑥 ∈ (𝐴 ∩ 𝐵) → 𝑥 ∈ 𝐶) ↔ ∀𝑥 ¬ 𝑥 ∈ (𝐴 ∩ (𝐵 ∖ 𝐶))) |
| 12 | df-ss 3948 | . 2 ⊢ ((𝐴 ∩ 𝐵) ⊆ 𝐶 ↔ ∀𝑥(𝑥 ∈ (𝐴 ∩ 𝐵) → 𝑥 ∈ 𝐶)) | |
| 13 | eq0 4330 | . 2 ⊢ ((𝐴 ∩ (𝐵 ∖ 𝐶)) = ∅ ↔ ∀𝑥 ¬ 𝑥 ∈ (𝐴 ∩ (𝐵 ∖ 𝐶))) | |
| 14 | 11, 12, 13 | 3bitr4i 303 | 1 ⊢ ((𝐴 ∩ 𝐵) ⊆ 𝐶 ↔ (𝐴 ∩ (𝐵 ∖ 𝐶)) = ∅) |
| Colors of variables: wff setvar class |
| Syntax hints: ¬ wn 3 → wi 4 ↔ wb 206 ∧ wa 395 ∀wal 1538 = wceq 1540 ∈ wcel 2109 ∖ cdif 3928 ∩ cin 3930 ⊆ wss 3931 ∅c0 4313 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1795 ax-4 1809 ax-5 1910 ax-6 1967 ax-7 2008 ax-8 2111 ax-9 2119 ax-ext 2708 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-tru 1543 df-fal 1553 df-ex 1780 df-sb 2066 df-clab 2715 df-cleq 2728 df-clel 2810 df-v 3466 df-dif 3934 df-in 3938 df-ss 3948 df-nul 4314 |
| This theorem is referenced by: inindif 4355 disjdif 4452 inf3lem3 9649 ssfin4 10329 isnrm2 23301 1stccnp 23405 llycmpkgen2 23493 ufileu 23862 fclscf 23968 flimfnfcls 23971 opnbnd 36348 diophrw 42749 setindtr 43015 |
| Copyright terms: Public domain | W3C validator |