HomeHome Metamath Proof Explorer < Previous   Next >
Bad symbols? Use Mozilla
(or GIF version for IE).

Jump to page: 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 2701-2800 - Page 28 of 58
TypeLabelDescription
Statement
 
Theoremfuncnvcnv 2701 The double converse of a function is a function.
(Fun A → Fun A)
 
Theoremfuncnv2 2702 A simpler equivalence for single-rooted (see funcnv 2703).
(Fun A ↔ ∀y∃*x xAy)
 
Theoremfuncnv 2703 The converse of a class is a function iff the class is single-rooted, which means that for any y in the range of A there is at most one x such that xAy. Definition of single-rooted in [Enderton] p. 43. See funcnv2 2702 for a simpler version.
(Fun A ↔ ∀y ∈ ran A∃*x xAy)
 
Theoremfun2cnv 2704 The double converse of a class is a function iff the class is single-valued. Each side is equivalent to Definition 6.4(2) of [TakeutiZaring] p. 23, who use the notation "Un(A)" for single-valued. Note that A is not necessarily a function.
(Fun A ↔ ∀x∃*y xAy)
 
Theoremfununi 2705 The union of a chain (with respect to inclusion) of functions is a function.
(∀fA (Fun f ∧ ∀gA (fggf)) → Fun A)
 
Theoremfuncnvuni 2706 The union of a chain (with respect to inclusion) of single-rooted sets is single-rooted. (See funcnv 2703 for "single-rooted" definition.)
(∀fA (Fun f ∧ ∀gA (fggf)) → Fun A)
 
Theoremfun11uni 2707 The union of a chain (with respect to inclusion) of one-to-one functions is a one-to-one function.
(∀fA ((Fun f ∧ Fun f) ∧ ∀gA (fggf)) → (Fun A ∧ Fun A))
 
Theoremfunin 2708 The intersection with a function is a function. Exercise 14(a) of [Enderton] p. 53.
(Fun F → Fun (FG))
 
Theoremfunres11 2709 The restriction of a one-to-one function is one-to-one.
(Fun F → Fun (FA))
 
Theoremfuncnvres 2710 The converse of a restricted function.
(Fun F(FA) = (F ↾ (FA)))
 
Theoremfunimacnv 2711 The image of the converse image of a function.
(Fun F → (F “ (FA)) = (A ∩ ran F))
 
Theoremfunimass1 2712 A kind of contraposition law that infers a subclass of an image from a converse image subclass.
((Fun FA ⊆ ran F) → ((FA) ⊆ BA ⊆ (FB)))
 
Theoremfunimass2 2713 A kind of contraposition law that infers an image subclass from a subclass of a converse image.
(Fun F → (A ⊆ (FB) → (FA) ⊆ B))
 
Theoremimadif 2714 The image of a difference is the difference of images.
(Fun F → (F “ (AB)) = ((FA) ∖ (FB)))
 
Theoremfunimaexg 2715 Axiom of Replacement using abbreviations. Axiom 39(vi) of [Quine] p. 284. Compare Exercise 9 of [TakeutiZaring] p. 29.
(BC → (Fun A → (AB) ∈ V))
 
Theoremfunimaex 2716 The image of a set under any function is also a set. Equivalent of Axiom of Replacement ax-rep 1075. Axiom 39(vi) of [Quine] p. 284. Compare Exercise 9 of [TakeutiZaring] p. 29.
BV    ⇒   (Fun A → (AB) ∈ V)
 
Theoremresfunexg 2717 The restriction of a function to a set exists. Compare Proposition 6.17 of [TakeutiZaring] p. 28.
(BC → (Fun A → (AB) ∈ V))
 
Theoremfneq1 2718 Equality theorem for function predicate with domain.
(F = G → (F Fn AG Fn A))
 
Theoremfneq2 2719 Equality theorem for function predicate with domain.
(A = B → (F Fn AF Fn B))
 
Theoremhbfn 2720 Bound-variable hypothesis builder for a function with domain.
(yF → ∀x yF)    &   (yA → ∀x yA)    ⇒   (F Fn A → ∀x F Fn A)
 
