![]() |
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 8310 | . . 3 ⊢ (𝜑 → curry 𝐹 = (𝑥 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ 𝐶))) |
5 | nfcv 2908 | . . . 4 ⊢ Ⅎ𝑎(𝑦 ∈ 𝑌 ↦ 𝐶) | |
6 | nfcv 2908 | . . . . 5 ⊢ Ⅎ𝑥𝑌 | |
7 | nfcsb1v 3946 | . . . . 5 ⊢ Ⅎ𝑥⦋𝑎 / 𝑥⦌𝐶 | |
8 | 6, 7 | nfmpt 5273 | . . . 4 ⊢ Ⅎ𝑥(𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶) |
9 | csbeq1a 3935 | . . . . 5 ⊢ (𝑥 = 𝑎 → 𝐶 = ⦋𝑎 / 𝑥⦌𝐶) | |
10 | 9 | mpteq2dv 5268 | . . . 4 ⊢ (𝑥 = 𝑎 → (𝑦 ∈ 𝑌 ↦ 𝐶) = (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶)) |
11 | 5, 8, 10 | cbvmpt 5277 | . . 3 ⊢ (𝑥 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ 𝐶)) = (𝑎 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶)) |
12 | 4, 11 | eqtrdi 2796 | . 2 ⊢ (𝜑 → curry 𝐹 = (𝑎 ∈ 𝑋 ↦ (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶))) |
13 | csbeq1 3924 | . . . 4 ⊢ (𝑎 = 𝐴 → ⦋𝑎 / 𝑥⦌𝐶 = ⦋𝐴 / 𝑥⦌𝐶) | |
14 | 13 | adantl 481 | . . 3 ⊢ ((𝜑 ∧ 𝑎 = 𝐴) → ⦋𝑎 / 𝑥⦌𝐶 = ⦋𝐴 / 𝑥⦌𝐶) |
15 | 14 | mpteq2dv 5268 | . 2 ⊢ ((𝜑 ∧ 𝑎 = 𝐴) → (𝑦 ∈ 𝑌 ↦ ⦋𝑎 / 𝑥⦌𝐶) = (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶)) |
16 | mpocurryvald.a | . 2 ⊢ (𝜑 → 𝐴 ∈ 𝑋) | |
17 | mpocurryvald.y | . . 3 ⊢ (𝜑 → 𝑌 ∈ 𝑊) | |
18 | 17 | mptexd 7261 | . 2 ⊢ (𝜑 → (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶) ∈ V) |
19 | 12, 15, 16, 18 | fvmptd 7036 | 1 ⊢ (𝜑 → (curry 𝐹‘𝐴) = (𝑦 ∈ 𝑌 ↦ ⦋𝐴 / 𝑥⦌𝐶)) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 ∧ wa 395 = wceq 1537 ∈ wcel 2108 ≠ wne 2946 ∀wral 3067 Vcvv 3488 ⦋csb 3921 ∅c0 4352 ↦ cmpt 5249 ‘cfv 6573 ∈ cmpo 7450 curry ccur 8306 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1793 ax-4 1807 ax-5 1909 ax-6 1967 ax-7 2007 ax-8 2110 ax-9 2118 ax-10 2141 ax-11 2158 ax-12 2178 ax-ext 2711 ax-rep 5303 ax-sep 5317 ax-nul 5324 ax-pr 5447 ax-un 7770 |
This theorem depends on definitions: df-bi 207 df-an 396 df-or 847 df-3an 1089 df-tru 1540 df-fal 1550 df-ex 1778 df-nf 1782 df-sb 2065 df-mo 2543 df-eu 2572 df-clab 2718 df-cleq 2732 df-clel 2819 df-nfc 2895 df-ne 2947 df-ral 3068 df-rex 3077 df-reu 3389 df-rab 3444 df-v 3490 df-sbc 3805 df-csb 3922 df-dif 3979 df-un 3981 df-in 3983 df-ss 3993 df-nul 4353 df-if 4549 df-sn 4649 df-pr 4651 df-op 4655 df-uni 4932 df-iun 5017 df-br 5167 df-opab 5229 df-mpt 5250 df-id 5593 df-xp 5706 df-rel 5707 df-cnv 5708 df-co 5709 df-dm 5710 df-rn 5711 df-res 5712 df-ima 5713 df-iota 6525 df-fun 6575 df-fn 6576 df-f 6577 df-f1 6578 df-fo 6579 df-f1o 6580 df-fv 6581 df-ov 7451 df-oprab 7452 df-mpo 7453 df-1st 8030 df-2nd 8031 df-cur 8308 |
This theorem is referenced by: fvmpocurryd 8312 pmatcollpw3lem 22810 logbmpt 26849 |
Copyright terms: Public domain | W3C validator |