Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > MPE Home > Th. List > mpocurryvald | Structured version Visualization version GIF version |
Description: The value of a curried operation given in maps-to notation is a function over the second argument of the original operation. (Contributed by AV, 27-Oct-2019.) |
Ref | Expression |
---|---|
mpocurryd.f | ⊢ 𝐹 = (𝑥 ∈ 𝑋, 𝑦 ∈ 𝑌 ↦ 𝐶) |
mpocurryd.c | ⊢ (𝜑 → ∀𝑥 ∈ 𝑋 ∀𝑦 ∈ 𝑌 𝐶 ∈ 𝑉) |
mpocurryd.n | ⊢ (𝜑 → 𝑌 ≠ ∅) |
mpocurryvald.y | ⊢ (𝜑 → 𝑌 ∈ 𝑊) |
mpocurryvald.a | ⊢ (𝜑 → 𝐴 ∈ 𝑋) |
Ref | Expression |
---|---|
mpocurryvald | ⊢ (𝜑 → (curry 𝐹‘𝐴) = (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶)) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | mpocurryd.f | . . . 4 ⊢ 𝐹 = (𝑥 ∈ 𝑋, 𝑦 ∈ 𝑌 ↦ 𝐶) | |
2 | mpocurryd.c | . . . 4 ⊢ (𝜑 → ∀𝑥 ∈ 𝑋 ∀𝑦 ∈ 𝑌 𝐶 ∈ 𝑉) | |
3 | mpocurryd.n | . . . 4 ⊢ (𝜑 → 𝑌 ≠ ∅) | |
4 | 1, 2, 3 | mpocurryd 8077 | . . 3 ⊢ (𝜑 → curry 𝐹 = (𝑥 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ 𝐶))) |
5 | nfcv 2909 | . . . 4 ⊢ Ⅎ𝑎(𝑦 ∈ 𝑌 ↦ 𝐶) | |
6 | nfcv 2909 | . . . . 5 ⊢ Ⅎ𝑥𝑌 | |
7 | nfcsb1v 3862 | . . . . 5 ⊢ Ⅎ𝑥⦋𝑎 / 𝑥⦌𝐶 | |
8 | 6, 7 | nfmpt 5186 | . . . 4 ⊢ Ⅎ𝑥(𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶) |
9 | csbeq1a 3851 | . . . . 5 ⊢ (𝑥 = 𝑎 → 𝐶 = ⦋𝑎 / 𝑥⦌𝐶) | |
10 | 9 | mpteq2dv 5181 | . . . 4 ⊢ (𝑥 = 𝑎 → (𝑦 ∈ 𝑌 ↦ 𝐶) = (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶)) |
11 | 5, 8, 10 | cbvmpt 5190 | . . 3 ⊢ (𝑥 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ 𝐶)) = (𝑎 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶)) |
12 | 4, 11 | eqtrdi 2796 | . 2 ⊢ (𝜑 → curry 𝐹 = (𝑎 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶))) |
13 | csbeq1 3840 | . . . 4 ⊢ (𝑎 = 𝐴 → ⦋𝑎 / 𝑥⦌𝐶 = ⦋𝐴 / 𝑥⦌𝐶) | |
14 | 13 | adantl 482 | . . 3 ⊢ ((𝜑 ∧ 𝑎 = 𝐴) → ⦋𝑎 / 𝑥⦌𝐶 = ⦋𝐴 / 𝑥⦌𝐶) |
15 | 14 | mpteq2dv 5181 | . 2 ⊢ ((𝜑 ∧ 𝑎 = 𝐴) → (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶) = (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶)) |
16 | mpocurryvald.a | . 2 ⊢ (𝜑 → 𝐴 ∈ 𝑋) | |
17 | mpocurryvald.y | . . 3 ⊢ (𝜑 → 𝑌 ∈ 𝑊) | |
18 | 17 | mptexd 7097 | . 2 ⊢ (𝜑 → (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶) ∈ V) |
19 | 12, 15, 16, 18 | fvmptd 6879 | 1 ⊢ (𝜑 → (curry 𝐹‘𝐴) = (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶)) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 ∧ wa 396 = wceq 1542 ∈ wcel 2110 ≠ wne 2945 ∀wral 3066 Vcvv 3431 ⦋csb 3837 ∅c0 4262 ↦ cmpt 5162 ‘cfv 6432 ∈ cmpo 7274 curry ccur 8073 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1802 ax-4 1816 ax-5 1917 ax-6 1975 ax-7 2015 ax-8 2112 ax-9 2120 ax-10 2141 ax-11 2158 ax-12 2175 ax-ext 2711 ax-rep 5214 ax-sep 5227 ax-nul 5234 ax-pr 5356 ax-un 7583 |
This theorem depends on definitions: df-bi 206 df-an 397 df-or 845 df-3an 1088 df-tru 1545 df-fal 1555 df-ex 1787 df-nf 1791 df-sb 2072 df-mo 2542 df-eu 2571 df-clab 2718 df-cleq 2732 df-clel 2818 df-nfc 2891 df-ne 2946 df-ral 3071 df-rex 3072 df-reu 3073 df-rab 3075 df-v 3433 df-sbc 3721 df-csb 3838 df-dif 3895 df-un 3897 df-in 3899 df-ss 3909 df-nul 4263 df-if 4466 df-sn 4568 df-pr 4570 df-op 4574 df-uni 4846 df-iun 4932 df-br 5080 df-opab 5142 df-mpt 5163 df-id 5490 df-xp 5596 df-rel 5597 df-cnv 5598 df-co 5599 df-dm 5600 df-rn 5601 df-res 5602 df-ima 5603 df-iota 6390 df-fun 6434 df-fn 6435 df-f 6436 df-f1 6437 df-fo 6438 df-f1o 6439 df-fv 6440 df-ov 7275 df-oprab 7276 df-mpo 7277 df-1st 7825 df-2nd 7826 df-cur 8075 |
This theorem is referenced by: fvmpocurryd 8079 pmatcollpw3lem 21943 logbmpt 25949 |
Copyright terms: Public domain | W3C validator |