Theoremfnfun 2721 A function with domain is a function.
(F Fn A → Fun F)
 
Theoremfnrel 2722 A function with domain is a relation.
(F Fn A → Rel F)
 
Theoremfndm 2723 The domain of a function.
(F Fn A → dom F = A)
 
Theoremfunfni 2724 Inference to convert a function and domain antecedent.
((Fun FB ∈ dom F) → φ)    ⇒   ((F Fn ABA) → φ)
 
Theoremfndmu 2725 A function has a unique domain.
((F Fn AF Fn B) → A = B)
 
Theoremfnbr 2726 The first argument of binary relation on a function belongs to the function's domain.
BV    &   CV    ⇒   ((F Fn ABFC) → BA)
 
Theoremfnop 2727 The first argument of an ordered pair in a function belongs to the function's domain.
BV    &   CV    ⇒   ((F Fn A ∧ ⟨B, C⟩ ∈ F) → BA)
 
Theoremfneu 2728 There is exactly one value of a function.
((F Fn ABA) → ∃!y BFy)
 
Theoremfneu2 2729 There is exactly one value of a function.
((F Fn ABA) → ∃!yB, y⟩ ∈ F)
 
Theoremfnun 2730 The union of two functions with disjoint domains.
(((F Fn AG Fn B) ∧ (AB) = ∅) → (FG) Fn (AB))
 
Theoremfnresdm 2731 A function does not change when restricted to its domain.
(F Fn A → (FA) = F)
 
Theoremfnresdisj 2732 A function restricted to a class disjoint with its domain is empty.
(F Fn A → ((AB) = ∅ ↔ (FB) = ∅))
 
Theorem2elresin 2733 Membership in two functions restricted by each other's domain.
((F Fn AG Fn B) → ((⟨x, y⟩ ∈ F ∧ ⟨x, z⟩ ∈ G) ↔ (⟨x, y⟩ ∈ (F ↾ (AB)) ∧ ⟨x, z⟩ ∈ (G ↾ (AB)))))
 
Theoremfnssres 2734 Restriction of a function with a subclass of its domain.
((F Fn ABA) → (FB) Fn B)
 
Theoremfnresin1 2735 Restriction of a function's domain with an intersection.
(F Fn A → (F ↾ (AB)) Fn (AB))
 
Theoremfnresin2 2736 Restriction of a function's domain with an intersection.
(F Fn A → (F ↾ (BA)) Fn (BA))
 
Theoremfnresi 2737 Functionality and domain of restricted identity.
(IA) Fn A
 
Theoremfnima 2738 The image of a function's domain is its range.
(F Fn A → (FA) = ran F)
 
Theoremfn0 2739 A function with empty domain is empty.
(F Fn ∅ ↔ F = ∅)
 
Theoremfnex 2740 If the domain of a function is a set, the function is a set. Theorem 6.16(1) of [TakeutiZaring] p. 28. This theorem is derived using the Axiom of Replacement in the form of funimaexg 2715.
(AB → (F Fn AFV))
 
Theoremfunex 2741 If the domain of a function exists, so the function. Part of Theorem 4.15(v) of [Monk1] p. 46. This theorem is derived using the Axiom of Replacement in the form of fnex 2740. (Note: Any resemblance between F.U.N.E.X. and "Have You Any Eggs" is purely a coincidence originated by Swedish chefs.)
(dom FB → (Fun FFV))
 
Theoremfunopabex 2742 Existence of a function expressed as class of ordered pairs.
AV    &   (xA → ∃*yφ)    ⇒   {⟨x, y⟩∣(xAφ)} ∈ V
 
Theoremfunrnex 2743 If the domain of a function exists, so does its range. Part of Theorem 4.15(v) of [Monk1] p. 46. This theorem is derived using the Axiom of Replacement in the form of funex 2741.
(dom FB → (Fun F → ran FV))
 
