| Metamath
Proof Explorer Theorem List (p. 67 of 501) | < Previous Next > | |
| Bad symbols? Try the
GIF version. |
||
|
Mirrors > Metamath Home Page > MPE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Color key: | (1-30993) |
(30994-32516) |
(32517-50046) |
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | fnop 6601 | The first argument of an ordered pair in a function belongs to the function's domain. (Contributed by NM, 8-Aug-1994.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 〈𝐵, 𝐶〉 ∈ 𝐹) → 𝐵 ∈ 𝐴) | ||
| Theorem | fneu 6602* | There is exactly one value of a function. (Contributed by NM, 22-Apr-2004.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐵 ∈ 𝐴) → ∃!𝑦 𝐵𝐹𝑦) | ||
| Theorem | fneu2 6603* | There is exactly one value of a function. (Contributed by NM, 7-Nov-1995.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐵 ∈ 𝐴) → ∃!𝑦〈𝐵, 𝑦〉 ∈ 𝐹) | ||
| Theorem | fnunres1 6604 | Restriction of a disjoint union to the domain of the first function. (Contributed by Thierry Arnoux, 9-Dec-2021.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺 Fn 𝐵 ∧ (𝐴 ∩ 𝐵) = ∅) → ((𝐹 ∪ 𝐺) ↾ 𝐴) = 𝐹) | ||
| Theorem | fnunres2 6605 | Restriction of a disjoint union to the domain of the second function. (Contributed by Thierry Arnoux, 12-Oct-2023.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺 Fn 𝐵 ∧ (𝐴 ∩ 𝐵) = ∅) → ((𝐹 ∪ 𝐺) ↾ 𝐵) = 𝐺) | ||
| Theorem | fnun 6606 | The union of two functions with disjoint domains. (Contributed by NM, 22-Sep-2004.) |
| ⊢ (((𝐹 Fn 𝐴 ∧ 𝐺 Fn 𝐵) ∧ (𝐴 ∩ 𝐵) = ∅) → (𝐹 ∪ 𝐺) Fn (𝐴 ∪ 𝐵)) | ||
| Theorem | fnund 6607 | The union of two functions with disjoint domains, a deduction version. (Contributed by metakunt, 28-May-2024.) |
| ⊢ (𝜑 → 𝐹 Fn 𝐴) & ⊢ (𝜑 → 𝐺 Fn 𝐵) & ⊢ (𝜑 → (𝐴 ∩ 𝐵) = ∅) ⇒ ⊢ (𝜑 → (𝐹 ∪ 𝐺) Fn (𝐴 ∪ 𝐵)) | ||
| Theorem | fnunop 6608 | Extension of a function with a new ordered pair. (Contributed by NM, 28-Sep-2013.) (Revised by Mario Carneiro, 30-Apr-2015.) (Revised by AV, 16-Aug-2024.) |
| ⊢ (𝜑 → 𝑋 ∈ 𝑉) & ⊢ (𝜑 → 𝑌 ∈ 𝑊) & ⊢ (𝜑 → 𝐹 Fn 𝐷) & ⊢ 𝐺 = (𝐹 ∪ {〈𝑋, 𝑌〉}) & ⊢ 𝐸 = (𝐷 ∪ {𝑋}) & ⊢ (𝜑 → ¬ 𝑋 ∈ 𝐷) ⇒ ⊢ (𝜑 → 𝐺 Fn 𝐸) | ||
| Theorem | fncofn 6609 | Composition of a function with domain and a function as a function with domain. Generalization of fnco 6610. (Contributed by AV, 17-Sep-2024.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ Fun 𝐺) → (𝐹 ∘ 𝐺) Fn (◡𝐺 “ 𝐴)) | ||
| Theorem | fnco 6610 | Composition of two functions with domains as a function with domain. (Contributed by NM, 22-May-2006.) (Proof shortened by AV, 20-Sep-2024.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺 Fn 𝐵 ∧ ran 𝐺 ⊆ 𝐴) → (𝐹 ∘ 𝐺) Fn 𝐵) | ||
| Theorem | fnresdm 6611 | A function does not change when restricted to its domain. (Contributed by NM, 5-Sep-2004.) |
| ⊢ (𝐹 Fn 𝐴 → (𝐹 ↾ 𝐴) = 𝐹) | ||
| Theorem | fnresdisj 6612 | A function restricted to a class disjoint with its domain is empty. (Contributed by NM, 23-Sep-2004.) |
| ⊢ (𝐹 Fn 𝐴 → ((𝐴 ∩ 𝐵) = ∅ ↔ (𝐹 ↾ 𝐵) = ∅)) | ||
| Theorem | 2elresin 6613 | Membership in two functions restricted by each other's domain. (Contributed by NM, 8-Aug-1994.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺 Fn 𝐵) → ((〈𝑥, 𝑦〉 ∈ 𝐹 ∧ 〈𝑥, 𝑧〉 ∈ 𝐺) ↔ (〈𝑥, 𝑦〉 ∈ (𝐹 ↾ (𝐴 ∩ 𝐵)) ∧ 〈𝑥, 𝑧〉 ∈ (𝐺 ↾ (𝐴 ∩ 𝐵))))) | ||
| Theorem | fnssresb 6614 | Restriction of a function with a subclass of its domain. (Contributed by NM, 10-Oct-2007.) |
| ⊢ (𝐹 Fn 𝐴 → ((𝐹 ↾ 𝐵) Fn 𝐵 ↔ 𝐵 ⊆ 𝐴)) | ||
| Theorem | fnssres 6615 | Restriction of a function with a subclass of its domain. (Contributed by NM, 2-Aug-1994.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐵 ⊆ 𝐴) → (𝐹 ↾ 𝐵) Fn 𝐵) | ||
| Theorem | fnssresd 6616 | Restriction of a function to a subclass of its domain. (Contributed by Glauco Siliprandi, 5-Feb-2022.) |
| ⊢ (𝜑 → 𝐹 Fn 𝐴) & ⊢ (𝜑 → 𝐵 ⊆ 𝐴) ⇒ ⊢ (𝜑 → (𝐹 ↾ 𝐵) Fn 𝐵) | ||
| Theorem | fnresin1 6617 | Restriction of a function's domain with an intersection. (Contributed by NM, 9-Aug-1994.) |
| ⊢ (𝐹 Fn 𝐴 → (𝐹 ↾ (𝐴 ∩ 𝐵)) Fn (𝐴 ∩ 𝐵)) | ||
| Theorem | fnresin2 6618 | Restriction of a function's domain with an intersection. (Contributed by NM, 9-Aug-1994.) |
| ⊢ (𝐹 Fn 𝐴 → (𝐹 ↾ (𝐵 ∩ 𝐴)) Fn (𝐵 ∩ 𝐴)) | ||
| Theorem | fnres 6619* | An equivalence for functionality of a restriction. Compare dffun8 6520. (Contributed by Mario Carneiro, 20-May-2015.) (Proof shortened by Peter Mazsa, 2-Oct-2022.) |
| ⊢ ((𝐹 ↾ 𝐴) Fn 𝐴 ↔ ∀𝑥 ∈ 𝐴 ∃!𝑦 𝑥𝐹𝑦) | ||
| Theorem | idfn 6620 | The identity relation is a function on the universal class. See also funi 6524. (Contributed by BJ, 23-Dec-2023.) |
| ⊢ I Fn V | ||
| Theorem | fnresi 6621 | The restricted identity relation is a function on the restricting class. (Contributed by NM, 27-Aug-2004.) (Proof shortened by BJ, 27-Dec-2023.) |
| ⊢ ( I ↾ 𝐴) Fn 𝐴 | ||
| Theorem | fnima 6622 | The image of a function's domain is its range. (Contributed by NM, 4-Nov-2004.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹 Fn 𝐴 → (𝐹 “ 𝐴) = ran 𝐹) | ||
| Theorem | fn0 6623 | A function with empty domain is empty. (Contributed by NM, 15-Apr-1998.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹 Fn ∅ ↔ 𝐹 = ∅) | ||
| Theorem | fnimadisj 6624 | A class that is disjoint with the domain of a function has an empty image under the function. (Contributed by FL, 24-Jan-2007.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ (𝐴 ∩ 𝐶) = ∅) → (𝐹 “ 𝐶) = ∅) | ||
| Theorem | fnimaeq0 6625 | Images under a function never map nonempty sets to empty sets. EDITORIAL: usable in fnwe2lem2 43289. (Contributed by Stefan O'Rear, 21-Jan-2015.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐵 ⊆ 𝐴) → ((𝐹 “ 𝐵) = ∅ ↔ 𝐵 = ∅)) | ||
| Theorem | dfmpt3 6626 | Alternate definition for the maps-to notation df-mpt 5180. (Contributed by Mario Carneiro, 30-Dec-2016.) |
| ⊢ (𝑥 ∈ 𝐴 ↦ 𝐵) = ∪ 𝑥 ∈ 𝐴 ({𝑥} × {𝐵}) | ||
| Theorem | mptfnf 6627 | The maps-to notation defines a function with domain. (Contributed by Scott Fenton, 21-Mar-2011.) (Revised by Thierry Arnoux, 10-May-2017.) |
| ⊢ Ⅎ𝑥𝐴 ⇒ ⊢ (∀𝑥 ∈ 𝐴 𝐵 ∈ V ↔ (𝑥 ∈ 𝐴 ↦ 𝐵) Fn 𝐴) | ||
| Theorem | fnmptf 6628 | The maps-to notation defines a function with domain. (Contributed by NM, 9-Apr-2013.) (Revised by Thierry Arnoux, 10-May-2017.) |
| ⊢ Ⅎ𝑥𝐴 ⇒ ⊢ (∀𝑥 ∈ 𝐴 𝐵 ∈ 𝑉 → (𝑥 ∈ 𝐴 ↦ 𝐵) Fn 𝐴) | ||
| Theorem | fnopabg 6629* | Functionality and domain of an ordered-pair class abstraction. (Contributed by NM, 30-Jan-2004.) (Proof shortened by Mario Carneiro, 4-Dec-2016.) |
| ⊢ 𝐹 = {〈𝑥, 𝑦〉 ∣ (𝑥 ∈ 𝐴 ∧ 𝜑)} ⇒ ⊢ (∀𝑥 ∈ 𝐴 ∃!𝑦𝜑 ↔ 𝐹 Fn 𝐴) | ||
| Theorem | fnopab 6630* | Functionality and domain of an ordered-pair class abstraction. (Contributed by NM, 5-Mar-1996.) |
| ⊢ (𝑥 ∈ 𝐴 → ∃!𝑦𝜑) & ⊢ 𝐹 = {〈𝑥, 𝑦〉 ∣ (𝑥 ∈ 𝐴 ∧ 𝜑)} ⇒ ⊢ 𝐹 Fn 𝐴 | ||
| Theorem | mptfng 6631* | The maps-to notation defines a function with domain. (Contributed by Scott Fenton, 21-Mar-2011.) |
| ⊢ 𝐹 = (𝑥 ∈ 𝐴 ↦ 𝐵) ⇒ ⊢ (∀𝑥 ∈ 𝐴 𝐵 ∈ V ↔ 𝐹 Fn 𝐴) | ||
| Theorem | fnmpt 6632* | The maps-to notation defines a function with domain. (Contributed by NM, 9-Apr-2013.) |
| ⊢ 𝐹 = (𝑥 ∈ 𝐴 ↦ 𝐵) ⇒ ⊢ (∀𝑥 ∈ 𝐴 𝐵 ∈ 𝑉 → 𝐹 Fn 𝐴) | ||
| Theorem | fnmptd 6633* | The maps-to notation defines a function with domain. (Contributed by Glauco Siliprandi, 23-Oct-2021.) |
| ⊢ Ⅎ𝑥𝜑 & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐴) → 𝐵 ∈ 𝑉) & ⊢ 𝐹 = (𝑥 ∈ 𝐴 ↦ 𝐵) ⇒ ⊢ (𝜑 → 𝐹 Fn 𝐴) | ||
| Theorem | mpt0 6634 | A mapping operation with empty domain. (Contributed by Mario Carneiro, 28-Dec-2014.) |
| ⊢ (𝑥 ∈ ∅ ↦ 𝐴) = ∅ | ||
| Theorem | fnmpti 6635* | Functionality and domain of an ordered-pair class abstraction. (Contributed by NM, 29-Jan-2004.) (Revised by Mario Carneiro, 31-Aug-2015.) |
| ⊢ 𝐵 ∈ V & ⊢ 𝐹 = (𝑥 ∈ 𝐴 ↦ 𝐵) ⇒ ⊢ 𝐹 Fn 𝐴 | ||
| Theorem | dmmpti 6636* | Domain of the mapping operation. (Contributed by NM, 6-Sep-2005.) (Revised by Mario Carneiro, 31-Aug-2015.) |
| ⊢ 𝐵 ∈ V & ⊢ 𝐹 = (𝑥 ∈ 𝐴 ↦ 𝐵) ⇒ ⊢ dom 𝐹 = 𝐴 | ||
| Theorem | dmmptd 6637* | The domain of the mapping operation, deduction form. (Contributed by Glauco Siliprandi, 11-Dec-2019.) |
| ⊢ 𝐴 = (𝑥 ∈ 𝐵 ↦ 𝐶) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝐵) → 𝐶 ∈ 𝑉) ⇒ ⊢ (𝜑 → dom 𝐴 = 𝐵) | ||
| Theorem | mptun 6638 | Union of mappings which are mutually compatible. (Contributed by Mario Carneiro, 31-Aug-2015.) |
| ⊢ (𝑥 ∈ (𝐴 ∪ 𝐵) ↦ 𝐶) = ((𝑥 ∈ 𝐴 ↦ 𝐶) ∪ (𝑥 ∈ 𝐵 ↦ 𝐶)) | ||
| Theorem | partfun 6639 | Rewrite a function defined by parts, using a mapping and an if construct, into a union of functions on disjoint domains. (Contributed by Thierry Arnoux, 30-Mar-2017.) |
| ⊢ (𝑥 ∈ 𝐴 ↦ if(𝑥 ∈ 𝐵, 𝐶, 𝐷)) = ((𝑥 ∈ (𝐴 ∩ 𝐵) ↦ 𝐶) ∪ (𝑥 ∈ (𝐴 ∖ 𝐵) ↦ 𝐷)) | ||
| Theorem | feq1 6640 | Equality theorem for functions. (Contributed by NM, 1-Aug-1994.) |
| ⊢ (𝐹 = 𝐺 → (𝐹:𝐴⟶𝐵 ↔ 𝐺:𝐴⟶𝐵)) | ||
| Theorem | feq2 6641 | Equality theorem for functions. (Contributed by NM, 1-Aug-1994.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐴⟶𝐶 ↔ 𝐹:𝐵⟶𝐶)) | ||
| Theorem | feq3 6642 | Equality theorem for functions. (Contributed by NM, 1-Aug-1994.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐶⟶𝐴 ↔ 𝐹:𝐶⟶𝐵)) | ||
| Theorem | feq23 6643 | Equality theorem for functions. (Contributed by FL, 14-Jul-2007.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ ((𝐴 = 𝐶 ∧ 𝐵 = 𝐷) → (𝐹:𝐴⟶𝐵 ↔ 𝐹:𝐶⟶𝐷)) | ||
| Theorem | feq1d 6644 | Equality deduction for functions. (Contributed by NM, 19-Feb-2008.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) ⇒ ⊢ (𝜑 → (𝐹:𝐴⟶𝐵 ↔ 𝐺:𝐴⟶𝐵)) | ||
| Theorem | feq1dd 6645 | Equality deduction for functions. (Contributed by Glauco Siliprandi, 11-Dec-2019.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) & ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → 𝐺:𝐴⟶𝐵) | ||
| Theorem | feq2d 6646 | Equality deduction for functions. (Contributed by Paul Chapman, 22-Jun-2011.) |
| ⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐹:𝐴⟶𝐶 ↔ 𝐹:𝐵⟶𝐶)) | ||
| Theorem | feq3d 6647 | Equality deduction for functions. (Contributed by AV, 1-Jan-2020.) |
| ⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐹:𝑋⟶𝐴 ↔ 𝐹:𝑋⟶𝐵)) | ||
| Theorem | feq2dd 6648 | Equality deduction for functions. (Contributed by Thierry Arnoux, 27-May-2025.) |
| ⊢ (𝜑 → 𝐴 = 𝐵) & ⊢ (𝜑 → 𝐹:𝐴⟶𝐶) ⇒ ⊢ (𝜑 → 𝐹:𝐵⟶𝐶) | ||
| Theorem | feq3dd 6649 | Equality deduction for functions. (Contributed by Thierry Arnoux, 27-May-2025.) |
| ⊢ (𝜑 → 𝐵 = 𝐶) & ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → 𝐹:𝐴⟶𝐶) | ||
| Theorem | feq12d 6650 | Equality deduction for functions. (Contributed by Paul Chapman, 22-Jun-2011.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) & ⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐹:𝐴⟶𝐶 ↔ 𝐺:𝐵⟶𝐶)) | ||
| Theorem | feq123d 6651 | Equality deduction for functions. (Contributed by Paul Chapman, 22-Jun-2011.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) & ⊢ (𝜑 → 𝐴 = 𝐵) & ⊢ (𝜑 → 𝐶 = 𝐷) ⇒ ⊢ (𝜑 → (𝐹:𝐴⟶𝐶 ↔ 𝐺:𝐵⟶𝐷)) | ||
| Theorem | feq123 6652 | Equality theorem for functions. (Contributed by FL, 16-Nov-2008.) |
| ⊢ ((𝐹 = 𝐺 ∧ 𝐴 = 𝐶 ∧ 𝐵 = 𝐷) → (𝐹:𝐴⟶𝐵 ↔ 𝐺:𝐶⟶𝐷)) | ||
| Theorem | feq1i 6653 | Equality inference for functions. (Contributed by Paul Chapman, 22-Jun-2011.) |
| ⊢ 𝐹 = 𝐺 ⇒ ⊢ (𝐹:𝐴⟶𝐵 ↔ 𝐺:𝐴⟶𝐵) | ||
| Theorem | feq2i 6654 | Equality inference for functions. (Contributed by NM, 5-Sep-2011.) |
| ⊢ 𝐴 = 𝐵 ⇒ ⊢ (𝐹:𝐴⟶𝐶 ↔ 𝐹:𝐵⟶𝐶) | ||
| Theorem | feq12i 6655 | Equality inference for functions. (Contributed by AV, 7-Feb-2021.) |
| ⊢ 𝐹 = 𝐺 & ⊢ 𝐴 = 𝐵 ⇒ ⊢ (𝐹:𝐴⟶𝐶 ↔ 𝐺:𝐵⟶𝐶) | ||
| Theorem | feq23i 6656 | Equality inference for functions. (Contributed by Paul Chapman, 22-Jun-2011.) |
| ⊢ 𝐴 = 𝐶 & ⊢ 𝐵 = 𝐷 ⇒ ⊢ (𝐹:𝐴⟶𝐵 ↔ 𝐹:𝐶⟶𝐷) | ||
| Theorem | feq23d 6657 | Equality deduction for functions. (Contributed by NM, 8-Jun-2013.) |
| ⊢ (𝜑 → 𝐴 = 𝐶) & ⊢ (𝜑 → 𝐵 = 𝐷) ⇒ ⊢ (𝜑 → (𝐹:𝐴⟶𝐵 ↔ 𝐹:𝐶⟶𝐷)) | ||
| Theorem | nff 6658 | Bound-variable hypothesis builder for a mapping. (Contributed by NM, 29-Jan-2004.) (Revised by Mario Carneiro, 15-Oct-2016.) |
| ⊢ Ⅎ𝑥𝐹 & ⊢ Ⅎ𝑥𝐴 & ⊢ Ⅎ𝑥𝐵 ⇒ ⊢ Ⅎ𝑥 𝐹:𝐴⟶𝐵 | ||
| Theorem | sbcfng 6659* | Distribute proper substitution through the function predicate with a domain. (Contributed by Alexander van der Vekens, 15-Jul-2018.) |
| ⊢ (𝑋 ∈ 𝑉 → ([𝑋 / 𝑥]𝐹 Fn 𝐴 ↔ ⦋𝑋 / 𝑥⦌𝐹 Fn ⦋𝑋 / 𝑥⦌𝐴)) | ||
| Theorem | sbcfg 6660* | Distribute proper substitution through the function predicate with domain and codomain. (Contributed by Alexander van der Vekens, 15-Jul-2018.) |
| ⊢ (𝑋 ∈ 𝑉 → ([𝑋 / 𝑥]𝐹:𝐴⟶𝐵 ↔ ⦋𝑋 / 𝑥⦌𝐹:⦋𝑋 / 𝑥⦌𝐴⟶⦋𝑋 / 𝑥⦌𝐵)) | ||
| Theorem | elimf 6661 | Eliminate a mapping hypothesis for the weak deduction theorem dedth 4538, when a special case 𝐺:𝐴⟶𝐵 is provable, in order to convert 𝐹:𝐴⟶𝐵 from a hypothesis to an antecedent. (Contributed by NM, 24-Aug-2006.) |
| ⊢ 𝐺:𝐴⟶𝐵 ⇒ ⊢ if(𝐹:𝐴⟶𝐵, 𝐹, 𝐺):𝐴⟶𝐵 | ||
| Theorem | ffn 6662 | A mapping is a function with domain. (Contributed by NM, 2-Aug-1994.) |
| ⊢ (𝐹:𝐴⟶𝐵 → 𝐹 Fn 𝐴) | ||
| Theorem | ffnd 6663 | A mapping is a function with domain, deduction form. (Contributed by Glauco Siliprandi, 17-Aug-2020.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → 𝐹 Fn 𝐴) | ||
| Theorem | dffn2 6664 | Any function is a mapping into V. (Contributed by NM, 31-Oct-1995.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹 Fn 𝐴 ↔ 𝐹:𝐴⟶V) | ||
| Theorem | ffun 6665 | A mapping is a function. (Contributed by NM, 3-Aug-1994.) |
| ⊢ (𝐹:𝐴⟶𝐵 → Fun 𝐹) | ||
| Theorem | ffund 6666 | A mapping is a function, deduction version. (Contributed by Glauco Siliprandi, 3-Mar-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → Fun 𝐹) | ||
| Theorem | frel 6667 | A mapping is a relation. (Contributed by NM, 3-Aug-1994.) |
| ⊢ (𝐹:𝐴⟶𝐵 → Rel 𝐹) | ||
| Theorem | freld 6668 | A mapping is a relation. (Contributed by Glauco Siliprandi, 26-Jun-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → Rel 𝐹) | ||
| Theorem | frn 6669 | The range of a mapping. (Contributed by NM, 3-Aug-1994.) |
| ⊢ (𝐹:𝐴⟶𝐵 → ran 𝐹 ⊆ 𝐵) | ||
| Theorem | frnd 6670 | Deduction form of frn 6669. The range of a mapping. (Contributed by Glauco Siliprandi, 26-Jun-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → ran 𝐹 ⊆ 𝐵) | ||
| Theorem | fdm 6671 | The domain of a mapping. (Contributed by NM, 2-Aug-1994.) (Proof shortened by Wolf Lammen, 29-May-2024.) |
| ⊢ (𝐹:𝐴⟶𝐵 → dom 𝐹 = 𝐴) | ||
| Theorem | fdmd 6672 | Deduction form of fdm 6671. The domain of a mapping. (Contributed by Glauco Siliprandi, 26-Jun-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → dom 𝐹 = 𝐴) | ||
| Theorem | fdmi 6673 | Inference associated with fdm 6671. The domain of a mapping. (Contributed by NM, 28-Jul-2008.) |
| ⊢ 𝐹:𝐴⟶𝐵 ⇒ ⊢ dom 𝐹 = 𝐴 | ||
| Theorem | dffn3 6674 | A function maps to its range. (Contributed by NM, 1-Sep-1999.) |
| ⊢ (𝐹 Fn 𝐴 ↔ 𝐹:𝐴⟶ran 𝐹) | ||
| Theorem | ffrn 6675 | A function maps to its range. (Contributed by Glauco Siliprandi, 3-Mar-2021.) |
| ⊢ (𝐹:𝐴⟶𝐵 → 𝐹:𝐴⟶ran 𝐹) | ||
| Theorem | ffrnb 6676 | Characterization of a function with domain and codomain (essentially using that the range is always included in the codomain). Generalization of ffrn 6675. (Contributed by BJ, 21-Sep-2024.) |
| ⊢ (𝐹:𝐴⟶𝐵 ↔ (𝐹:𝐴⟶ran 𝐹 ∧ ran 𝐹 ⊆ 𝐵)) | ||
| Theorem | ffrnbd 6677 | A function maps to its range iff the range is a subset of its codomain. Generalization of ffrn 6675. (Contributed by AV, 20-Sep-2024.) |
| ⊢ (𝜑 → ran 𝐹 ⊆ 𝐵) ⇒ ⊢ (𝜑 → (𝐹:𝐴⟶𝐵 ↔ 𝐹:𝐴⟶ran 𝐹)) | ||
| Theorem | fss 6678 | Expanding the codomain of a mapping. (Contributed by NM, 10-May-1998.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ 𝐵 ⊆ 𝐶) → 𝐹:𝐴⟶𝐶) | ||
| Theorem | fssd 6679 | Expanding the codomain of a mapping, deduction form. (Contributed by Glauco Siliprandi, 11-Dec-2019.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) & ⊢ (𝜑 → 𝐵 ⊆ 𝐶) ⇒ ⊢ (𝜑 → 𝐹:𝐴⟶𝐶) | ||
| Theorem | fssdmd 6680 | Expressing that a class is a subclass of the domain of a function expressed in maps-to notation, deduction form. (Contributed by AV, 21-Aug-2022.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) & ⊢ (𝜑 → 𝐷 ⊆ dom 𝐹) ⇒ ⊢ (𝜑 → 𝐷 ⊆ 𝐴) | ||
| Theorem | fssdm 6681 | Expressing that a class is a subclass of the domain of a function expressed in maps-to notation, semi-deduction form. (Contributed by AV, 21-Aug-2022.) |
| ⊢ 𝐷 ⊆ dom 𝐹 & ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → 𝐷 ⊆ 𝐴) | ||
| Theorem | fimass 6682 | The image of a class under a function with domain and codomain is a subset of its codomain. (Contributed by Glauco Siliprandi, 17-Aug-2020.) |
| ⊢ (𝐹:𝐴⟶𝐵 → (𝐹 “ 𝑋) ⊆ 𝐵) | ||
| Theorem | fimassd 6683 | The image of a class is a subset of its codomain. (Contributed by Glauco Siliprandi, 23-Oct-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → (𝐹 “ 𝑋) ⊆ 𝐵) | ||
| Theorem | fimacnv 6684 | The preimage of the codomain of a function is the function's domain. (Contributed by FL, 25-Jan-2007.) (Proof shortened by AV, 20-Sep-2024.) |
| ⊢ (𝐹:𝐴⟶𝐵 → (◡𝐹 “ 𝐵) = 𝐴) | ||
| Theorem | fcof 6685 | Composition of a function with domain and codomain and a function as a function with domain and codomain. Generalization of fco 6686. (Contributed by AV, 18-Sep-2024.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ Fun 𝐺) → (𝐹 ∘ 𝐺):(◡𝐺 “ 𝐴)⟶𝐵) | ||
| Theorem | fco 6686 | Composition of two functions with domain and codomain as a function with domain and codomain. (Contributed by NM, 29-Aug-1999.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) (Proof shortened by AV, 20-Sep-2024.) |
| ⊢ ((𝐹:𝐵⟶𝐶 ∧ 𝐺:𝐴⟶𝐵) → (𝐹 ∘ 𝐺):𝐴⟶𝐶) | ||
| Theorem | fcod 6687 | Composition of two mappings. (Contributed by Glauco Siliprandi, 26-Jun-2021.) |
| ⊢ (𝜑 → 𝐹:𝐵⟶𝐶) & ⊢ (𝜑 → 𝐺:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → (𝐹 ∘ 𝐺):𝐴⟶𝐶) | ||
| Theorem | fco2 6688 | Functionality of a composition with weakened out of domain condition on the first argument. (Contributed by Stefan O'Rear, 11-Mar-2015.) |
| ⊢ (((𝐹 ↾ 𝐵):𝐵⟶𝐶 ∧ 𝐺:𝐴⟶𝐵) → (𝐹 ∘ 𝐺):𝐴⟶𝐶) | ||
| Theorem | fssxp 6689 | A mapping is a class of ordered pairs. (Contributed by NM, 3-Aug-1994.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹:𝐴⟶𝐵 → 𝐹 ⊆ (𝐴 × 𝐵)) | ||
| Theorem | funssxp 6690 | Two ways of specifying a partial function from 𝐴 to 𝐵. (Contributed by NM, 13-Nov-2007.) |
| ⊢ ((Fun 𝐹 ∧ 𝐹 ⊆ (𝐴 × 𝐵)) ↔ (𝐹:dom 𝐹⟶𝐵 ∧ dom 𝐹 ⊆ 𝐴)) | ||
| Theorem | ffdm 6691 | A mapping is a partial function. (Contributed by NM, 25-Nov-2007.) |
| ⊢ (𝐹:𝐴⟶𝐵 → (𝐹:dom 𝐹⟶𝐵 ∧ dom 𝐹 ⊆ 𝐴)) | ||
| Theorem | ffdmd 6692 | The domain of a function. (Contributed by Glauco Siliprandi, 26-Jun-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) ⇒ ⊢ (𝜑 → 𝐹:dom 𝐹⟶𝐵) | ||
| Theorem | fdmrn 6693 | A different way to write 𝐹 is a function. (Contributed by Thierry Arnoux, 7-Dec-2016.) |
| ⊢ (Fun 𝐹 ↔ 𝐹:dom 𝐹⟶ran 𝐹) | ||
| Theorem | funcofd 6694 | Composition of two functions as a function with domain and codomain. (Contributed by Glauco Siliprandi, 26-Jun-2021.) (Proof shortened by AV, 20-Sep-2024.) |
| ⊢ (𝜑 → Fun 𝐹) & ⊢ (𝜑 → Fun 𝐺) ⇒ ⊢ (𝜑 → (𝐹 ∘ 𝐺):(◡𝐺 “ dom 𝐹)⟶ran 𝐹) | ||
| Theorem | opelf 6695 | The members of an ordered pair element of a mapping belong to the mapping's domain and codomain. (Contributed by NM, 10-Dec-2003.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ 〈𝐶, 𝐷〉 ∈ 𝐹) → (𝐶 ∈ 𝐴 ∧ 𝐷 ∈ 𝐵)) | ||
| Theorem | fun 6696 | The union of two functions with disjoint domains. (Contributed by NM, 22-Sep-2004.) |
| ⊢ (((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐷) ∧ (𝐴 ∩ 𝐵) = ∅) → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶(𝐶 ∪ 𝐷)) | ||
| Theorem | fun2 6697 | The union of two functions with disjoint domains. (Contributed by Mario Carneiro, 12-Mar-2015.) |
| ⊢ (((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐶) ∧ (𝐴 ∩ 𝐵) = ∅) → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶𝐶) | ||
| Theorem | fun2d 6698 | The union of functions with disjoint domains is a function, deduction version of fun2 6697. (Contributed by AV, 11-Oct-2020.) (Revised by AV, 24-Oct-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐶) & ⊢ (𝜑 → 𝐺:𝐵⟶𝐶) & ⊢ (𝜑 → (𝐴 ∩ 𝐵) = ∅) ⇒ ⊢ (𝜑 → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶𝐶) | ||
| Theorem | fnfco 6699 | Composition of two functions. (Contributed by NM, 22-May-2006.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺:𝐵⟶𝐴) → (𝐹 ∘ 𝐺) Fn 𝐵) | ||
| Theorem | fssres 6700 | Restriction of a function with a subclass of its domain. (Contributed by NM, 23-Sep-2004.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ 𝐶 ⊆ 𝐴) → (𝐹 ↾ 𝐶):𝐶⟶𝐵) | ||
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |