| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > disj | Structured version Visualization version GIF version | ||
| Description: Two ways of saying that two classes are disjoint (have no members in common). (Contributed by NM, 17-Feb-2004.) Avoid ax-10 2146, ax-11 2162, ax-12 2184. (Revised by GG, 28-Jun-2024.) |
| Ref | Expression |
|---|---|
| disj | ⊢ ((𝐴 ∩ 𝐵) = ∅ ↔ ∀𝑥 ∈ 𝐴 ¬ 𝑥 ∈ 𝐵) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | df-in 3908 | . . . 4 ⊢ (𝐴 ∩ 𝐵) = {𝑦 ∣ (𝑦 ∈ 𝐴 ∧ 𝑦 ∈ 𝐵)} | |
| 2 | 1 | eqeq1i 2741 | . . 3 ⊢ ((𝐴 ∩ 𝐵) = ∅ ↔ {𝑦 ∣ (𝑦 ∈ 𝐴 ∧ 𝑦 ∈ 𝐵)} = ∅) |
| 3 | eleq1w 2819 | . . . . 5 ⊢ (𝑦 = 𝑥 → (𝑦 ∈ 𝐴 ↔ 𝑥 ∈ 𝐴)) | |
| 4 | eleq1w 2819 | . . . . 5 ⊢ (𝑦 = 𝑥 → (𝑦 ∈ 𝐵 ↔ 𝑥 ∈ 𝐵)) | |
| 5 | 3, 4 | anbi12d 632 | . . . 4 ⊢ (𝑦 = 𝑥 → ((𝑦 ∈ 𝐴 ∧ 𝑦 ∈ 𝐵) ↔ (𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵))) |
| 6 | 5 | eqabcbw 2810 | . . 3 ⊢ ({𝑦 ∣ (𝑦 ∈ 𝐴 ∧ 𝑦 ∈ 𝐵)} = ∅ ↔ ∀𝑥((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ↔ 𝑥 ∈ ∅)) |
| 7 | imnan 399 | . . . . 5 ⊢ ((𝑥 ∈ 𝐴 → ¬ 𝑥 ∈ 𝐵) ↔ ¬ (𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵)) | |
| 8 | noel 4290 | . . . . . 6 ⊢ ¬ 𝑥 ∈ ∅ | |
| 9 | 8 | nbn 372 | . . . . 5 ⊢ (¬ (𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ↔ ((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ↔ 𝑥 ∈ ∅)) |
| 10 | 7, 9 | bitr2i 276 | . . . 4 ⊢ (((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ↔ 𝑥 ∈ ∅) ↔ (𝑥 ∈ 𝐴 → ¬ 𝑥 ∈ 𝐵)) |
| 11 | 10 | albii 1820 | . . 3 ⊢ (∀𝑥((𝑥 ∈ 𝐴 ∧ 𝑥 ∈ 𝐵) ↔ 𝑥 ∈ ∅) ↔ ∀𝑥(𝑥 ∈ 𝐴 → ¬ 𝑥 ∈ 𝐵)) |
| 12 | 2, 6, 11 | 3bitri 297 | . 2 ⊢ ((𝐴 ∩ 𝐵) = ∅ ↔ ∀𝑥(𝑥 ∈ 𝐴 → ¬ 𝑥 ∈ 𝐵)) |
| 13 | df-ral 3052 | . 2 ⊢ (∀𝑥 ∈ 𝐴 ¬ 𝑥 ∈ 𝐵 ↔ ∀𝑥(𝑥 ∈ 𝐴 → ¬ 𝑥 ∈ 𝐵)) | |
| 14 | 12, 13 | bitr4i 278 | 1 ⊢ ((𝐴 ∩ 𝐵) = ∅ ↔ ∀𝑥 ∈ 𝐴 ¬ 𝑥 ∈ 𝐵) |
| Colors of variables: wff setvar class |
| Syntax hints: ¬ wn 3 → wi 4 ↔ wb 206 ∧ wa 395 ∀wal 1539 = wceq 1541 ∈ wcel 2113 {cab 2714 ∀wral 3051 ∩ cin 3900 ∅c0 4285 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1796 ax-4 1810 ax-5 1911 ax-6 1968 ax-7 2009 ax-8 2115 ax-9 2123 ax-ext 2708 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-tru 1544 df-fal 1554 df-ex 1781 df-sb 2068 df-clab 2715 df-cleq 2728 df-clel 2811 df-ral 3052 df-dif 3904 df-in 3908 df-nul 4286 |
| This theorem is referenced by: disjr 4403 disj1 4404 disjne 4407 disjord 5087 disjiund 5089 otiunsndisj 5468 dfpo2 6254 onxpdisj 6444 f0rn0 6719 onint 7735 zfreg 9501 kmlem4 10064 fin23lem30 10252 fin23lem31 10253 isf32lem3 10265 fpwwe2 10554 renfdisj 11192 fvinim0ffz 13705 s3iunsndisj 14891 metdsge 24794 sltsdisj 27799 dfpth2 29802 2wspmdisj 30412 subfacp1lem1 35373 disjabso 45212 dvmptfprodlem 46184 stoweidlem26 46266 stoweidlem59 46299 iundjiunlem 46699 otiunsndisjX 47521 upgrimpths 48151 |
| Copyright terms: Public domain | W3C validator |