Theoremzfrep6 2744 A version of the Axiom of Replacement. Normally φ would have free variables x and y. Axiom 6 of [Kunen] p. 12. The Separation Scheme zfaus 1480 cannot be derived from this version and must be stated as a separate axiom in an axiom system (such as Kunen's) that uses this version in place of our ax-rep 1075.
(∀xz ∃!yφ → ∃wxzyw φ)
 
Theoremfnopabg 2745 Functionality and domain of an ordered pair abstraction.
F = {⟨x, y⟩∣(xAφ)}    ⇒   (∀xA ∃!yφF Fn A)
 
Theoremfnopab 2746 Functionality and domain of an ordered pair abstraction.
(xA → ∃!yφ)    &   F = {⟨x, y⟩∣(xAφ)}    ⇒   F Fn A
 
Theoremfnopab2 2747 Functionality and domain of an ordered pair abstraction.
BV    &   F = {⟨x, y⟩∣(xAy = B)}    ⇒   F Fn A
 
Theoremfeq1 2748 Equality theorem for functions.
(F = G → (F:A–→BG:A–→B))
 
Theoremfeq2 2749 Equality theorem for functions.
(A = B → (F:A–→CF:B–→C))
 
Theoremfeq3 2750 Equality theorem for functions.
(A = B → (F:C–→AF:C–→B))
 
Theoremhbf 2751 Bound-variable hypothesis builder for a mapping.
(yF → ∀x yF)    &   (yA → ∀x yA)    &   (yB → ∀x yB)    ⇒   (F:A–→B → ∀x F:A–→B)
 
Theoremffn 2752 A mapping is a function.
(F:A–→BF Fn A)
 
Theoremfnf 2753 Any function is a mapping into V.
(F Fn AF:A–→V)
 
Theoremffun 2754 A mapping is a function.
(F:A–→B → Fun F)
 
Theoremfrel 2755 A mapping is a relation.
(F:A–→B → Rel F)
 
Theoremfdm 2756 The domain of a mapping.
(F:A–→B → dom F = A)
 
Theoremfrn 2757 The range of a mapping.
(F:A–→B → ran FB)
 
Theoremfnfrn 2758 A function maps to its range.
(F Fn AF:A–→ran F)
 
Theoremfss 2759 Expanding the co-domain of a mapping.
((F:A–→BBC) → F:A–→C)
 
Theoremfco 2760 Composition of two mappings.
((F:B–→CG:A–→B) → (FG):A–→C)
 
Theoremfssxp 2761 A mapping is a class of ordered pairs.
(F:A–→BF ⊆ (A × B))
 
Theoremopelf 2762 The members of an ordered pair element of a mapping belong to the mapping's domain and codomain.
DV    ⇒   ((F:A–→B ∧ ⟨C, D⟩ ∈ F) → (CADB))
 
Theoremfun 2763 The union of two functions with disjoint domains.
(((F:A–→CG:B–→D) ∧ (AB) = ∅) → (FG):(AB)–→(CD))
 
Theoremfssres 2764 Restriction of a function with a subclass of its domain.
((F:A–→BCA) → (FC):C–→B)
 
Theoremfcoi1 2765 Composition of a mapping and restricted identity.
(F:A–→B → (F ∘ (IA)) = F)
 
Theoremfcoi2 2766 Composition of restricted identity and a mapping.
(F:A–→B → ((IB) ∘ F) = F)
 
Theoremfeu 2767 There is exactly one value of a function in its codomain.
((F:A–→BCA) → ∃!yBC, y⟩ ∈ F)
 
Theoremfcnvres 2768 The converse of a restriction of a function.
(F:A–→B(FA) = (FB))
 
Theoremfint 2769 Function into an intersection.
¬ B = ∅    ⇒   (F:A–→B ↔ ∀xB F:A–→x)
 
Theoremfin 2770 Function into an intersection.
(F:A–→(BC) ↔ (F:A–→BF:A–→C))
 
Theoremfex 2771 If the domain of a function is a set, the function is a set.
(AC → (F:A–→BFV))
 
Theoremf0 2772 The empty function.
∅:∅–→A
 
Theoremf00 2773 A class is a function with empty codomain iff it and its domain are empty.
(F:A–→∅ ↔ (F = ∅ ∧ A = ∅))
 
Theoremfconst 2774 A cross product with a singleton is a constant function.
BV    ⇒   (A × {B}):A–→{B}
 
Theoremfconstg 2775 A cross product with a singleton is a constant function.
(BC → (A × {B}):A–→{B})
 
Theoremf1eq1 2776 Equality theorem for one-to-one functions.
(F = G → (F:A1-1BG:A1-1B))
 
Theoremf1eq2 2777 Equality theorem for one-to-one functions.
(A = B → (F:A1-1CF:B1-1C))
 
Theoremf1eq3 2778 Equality theorem for one-to-one functions.
(A = B → (F:C1-1AF:C1-1B))
 
Theoremhbf1 2779 Bound-variable hypothesis builder for a one-to-one function.
(yF → ∀x yF)    &   (yA → ∀x yA)    &   (yB → ∀x yB)    ⇒   (F:A1-1B → ∀x F:A1-1B)
 
Theoremf11 2780 Alternate definition of a one-to-one function.
(F:A1-1B ↔ (F:A–→B ∧ ∀y∃*x xFy))
 
Theoremf1f 2781 A one-to-one mapping is a mapping.
(F:A1-1BF:A–→B)
 
Theoremf1cnv 2782 Two ways of expressing that a set A (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 do not use it very often.
(A:dom A1-1V ↔ (Fun A ∧ Fun A))
 
Theoremf1co 2783 Composition of one-to-one functions. Exercise 30 of [TakeutiZaring] p. 25.
((F:B1-1CG:A1-1B) → (FG):A1-1C)
 
Theoremfoeq1 2784 Equality theorem for onto functions.
(F = G → (F:AontoBG:AontoB))
 
Theoremfoeq2 2785 Equality theorem for onto functions.
(A = B → (F:AontoCF:BontoC))
 
Theoremfoeq3 2786 Equality theorem for onto functions.
(A = B → (F:ContoAF:ContoB))
 
Theoremhbfo 2787 Bound-variable hypothesis builder for an onto function.
(yF → ∀x yF)    &   (yA → ∀x yA)    &   (yB → ∀x yB)    ⇒   (F:AontoB → ∀x F:AontoB)
 
Theoremfof 2788 An onto mapping is a mapping.
(F:AontoBF:A–→B)
 
Theoremforn 2789 The codomain of an onto function is its range.
(F:AontoB → ran F = B)
 
Theoremfoima 2790 The image of the domain of an onto function.
(F:AontoB → (FA) = B)
 
Theoremfnforn 2791 A function maps onto its range.
(F Fn AF:Aonto→ran F)
 
Theoremfunforn 2792 A function maps its domain onto its range.
(Fun AA:dom Aonto→ran A)
 
Theoremfornex 2793 If the domain of an onto function exists, so does its codomain.
(AC → (F:AontoBBV))
 
Theoremfores 2794 Restriction of a function.
((Fun FA ⊆ dom F) → (FA):Aonto→(FA))
 
Theoremf1oeq1 2795 Equality theorem for one-to-one onto functions.
(F = G → (F:A1-1-ontoBG:A1-1-ontoB))
 
Theoremf1oeq2 2796 Equality theorem for one-to-one onto functions.
(A = B → (F:A1-1-ontoCF:B1-1-ontoC))
 
Theoremf1oeq3 2797 Equality theorem for one-to-one onto functions.
(A = B → (F:C1-1-ontoAF:C1-1-ontoB))
 
Theoremhbf1o 2798 Bound-variable hypothesis builder for a one-to-one onto function.
(yF → ∀x yF)    &   (yA → ∀x yA)    &   (yB → ∀x yB)    ⇒   (F:A1-1-ontoB → ∀x F:A1-1-ontoB)
 
Theoremf1of1 2799 A one-to-one onto mapping is a one-to-one mapping.
(F:A1-1-ontoBF:A1-1B)
 
Theoremf1of 2800 A one-to-one onto mapping is a mapping.
(F:A1-1-ontoBF:A–→B)

  metamath.org < Previous  Next >