| Metamath
Proof Explorer Theorem List (p. 68 of 502) | < 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-31005) |
(31006-32528) |
(32529-50158) |
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | fdmrn 6701 | A different way to write 𝐹 is a function. (Contributed by Thierry Arnoux, 7-Dec-2016.) |
| ⊢ (Fun 𝐹 ↔ 𝐹:dom 𝐹⟶ran 𝐹) | ||
| Theorem | funcofd 6702 | 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 6703 | 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 6704 | The union of two functions with disjoint domains. (Contributed by NM, 22-Sep-2004.) |
| ⊢ (((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐷) ∧ (𝐴 ∩ 𝐵) = ∅) → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶(𝐶 ∪ 𝐷)) | ||
| Theorem | fun2 6705 | The union of two functions with disjoint domains. (Contributed by Mario Carneiro, 12-Mar-2015.) |
| ⊢ (((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐶) ∧ (𝐴 ∩ 𝐵) = ∅) → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶𝐶) | ||
| Theorem | fun2d 6706 | The union of functions with disjoint domains is a function, deduction version of fun2 6705. (Contributed by AV, 11-Oct-2020.) (Revised by AV, 24-Oct-2021.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐶) & ⊢ (𝜑 → 𝐺:𝐵⟶𝐶) & ⊢ (𝜑 → (𝐴 ∩ 𝐵) = ∅) ⇒ ⊢ (𝜑 → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶𝐶) | ||
| Theorem | fnfco 6707 | Composition of two functions. (Contributed by NM, 22-May-2006.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺:𝐵⟶𝐴) → (𝐹 ∘ 𝐺) Fn 𝐵) | ||
| Theorem | fssres 6708 | Restriction of a function with a subclass of its domain. (Contributed by NM, 23-Sep-2004.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ 𝐶 ⊆ 𝐴) → (𝐹 ↾ 𝐶):𝐶⟶𝐵) | ||
| Theorem | fssresd 6709 | Restriction of a function with a subclass of its domain, deduction form. (Contributed by Glauco Siliprandi, 11-Dec-2019.) |
| ⊢ (𝜑 → 𝐹:𝐴⟶𝐵) & ⊢ (𝜑 → 𝐶 ⊆ 𝐴) ⇒ ⊢ (𝜑 → (𝐹 ↾ 𝐶):𝐶⟶𝐵) | ||
| Theorem | fssres2 6710 | Restriction of a restricted function with a subclass of its domain. (Contributed by NM, 21-Jul-2005.) |
| ⊢ (((𝐹 ↾ 𝐴):𝐴⟶𝐵 ∧ 𝐶 ⊆ 𝐴) → (𝐹 ↾ 𝐶):𝐶⟶𝐵) | ||
| Theorem | fresin 6711 | An identity for the mapping relationship under restriction. (Contributed by Scott Fenton, 4-Sep-2011.) (Proof shortened by Mario Carneiro, 26-May-2016.) |
| ⊢ (𝐹:𝐴⟶𝐵 → (𝐹 ↾ 𝑋):(𝐴 ∩ 𝑋)⟶𝐵) | ||
| Theorem | resasplit 6712 | If two functions agree on their common domain, express their union as a union of three functions with pairwise disjoint domains. (Contributed by Stefan O'Rear, 9-Oct-2014.) |
| ⊢ ((𝐹 Fn 𝐴 ∧ 𝐺 Fn 𝐵 ∧ (𝐹 ↾ (𝐴 ∩ 𝐵)) = (𝐺 ↾ (𝐴 ∩ 𝐵))) → (𝐹 ∪ 𝐺) = ((𝐹 ↾ (𝐴 ∩ 𝐵)) ∪ ((𝐹 ↾ (𝐴 ∖ 𝐵)) ∪ (𝐺 ↾ (𝐵 ∖ 𝐴))))) | ||
| Theorem | fresaun 6713 | The union of two functions which agree on their common domain is a function. (Contributed by Stefan O'Rear, 9-Oct-2014.) |
| ⊢ ((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐶 ∧ (𝐹 ↾ (𝐴 ∩ 𝐵)) = (𝐺 ↾ (𝐴 ∩ 𝐵))) → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐵)⟶𝐶) | ||
| Theorem | fresaunres2 6714 | From the union of two functions that agree on the domain overlap, either component can be recovered by restriction. (Contributed by Stefan O'Rear, 9-Oct-2014.) |
| ⊢ ((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐶 ∧ (𝐹 ↾ (𝐴 ∩ 𝐵)) = (𝐺 ↾ (𝐴 ∩ 𝐵))) → ((𝐹 ∪ 𝐺) ↾ 𝐵) = 𝐺) | ||
| Theorem | fresaunres1 6715 | From the union of two functions that agree on the domain overlap, either component can be recovered by restriction. (Contributed by Mario Carneiro, 16-Feb-2015.) |
| ⊢ ((𝐹:𝐴⟶𝐶 ∧ 𝐺:𝐵⟶𝐶 ∧ (𝐹 ↾ (𝐴 ∩ 𝐵)) = (𝐺 ↾ (𝐴 ∩ 𝐵))) → ((𝐹 ∪ 𝐺) ↾ 𝐴) = 𝐹) | ||
| Theorem | fcoi1 6716 | Composition of a mapping and restricted identity. (Contributed by NM, 13-Dec-2003.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹:𝐴⟶𝐵 → (𝐹 ∘ ( I ↾ 𝐴)) = 𝐹) | ||
| Theorem | fcoi2 6717 | Composition of restricted identity and a mapping. (Contributed by NM, 13-Dec-2003.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹:𝐴⟶𝐵 → (( I ↾ 𝐵) ∘ 𝐹) = 𝐹) | ||
| Theorem | feu 6718* | There is exactly one value of a function in its codomain. (Contributed by NM, 10-Dec-2003.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ 𝐶 ∈ 𝐴) → ∃!𝑦 ∈ 𝐵 〈𝐶, 𝑦〉 ∈ 𝐹) | ||
| Theorem | fcnvres 6719 | The converse of a restriction of a function. (Contributed by NM, 26-Mar-1998.) |
| ⊢ (𝐹:𝐴⟶𝐵 → ◡(𝐹 ↾ 𝐴) = (◡𝐹 ↾ 𝐵)) | ||
| Theorem | fimacnvdisj 6720 | The preimage of a class disjoint with a mapping's codomain is empty. (Contributed by FL, 24-Jan-2007.) |
| ⊢ ((𝐹:𝐴⟶𝐵 ∧ (𝐵 ∩ 𝐶) = ∅) → (◡𝐹 “ 𝐶) = ∅) | ||
| Theorem | fint 6721* | Function into an intersection. (Contributed by NM, 14-Oct-1999.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ 𝐵 ≠ ∅ ⇒ ⊢ (𝐹:𝐴⟶∩ 𝐵 ↔ ∀𝑥 ∈ 𝐵 𝐹:𝐴⟶𝑥) | ||
| Theorem | fin 6722 | Mapping into an intersection. (Contributed by NM, 14-Sep-1999.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ (𝐹:𝐴⟶(𝐵 ∩ 𝐶) ↔ (𝐹:𝐴⟶𝐵 ∧ 𝐹:𝐴⟶𝐶)) | ||
| Theorem | f0 6723 | The empty function. (Contributed by NM, 14-Aug-1999.) |
| ⊢ ∅:∅⟶𝐴 | ||
| Theorem | f00 6724 | A class is a function with empty codomain iff it and its domain are empty. (Contributed by NM, 10-Dec-2003.) |
| ⊢ (𝐹:𝐴⟶∅ ↔ (𝐹 = ∅ ∧ 𝐴 = ∅)) | ||
| Theorem | f0bi 6725 | A function with empty domain is empty. (Contributed by Alexander van der Vekens, 30-Jun-2018.) |
| ⊢ (𝐹:∅⟶𝑋 ↔ 𝐹 = ∅) | ||
| Theorem | f0dom0 6726 | A function is empty iff it has an empty domain. (Contributed by AV, 10-Feb-2019.) |
| ⊢ (𝐹:𝑋⟶𝑌 → (𝑋 = ∅ ↔ 𝐹 = ∅)) | ||
| Theorem | f0rn0 6727* | If there is no element in the range of a function, its domain must be empty. (Contributed by Alexander van der Vekens, 12-Jul-2018.) |
| ⊢ ((𝐸:𝑋⟶𝑌 ∧ ¬ ∃𝑦 ∈ 𝑌 𝑦 ∈ ran 𝐸) → 𝑋 = ∅) | ||
| Theorem | fconst 6728 | A Cartesian product with a singleton is a constant function. (Contributed by NM, 14-Aug-1999.) (Proof shortened by Andrew Salmon, 17-Sep-2011.) |
| ⊢ 𝐵 ∈ V ⇒ ⊢ (𝐴 × {𝐵}):𝐴⟶{𝐵} | ||
| Theorem | fconstg 6729 | A Cartesian product with a singleton is a constant function. (Contributed by NM, 19-Oct-2004.) |
| ⊢ (𝐵 ∈ 𝑉 → (𝐴 × {𝐵}):𝐴⟶{𝐵}) | ||
| Theorem | fnconstg 6730 | A Cartesian product with a singleton is a constant function. (Contributed by NM, 24-Jul-2014.) |
| ⊢ (𝐵 ∈ 𝑉 → (𝐴 × {𝐵}) Fn 𝐴) | ||
| Theorem | fconst6g 6731 | Constant function with loose range. (Contributed by Stefan O'Rear, 1-Feb-2015.) |
| ⊢ (𝐵 ∈ 𝐶 → (𝐴 × {𝐵}):𝐴⟶𝐶) | ||
| Theorem | fconst6 6732 | A constant function as a mapping. (Contributed by Jeff Madsen, 30-Nov-2009.) (Revised by Mario Carneiro, 22-Apr-2015.) |
| ⊢ 𝐵 ∈ 𝐶 ⇒ ⊢ (𝐴 × {𝐵}):𝐴⟶𝐶 | ||
| Theorem | f1eq1 6733 | Equality theorem for one-to-one functions. (Contributed by NM, 10-Feb-1997.) |
| ⊢ (𝐹 = 𝐺 → (𝐹:𝐴–1-1→𝐵 ↔ 𝐺:𝐴–1-1→𝐵)) | ||
| Theorem | f1eq2 6734 | Equality theorem for one-to-one functions. (Contributed by NM, 10-Feb-1997.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐴–1-1→𝐶 ↔ 𝐹:𝐵–1-1→𝐶)) | ||
| Theorem | f1eq3 6735 | Equality theorem for one-to-one functions. (Contributed by NM, 10-Feb-1997.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐶–1-1→𝐴 ↔ 𝐹:𝐶–1-1→𝐵)) | ||
| Theorem | nff1 6736 | Bound-variable hypothesis builder for a one-to-one function. (Contributed by NM, 16-May-2004.) |
| ⊢ Ⅎ𝑥𝐹 & ⊢ Ⅎ𝑥𝐴 & ⊢ Ⅎ𝑥𝐵 ⇒ ⊢ Ⅎ𝑥 𝐹:𝐴–1-1→𝐵 | ||
| Theorem | dff12 6737* | Alternate definition of a one-to-one function. (Contributed by NM, 31-Dec-1996.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 ↔ (𝐹:𝐴⟶𝐵 ∧ ∀𝑦∃*𝑥 𝑥𝐹𝑦)) | ||
| Theorem | f1f 6738 | A one-to-one mapping is a mapping. (Contributed by NM, 31-Dec-1996.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 → 𝐹:𝐴⟶𝐵) | ||
| Theorem | f1fn 6739 | A one-to-one mapping is a function on its domain. (Contributed by NM, 8-Mar-2014.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 → 𝐹 Fn 𝐴) | ||
| Theorem | f1fun 6740 | A one-to-one mapping is a function. (Contributed by NM, 8-Mar-2014.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 → Fun 𝐹) | ||
| Theorem | f1rel 6741 | A one-to-one onto mapping is a relation. (Contributed by NM, 8-Mar-2014.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 → Rel 𝐹) | ||
| Theorem | f1dm 6742 | The domain of a one-to-one mapping. (Contributed by NM, 8-Mar-2014.) (Proof shortened by Wolf Lammen, 29-May-2024.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 → dom 𝐹 = 𝐴) | ||
| Theorem | f1ss 6743 | A function that is one-to-one is also one-to-one on some superset of its codomain. (Contributed by Mario Carneiro, 12-Jan-2013.) |
| ⊢ ((𝐹:𝐴–1-1→𝐵 ∧ 𝐵 ⊆ 𝐶) → 𝐹:𝐴–1-1→𝐶) | ||
| Theorem | f1ssr 6744 | A function that is one-to-one is also one-to-one on some superset of its range. (Contributed by Stefan O'Rear, 20-Feb-2015.) |
| ⊢ ((𝐹:𝐴–1-1→𝐵 ∧ ran 𝐹 ⊆ 𝐶) → 𝐹:𝐴–1-1→𝐶) | ||
| Theorem | f1ssres 6745 | A function that is one-to-one is also one-to-one on any subclass of its domain. (Contributed by Mario Carneiro, 17-Jan-2015.) |
| ⊢ ((𝐹:𝐴–1-1→𝐵 ∧ 𝐶 ⊆ 𝐴) → (𝐹 ↾ 𝐶):𝐶–1-1→𝐵) | ||
| Theorem | f1resf1 6746 | The restriction of an injective function is injective. (Contributed by AV, 28-Jun-2022.) |
| ⊢ ((𝐹:𝐴–1-1→𝐵 ∧ 𝐶 ⊆ 𝐴 ∧ (𝐹 ↾ 𝐶):𝐶⟶𝐷) → (𝐹 ↾ 𝐶):𝐶–1-1→𝐷) | ||
| Theorem | f1cnvcnv 6747 | Two ways to express that a set 𝐴 (not necessarily a function) is one-to-one. Each side is equivalent to Definition 6.4(3) of [TakeutiZaring] p. 24, who use the notation "Un2 (A)" for one-to-one. We do not introduce a separate notation since we rarely use it. (Contributed by NM, 13-Aug-2004.) |
| ⊢ (◡◡𝐴:dom 𝐴–1-1→V ↔ (Fun ◡𝐴 ∧ Fun ◡◡𝐴)) | ||
| Theorem | f1cof1 6748 | Composition of two one-to-one functions. Generalization of f1co 6749. (Contributed by AV, 18-Sep-2024.) |
| ⊢ ((𝐹:𝐶–1-1→𝐷 ∧ 𝐺:𝐴–1-1→𝐵) → (𝐹 ∘ 𝐺):(◡𝐺 “ 𝐶)–1-1→𝐷) | ||
| Theorem | f1co 6749 | Composition of one-to-one functions when the codomain of the first matches the domain of the second. Exercise 30 of [TakeutiZaring] p. 25. (Contributed by NM, 28-May-1998.) (Proof shortened by AV, 20-Sep-2024.) |
| ⊢ ((𝐹:𝐵–1-1→𝐶 ∧ 𝐺:𝐴–1-1→𝐵) → (𝐹 ∘ 𝐺):𝐴–1-1→𝐶) | ||
| Theorem | foeq1 6750 | Equality theorem for onto functions. (Contributed by NM, 1-Aug-1994.) |
| ⊢ (𝐹 = 𝐺 → (𝐹:𝐴–onto→𝐵 ↔ 𝐺:𝐴–onto→𝐵)) | ||
| Theorem | foeq2 6751 | Equality theorem for onto functions. (Contributed by NM, 1-Aug-1994.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐴–onto→𝐶 ↔ 𝐹:𝐵–onto→𝐶)) | ||
| Theorem | foeq3 6752 | Equality theorem for onto functions. (Contributed by NM, 1-Aug-1994.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐶–onto→𝐴 ↔ 𝐹:𝐶–onto→𝐵)) | ||
| Theorem | nffo 6753 | Bound-variable hypothesis builder for an onto function. (Contributed by NM, 16-May-2004.) |
| ⊢ Ⅎ𝑥𝐹 & ⊢ Ⅎ𝑥𝐴 & ⊢ Ⅎ𝑥𝐵 ⇒ ⊢ Ⅎ𝑥 𝐹:𝐴–onto→𝐵 | ||
| Theorem | fof 6754 | An onto mapping is a mapping. (Contributed by NM, 3-Aug-1994.) |
| ⊢ (𝐹:𝐴–onto→𝐵 → 𝐹:𝐴⟶𝐵) | ||
| Theorem | fofun 6755 | An onto mapping is a function. (Contributed by NM, 29-Mar-2008.) |
| ⊢ (𝐹:𝐴–onto→𝐵 → Fun 𝐹) | ||
| Theorem | fofn 6756 | An onto mapping is a function on its domain. (Contributed by NM, 16-Dec-2008.) |
| ⊢ (𝐹:𝐴–onto→𝐵 → 𝐹 Fn 𝐴) | ||
| Theorem | forn 6757 | The codomain of an onto function is its range. (Contributed by NM, 3-Aug-1994.) |
| ⊢ (𝐹:𝐴–onto→𝐵 → ran 𝐹 = 𝐵) | ||
| Theorem | dffo2 6758 | Alternate definition of an onto function. (Contributed by NM, 22-Mar-2006.) |
| ⊢ (𝐹:𝐴–onto→𝐵 ↔ (𝐹:𝐴⟶𝐵 ∧ ran 𝐹 = 𝐵)) | ||
| Theorem | foima 6759 | The image of the domain of an onto function. (Contributed by NM, 29-Nov-2002.) |
| ⊢ (𝐹:𝐴–onto→𝐵 → (𝐹 “ 𝐴) = 𝐵) | ||
| Theorem | dffn4 6760 | A function maps onto its range. (Contributed by NM, 10-May-1998.) |
| ⊢ (𝐹 Fn 𝐴 ↔ 𝐹:𝐴–onto→ran 𝐹) | ||
| Theorem | funforn 6761 | A function maps its domain onto its range. (Contributed by NM, 23-Jul-2004.) |
| ⊢ (Fun 𝐴 ↔ 𝐴:dom 𝐴–onto→ran 𝐴) | ||
| Theorem | fodmrnu 6762 | An onto function has unique domain and range. (Contributed by NM, 5-Nov-2006.) |
| ⊢ ((𝐹:𝐴–onto→𝐵 ∧ 𝐹:𝐶–onto→𝐷) → (𝐴 = 𝐶 ∧ 𝐵 = 𝐷)) | ||
| Theorem | fimadmfo 6763 | A function is a function onto the image of its domain. (Contributed by AV, 1-Dec-2022.) |
| ⊢ (𝐹:𝐴⟶𝐵 → 𝐹:𝐴–onto→(𝐹 “ 𝐴)) | ||
| Theorem | fores 6764 | Restriction of an onto function. (Contributed by NM, 4-Mar-1997.) |
| ⊢ ((Fun 𝐹 ∧ 𝐴 ⊆ dom 𝐹) → (𝐹 ↾ 𝐴):𝐴–onto→(𝐹 “ 𝐴)) | ||
| Theorem | fimadmfoALT 6765 | Alternate proof of fimadmfo 6763, based on fores 6764. A function is a function onto the image of its domain. (Contributed by AV, 1-Dec-2022.) (Proof modification is discouraged.) (New usage is discouraged.) |
| ⊢ (𝐹:𝐴⟶𝐵 → 𝐹:𝐴–onto→(𝐹 “ 𝐴)) | ||
| Theorem | focnvimacdmdm 6766 | The preimage of the codomain of a surjection is its domain. (Contributed by AV, 29-Sep-2024.) |
| ⊢ (𝐺:𝐴–onto→𝐵 → (◡𝐺 “ 𝐵) = 𝐴) | ||
| Theorem | focofo 6767 | Composition of onto functions. Generalisation of foco 6768. (Contributed by AV, 29-Sep-2024.) |
| ⊢ ((𝐹:𝐴–onto→𝐵 ∧ Fun 𝐺 ∧ 𝐴 ⊆ ran 𝐺) → (𝐹 ∘ 𝐺):(◡𝐺 “ 𝐴)–onto→𝐵) | ||
| Theorem | foco 6768 | Composition of onto functions. (Contributed by NM, 22-Mar-2006.) (Proof shortened by AV, 29-Sep-2024.) |
| ⊢ ((𝐹:𝐵–onto→𝐶 ∧ 𝐺:𝐴–onto→𝐵) → (𝐹 ∘ 𝐺):𝐴–onto→𝐶) | ||
| Theorem | foconst 6769 | A nonzero constant function is onto. (Contributed by NM, 12-Jan-2007.) |
| ⊢ ((𝐹:𝐴⟶{𝐵} ∧ 𝐹 ≠ ∅) → 𝐹:𝐴–onto→{𝐵}) | ||
| Theorem | f1oeq1 6770 | Equality theorem for one-to-one onto functions. (Contributed by NM, 10-Feb-1997.) |
| ⊢ (𝐹 = 𝐺 → (𝐹:𝐴–1-1-onto→𝐵 ↔ 𝐺:𝐴–1-1-onto→𝐵)) | ||
| Theorem | f1oeq2 6771 | Equality theorem for one-to-one onto functions. (Contributed by NM, 10-Feb-1997.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐴–1-1-onto→𝐶 ↔ 𝐹:𝐵–1-1-onto→𝐶)) | ||
| Theorem | f1oeq3 6772 | Equality theorem for one-to-one onto functions. (Contributed by NM, 10-Feb-1997.) |
| ⊢ (𝐴 = 𝐵 → (𝐹:𝐶–1-1-onto→𝐴 ↔ 𝐹:𝐶–1-1-onto→𝐵)) | ||
| Theorem | f1oeq23 6773 | Equality theorem for one-to-one onto functions. (Contributed by FL, 14-Jul-2012.) |
| ⊢ ((𝐴 = 𝐵 ∧ 𝐶 = 𝐷) → (𝐹:𝐴–1-1-onto→𝐶 ↔ 𝐹:𝐵–1-1-onto→𝐷)) | ||
| Theorem | f1eq123d 6774 | Equality deduction for one-to-one functions. (Contributed by Mario Carneiro, 27-Jan-2017.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) & ⊢ (𝜑 → 𝐴 = 𝐵) & ⊢ (𝜑 → 𝐶 = 𝐷) ⇒ ⊢ (𝜑 → (𝐹:𝐴–1-1→𝐶 ↔ 𝐺:𝐵–1-1→𝐷)) | ||
| Theorem | foeq123d 6775 | Equality deduction for onto functions. (Contributed by Mario Carneiro, 27-Jan-2017.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) & ⊢ (𝜑 → 𝐴 = 𝐵) & ⊢ (𝜑 → 𝐶 = 𝐷) ⇒ ⊢ (𝜑 → (𝐹:𝐴–onto→𝐶 ↔ 𝐺:𝐵–onto→𝐷)) | ||
| Theorem | f1oeq123d 6776 | Equality deduction for one-to-one onto functions. (Contributed by Mario Carneiro, 27-Jan-2017.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) & ⊢ (𝜑 → 𝐴 = 𝐵) & ⊢ (𝜑 → 𝐶 = 𝐷) ⇒ ⊢ (𝜑 → (𝐹:𝐴–1-1-onto→𝐶 ↔ 𝐺:𝐵–1-1-onto→𝐷)) | ||
| Theorem | f1oeq1d 6777 | Equality deduction for one-to-one onto functions. (Contributed by Glauco Siliprandi, 17-Aug-2020.) |
| ⊢ (𝜑 → 𝐹 = 𝐺) ⇒ ⊢ (𝜑 → (𝐹:𝐴–1-1-onto→𝐵 ↔ 𝐺:𝐴–1-1-onto→𝐵)) | ||
| Theorem | f1oeq2d 6778 | Equality deduction for one-to-one onto functions. (Contributed by Glauco Siliprandi, 17-Aug-2020.) |
| ⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐹:𝐴–1-1-onto→𝐶 ↔ 𝐹:𝐵–1-1-onto→𝐶)) | ||
| Theorem | f1oeq3d 6779 | Equality deduction for one-to-one onto functions. (Contributed by Glauco Siliprandi, 17-Aug-2020.) |
| ⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐹:𝐶–1-1-onto→𝐴 ↔ 𝐹:𝐶–1-1-onto→𝐵)) | ||
| Theorem | nff1o 6780 | Bound-variable hypothesis builder for a one-to-one onto function. (Contributed by NM, 16-May-2004.) |
| ⊢ Ⅎ𝑥𝐹 & ⊢ Ⅎ𝑥𝐴 & ⊢ Ⅎ𝑥𝐵 ⇒ ⊢ Ⅎ𝑥 𝐹:𝐴–1-1-onto→𝐵 | ||
| Theorem | f1of1 6781 | A one-to-one onto mapping is a one-to-one mapping. (Contributed by NM, 12-Dec-2003.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → 𝐹:𝐴–1-1→𝐵) | ||
| Theorem | f1of 6782 | A one-to-one onto mapping is a mapping. (Contributed by NM, 12-Dec-2003.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → 𝐹:𝐴⟶𝐵) | ||
| Theorem | f1ofn 6783 | A one-to-one onto mapping is function on its domain. (Contributed by NM, 12-Dec-2003.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → 𝐹 Fn 𝐴) | ||
| Theorem | f1ofun 6784 | A one-to-one onto mapping is a function. (Contributed by NM, 12-Dec-2003.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → Fun 𝐹) | ||
| Theorem | f1orel 6785 | A one-to-one onto mapping is a relation. (Contributed by NM, 13-Dec-2003.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → Rel 𝐹) | ||
| Theorem | f1odm 6786 | The domain of a one-to-one onto mapping. (Contributed by NM, 8-Mar-2014.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → dom 𝐹 = 𝐴) | ||
| Theorem | dff1o2 6787 | Alternate definition of one-to-one onto function. (Contributed by NM, 10-Feb-1997.) (Proof shortened by Andrew Salmon, 22-Oct-2011.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 ↔ (𝐹 Fn 𝐴 ∧ Fun ◡𝐹 ∧ ran 𝐹 = 𝐵)) | ||
| Theorem | dff1o3 6788 | Alternate definition of one-to-one onto function. (Contributed by NM, 25-Mar-1998.) (Proof shortened by Andrew Salmon, 22-Oct-2011.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 ↔ (𝐹:𝐴–onto→𝐵 ∧ Fun ◡𝐹)) | ||
| Theorem | f1ofo 6789 | A one-to-one onto function is an onto function. (Contributed by NM, 28-Apr-2004.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → 𝐹:𝐴–onto→𝐵) | ||
| Theorem | dff1o4 6790 | Alternate definition of one-to-one onto function. (Contributed by NM, 25-Mar-1998.) (Proof shortened by Andrew Salmon, 22-Oct-2011.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 ↔ (𝐹 Fn 𝐴 ∧ ◡𝐹 Fn 𝐵)) | ||
| Theorem | dff1o5 6791 | Alternate definition of one-to-one onto function. (Contributed by NM, 10-Dec-2003.) (Proof shortened by Andrew Salmon, 22-Oct-2011.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 ↔ (𝐹:𝐴–1-1→𝐵 ∧ ran 𝐹 = 𝐵)) | ||
| Theorem | f1orn 6792 | A one-to-one function maps onto its range. (Contributed by NM, 13-Aug-2004.) |
| ⊢ (𝐹:𝐴–1-1-onto→ran 𝐹 ↔ (𝐹 Fn 𝐴 ∧ Fun ◡𝐹)) | ||
| Theorem | f1f1orn 6793 | A one-to-one function maps one-to-one onto its range. (Contributed by NM, 4-Sep-2004.) |
| ⊢ (𝐹:𝐴–1-1→𝐵 → 𝐹:𝐴–1-1-onto→ran 𝐹) | ||
| Theorem | f1ocnv 6794 | The converse of a one-to-one onto function is also one-to-one onto. (Contributed by NM, 11-Feb-1997.) (Proof shortened by Andrew Salmon, 22-Oct-2011.) |
| ⊢ (𝐹:𝐴–1-1-onto→𝐵 → ◡𝐹:𝐵–1-1-onto→𝐴) | ||
| Theorem | f1ocnvb 6795 | A relation is a one-to-one onto function iff its converse is a one-to-one onto function with domain and codomain/range interchanged. (Contributed by NM, 8-Dec-2003.) |
| ⊢ (Rel 𝐹 → (𝐹:𝐴–1-1-onto→𝐵 ↔ ◡𝐹:𝐵–1-1-onto→𝐴)) | ||
| Theorem | f1ores 6796 | The restriction of a one-to-one function maps one-to-one onto the image. (Contributed by NM, 25-Mar-1998.) |
| ⊢ ((𝐹:𝐴–1-1→𝐵 ∧ 𝐶 ⊆ 𝐴) → (𝐹 ↾ 𝐶):𝐶–1-1-onto→(𝐹 “ 𝐶)) | ||
| Theorem | f1orescnv 6797 | The converse of a one-to-one-onto restricted function. (Contributed by Paul Chapman, 21-Apr-2008.) |
| ⊢ ((Fun ◡𝐹 ∧ (𝐹 ↾ 𝑅):𝑅–1-1-onto→𝑃) → (◡𝐹 ↾ 𝑃):𝑃–1-1-onto→𝑅) | ||
| Theorem | f1imacnv 6798 | Preimage of an image. (Contributed by NM, 30-Sep-2004.) |
| ⊢ ((𝐹:𝐴–1-1→𝐵 ∧ 𝐶 ⊆ 𝐴) → (◡𝐹 “ (𝐹 “ 𝐶)) = 𝐶) | ||
| Theorem | foimacnv 6799 | A reverse version of f1imacnv 6798. (Contributed by Jeff Hankins, 16-Jul-2009.) |
| ⊢ ((𝐹:𝐴–onto→𝐵 ∧ 𝐶 ⊆ 𝐵) → (𝐹 “ (◡𝐹 “ 𝐶)) = 𝐶) | ||
| Theorem | foun 6800 | The union of two onto functions with disjoint domains is an onto function. (Contributed by Mario Carneiro, 22-Jun-2016.) |
| ⊢ (((𝐹:𝐴–onto→𝐵 ∧ 𝐺:𝐶–onto→𝐷) ∧ (𝐴 ∩ 𝐶) = ∅) → (𝐹 ∪ 𝐺):(𝐴 ∪ 𝐶)–onto→(𝐵 ∪ 𝐷)) | ||
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |