Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > MPE Home > Th. List > ordelinel | Structured version Visualization version GIF version |
Description: The intersection of two ordinal classes is an element of a third if and only if either one of them is. (Contributed by David Moews, 1-May-2017.) (Proof shortened by JJ, 24-Sep-2021.) |
Ref | Expression |
---|---|
ordelinel | ⊢ ((Ord 𝐴 ∧ Ord 𝐵 ∧ Ord 𝐶) → ((𝐴 ∩ 𝐵) ∈ 𝐶 ↔ (𝐴 ∈ 𝐶 ∨ 𝐵 ∈ 𝐶))) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | ordtri2or3 6363 | . . . 4 ⊢ ((Ord 𝐴 ∧ Ord 𝐵) → (𝐴 = (𝐴 ∩ 𝐵) ∨ 𝐵 = (𝐴 ∩ 𝐵))) | |
2 | 1 | 3adant3 1131 | . . 3 ⊢ ((Ord 𝐴 ∧ Ord 𝐵 ∧ Ord 𝐶) → (𝐴 = (𝐴 ∩ 𝐵) ∨ 𝐵 = (𝐴 ∩ 𝐵))) |
3 | eleq1a 2834 | . . . 4 ⊢ ((𝐴 ∩ 𝐵) ∈ 𝐶 → (𝐴 = (𝐴 ∩ 𝐵) → 𝐴 ∈ 𝐶)) | |
4 | eleq1a 2834 | . . . 4 ⊢ ((𝐴 ∩ 𝐵) ∈ 𝐶 → (𝐵 = (𝐴 ∩ 𝐵) → 𝐵 ∈ 𝐶)) | |
5 | 3, 4 | orim12d 962 | . . 3 ⊢ ((𝐴 ∩ 𝐵) ∈ 𝐶 → ((𝐴 = (𝐴 ∩ 𝐵) ∨ 𝐵 = (𝐴 ∩ 𝐵)) → (𝐴 ∈ 𝐶 ∨ 𝐵 ∈ 𝐶))) |
6 | 2, 5 | syl5com 31 | . 2 ⊢ ((Ord 𝐴 ∧ Ord 𝐵 ∧ Ord 𝐶) → ((𝐴 ∩ 𝐵) ∈ 𝐶 → (𝐴 ∈ 𝐶 ∨ 𝐵 ∈ 𝐶))) |
7 | ordin 6296 | . . 3 ⊢ ((Ord 𝐴 ∧ Ord 𝐵) → Ord (𝐴 ∩ 𝐵)) | |
8 | inss1 4162 | . . . . 5 ⊢ (𝐴 ∩ 𝐵) ⊆ 𝐴 | |
9 | ordtr2 6310 | . . . . 5 ⊢ ((Ord (𝐴 ∩ 𝐵) ∧ Ord 𝐶) → (((𝐴 ∩ 𝐵) ⊆ 𝐴 ∧ 𝐴 ∈ 𝐶) → (𝐴 ∩ 𝐵) ∈ 𝐶)) | |
10 | 8, 9 | mpani 693 | . . . 4 ⊢ ((Ord (𝐴 ∩ 𝐵) ∧ Ord 𝐶) → (𝐴 ∈ 𝐶 → (𝐴 ∩ 𝐵) ∈ 𝐶)) |
11 | inss2 4163 | . . . . 5 ⊢ (𝐴 ∩ 𝐵) ⊆ 𝐵 | |
12 | ordtr2 6310 | . . . . 5 ⊢ ((Ord (𝐴 ∩ 𝐵) ∧ Ord 𝐶) → (((𝐴 ∩ 𝐵) ⊆ 𝐵 ∧ 𝐵 ∈ 𝐶) → (𝐴 ∩ 𝐵) ∈ 𝐶)) | |
13 | 11, 12 | mpani 693 | . . . 4 ⊢ ((Ord (𝐴 ∩ 𝐵) ∧ Ord 𝐶) → (𝐵 ∈ 𝐶 → (𝐴 ∩ 𝐵) ∈ 𝐶)) |
14 | 10, 13 | jaod 856 | . . 3 ⊢ ((Ord (𝐴 ∩ 𝐵) ∧ Ord 𝐶) → ((𝐴 ∈ 𝐶 ∨ 𝐵 ∈ 𝐶) → (𝐴 ∩ 𝐵) ∈ 𝐶)) |
15 | 7, 14 | stoic3 1779 | . 2 ⊢ ((Ord 𝐴 ∧ Ord 𝐵 ∧ Ord 𝐶) → ((𝐴 ∈ 𝐶 ∨ 𝐵 ∈ 𝐶) → (𝐴 ∩ 𝐵) ∈ 𝐶)) |
16 | 6, 15 | impbid 211 | 1 ⊢ ((Ord 𝐴 ∧ Ord 𝐵 ∧ Ord 𝐶) → ((𝐴 ∩ 𝐵) ∈ 𝐶 ↔ (𝐴 ∈ 𝐶 ∨ 𝐵 ∈ 𝐶))) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 ↔ wb 205 ∧ wa 396 ∨ wo 844 ∧ w3a 1086 = wceq 1539 ∈ wcel 2106 ∩ cin 3886 ⊆ wss 3887 Ord word 6265 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1798 ax-4 1812 ax-5 1913 ax-6 1971 ax-7 2011 ax-8 2108 ax-9 2116 ax-11 2154 ax-ext 2709 ax-sep 5223 ax-nul 5230 ax-pr 5352 |
This theorem depends on definitions: df-bi 206 df-an 397 df-or 845 df-3or 1087 df-3an 1088 df-tru 1542 df-fal 1552 df-ex 1783 df-sb 2068 df-clab 2716 df-cleq 2730 df-clel 2816 df-ne 2944 df-ral 3069 df-rex 3070 df-rab 3073 df-v 3434 df-dif 3890 df-un 3892 df-in 3894 df-ss 3904 df-pss 3906 df-nul 4257 df-if 4460 df-pw 4535 df-sn 4562 df-pr 4564 df-op 4568 df-uni 4840 df-br 5075 df-opab 5137 df-tr 5192 df-eprel 5495 df-po 5503 df-so 5504 df-fr 5544 df-we 5546 df-ord 6269 |
This theorem is referenced by: (None) |
Copyright terms: Public domain | W3C validator |