| Mathbox for Thierry Arnoux |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > Mathboxes > partfun2 | Structured version Visualization version GIF version | ||
| Description: Rewrite a function defined by parts, using a mapping and an if construct, into a union of functions on disjoint domains. See also partfun 6639 and ifmpt2v 7460. (Contributed by Thierry Arnoux, 25-Jan-2026.) |
| Ref | Expression |
|---|---|
| partfun2.1 | ⊢ 𝐷 = {𝑥 ∈ 𝐴 ∣ 𝜑} |
| Ref | Expression |
|---|---|
| partfun2 | ⊢ (𝑥 ∈ 𝐴 ↦ if(𝜑, 𝐵, 𝐶)) = ((𝑥 ∈ 𝐷 ↦ 𝐵) ∪ (𝑥 ∈ (𝐴 ∖ 𝐷) ↦ 𝐶)) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | partfun 6639 | . 2 ⊢ (𝑥 ∈ 𝐴 ↦ if(𝑥 ∈ 𝐷, 𝐵, 𝐶)) = ((𝑥 ∈ (𝐴 ∩ 𝐷) ↦ 𝐵) ∪ (𝑥 ∈ (𝐴 ∖ 𝐷) ↦ 𝐶)) | |
| 2 | partfun2.1 | . . . . . 6 ⊢ 𝐷 = {𝑥 ∈ 𝐴 ∣ 𝜑} | |
| 3 | 2 | reqabi 3422 | . . . . 5 ⊢ (𝑥 ∈ 𝐷 ↔ (𝑥 ∈ 𝐴 ∧ 𝜑)) |
| 4 | 3 | baib 535 | . . . 4 ⊢ (𝑥 ∈ 𝐴 → (𝑥 ∈ 𝐷 ↔ 𝜑)) |
| 5 | 4 | ifbid 4503 | . . 3 ⊢ (𝑥 ∈ 𝐴 → if(𝑥 ∈ 𝐷, 𝐵, 𝐶) = if(𝜑, 𝐵, 𝐶)) |
| 6 | 5 | mpteq2ia 5193 | . 2 ⊢ (𝑥 ∈ 𝐴 ↦ if(𝑥 ∈ 𝐷, 𝐵, 𝐶)) = (𝑥 ∈ 𝐴 ↦ if(𝜑, 𝐵, 𝐶)) |
| 7 | 2 | ssrab3 4034 | . . . . 5 ⊢ 𝐷 ⊆ 𝐴 |
| 8 | sseqin2 4175 | . . . . 5 ⊢ (𝐷 ⊆ 𝐴 ↔ (𝐴 ∩ 𝐷) = 𝐷) | |
| 9 | 7, 8 | mpbi 230 | . . . 4 ⊢ (𝐴 ∩ 𝐷) = 𝐷 |
| 10 | 9 | mpteq1i 5189 | . . 3 ⊢ (𝑥 ∈ (𝐴 ∩ 𝐷) ↦ 𝐵) = (𝑥 ∈ 𝐷 ↦ 𝐵) |
| 11 | 10 | uneq1i 4116 | . 2 ⊢ ((𝑥 ∈ (𝐴 ∩ 𝐷) ↦ 𝐵) ∪ (𝑥 ∈ (𝐴 ∖ 𝐷) ↦ 𝐶)) = ((𝑥 ∈ 𝐷 ↦ 𝐵) ∪ (𝑥 ∈ (𝐴 ∖ 𝐷) ↦ 𝐶)) |
| 12 | 1, 6, 11 | 3eqtr3i 2767 | 1 ⊢ (𝑥 ∈ 𝐴 ↦ if(𝜑, 𝐵, 𝐶)) = ((𝑥 ∈ 𝐷 ↦ 𝐵) ∪ (𝑥 ∈ (𝐴 ∖ 𝐷) ↦ 𝐶)) |
| Colors of variables: wff setvar class |
| Syntax hints: = wceq 1541 ∈ wcel 2113 {crab 3399 ∖ cdif 3898 ∪ cun 3899 ∩ cin 3900 ⊆ wss 3901 ifcif 4479 ↦ cmpt 5179 |
| 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-12 2184 ax-ext 2708 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 848 df-3an 1088 df-tru 1544 df-ex 1781 df-sb 2068 df-clab 2715 df-cleq 2728 df-clel 2811 df-rab 3400 df-v 3442 df-dif 3904 df-un 3906 df-in 3908 df-ss 3918 df-if 4480 df-opab 5161 df-mpt 5180 |
| This theorem is referenced by: extvfvcl 33701 |
| Copyright terms: Public domain | W3C validator |