| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > eldmrexrnb | Structured version Visualization version GIF version | ||
| Description: For any element in the domain of a function, there is an element in the range of the function which is the value of the function at that element. Because of the definition df-fv 6498 of the value of a function, the theorem is only valid in general if the empty set is not contained in the range of the function (the implication "to the right" is always valid). Indeed, with the definition df-fv 6498 of the value of a function, (𝐹‘𝑌) = ∅ may mean that the value of 𝐹 at 𝑌 is the empty set or that 𝐹 is not defined at 𝑌. (Contributed by Alexander van der Vekens, 17-Dec-2017.) |
| Ref | Expression |
|---|---|
| eldmrexrnb | ⊢ ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → (𝑌 ∈ dom 𝐹 ↔ ∃𝑥 ∈ ran 𝐹 𝑥 = (𝐹‘𝑌))) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | eldmrexrn 7034 | . . 3 ⊢ (Fun 𝐹 → (𝑌 ∈ dom 𝐹 → ∃𝑥 ∈ ran 𝐹 𝑥 = (𝐹‘𝑌))) | |
| 2 | 1 | adantr 480 | . 2 ⊢ ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → (𝑌 ∈ dom 𝐹 → ∃𝑥 ∈ ran 𝐹 𝑥 = (𝐹‘𝑌))) |
| 3 | eleq1 2822 | . . . . 5 ⊢ (𝑥 = (𝐹‘𝑌) → (𝑥 ∈ ran 𝐹 ↔ (𝐹‘𝑌) ∈ ran 𝐹)) | |
| 4 | elnelne2 3046 | . . . . . . . . 9 ⊢ (((𝐹‘𝑌) ∈ ran 𝐹 ∧ ∅ ∉ ran 𝐹) → (𝐹‘𝑌) ≠ ∅) | |
| 5 | n0 4303 | . . . . . . . . . 10 ⊢ ((𝐹‘𝑌) ≠ ∅ ↔ ∃𝑦 𝑦 ∈ (𝐹‘𝑌)) | |
| 6 | elfvdm 6866 | . . . . . . . . . . 11 ⊢ (𝑦 ∈ (𝐹‘𝑌) → 𝑌 ∈ dom 𝐹) | |
| 7 | 6 | exlimiv 1931 | . . . . . . . . . 10 ⊢ (∃𝑦 𝑦 ∈ (𝐹‘𝑌) → 𝑌 ∈ dom 𝐹) |
| 8 | 5, 7 | sylbi 217 | . . . . . . . . 9 ⊢ ((𝐹‘𝑌) ≠ ∅ → 𝑌 ∈ dom 𝐹) |
| 9 | 4, 8 | syl 17 | . . . . . . . 8 ⊢ (((𝐹‘𝑌) ∈ ran 𝐹 ∧ ∅ ∉ ran 𝐹) → 𝑌 ∈ dom 𝐹) |
| 10 | 9 | expcom 413 | . . . . . . 7 ⊢ (∅ ∉ ran 𝐹 → ((𝐹‘𝑌) ∈ ran 𝐹 → 𝑌 ∈ dom 𝐹)) |
| 11 | 10 | adantl 481 | . . . . . 6 ⊢ ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → ((𝐹‘𝑌) ∈ ran 𝐹 → 𝑌 ∈ dom 𝐹)) |
| 12 | 11 | com12 32 | . . . . 5 ⊢ ((𝐹‘𝑌) ∈ ran 𝐹 → ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → 𝑌 ∈ dom 𝐹)) |
| 13 | 3, 12 | biimtrdi 253 | . . . 4 ⊢ (𝑥 = (𝐹‘𝑌) → (𝑥 ∈ ran 𝐹 → ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → 𝑌 ∈ dom 𝐹))) |
| 14 | 13 | com13 88 | . . 3 ⊢ ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → (𝑥 ∈ ran 𝐹 → (𝑥 = (𝐹‘𝑌) → 𝑌 ∈ dom 𝐹))) |
| 15 | 14 | rexlimdv 3133 | . 2 ⊢ ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → (∃𝑥 ∈ ran 𝐹 𝑥 = (𝐹‘𝑌) → 𝑌 ∈ dom 𝐹)) |
| 16 | 2, 15 | impbid 212 | 1 ⊢ ((Fun 𝐹 ∧ ∅ ∉ ran 𝐹) → (𝑌 ∈ dom 𝐹 ↔ ∃𝑥 ∈ ran 𝐹 𝑥 = (𝐹‘𝑌))) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 206 ∧ wa 395 = wceq 1541 ∃wex 1780 ∈ wcel 2113 ≠ wne 2930 ∉ wnel 3034 ∃wrex 3058 ∅c0 4283 dom cdm 5622 ran crn 5623 Fun wfun 6484 ‘cfv 6490 |
| 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-10 2146 ax-12 2182 ax-ext 2706 ax-sep 5239 ax-nul 5249 ax-pr 5375 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 848 df-3an 1088 df-tru 1544 df-fal 1554 df-ex 1781 df-nf 1785 df-sb 2068 df-mo 2537 df-eu 2567 df-clab 2713 df-cleq 2726 df-clel 2809 df-ne 2931 df-nel 3035 df-ral 3050 df-rex 3059 df-rab 3398 df-v 3440 df-dif 3902 df-un 3904 df-ss 3916 df-nul 4284 df-if 4478 df-sn 4579 df-pr 4581 df-op 4585 df-uni 4862 df-br 5097 df-opab 5159 df-id 5517 df-xp 5628 df-rel 5629 df-cnv 5630 df-co 5631 df-dm 5632 df-rn 5633 df-iota 6446 df-fun 6492 df-fn 6493 df-fv 6498 |
| This theorem is referenced by: (None) |
| Copyright terms: Public domain | W3C validator |