HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 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-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 3701-3800 - Page 38 of 123
TypeLabelDescription
Statement
 
Theoremfnco 3701 Composition of two functions.
|- ((F Fn A /\ G Fn B /\ ran G (_ A) -> (F o. G) Fn B)
 
Theoremfnresdm 3702 A function does not change when restricted to its domain.
|- (F Fn A -> (F |` A) = F)
 
Theoremfnresdisj 3703 A function restricted to a class disjoint with its domain is empty.
|- (F Fn A -> ((A i^i B) = (/) <-> (F |` B) = (/)))
 
Theorem2elresin 3704 Membership in two functions restricted by each other's domain.
|- ((F Fn A /\ G Fn B) -> ((<.x, y>. e. F /\ <.x, z>. e. G) <-> (<.x, y>. e. (F |` (A i^i B)) /\ <.x, z>. e. (G |` (A i^i B)))))
 
Theoremfnssresb 3705 Restriction of a function with a subclass of its domain.
|- (F Fn A -> ((F |` B) Fn B <-> B (_ A))
 
Theoremfnssres 3706 Restriction of a function with a subclass of its domain.
|- ((F Fn A /\ B (_ A) -> (F |` B) Fn B)
 
Theoremfnresin1 3707 Restriction of a function's domain with an intersection.
|- (F Fn A -> (F |` (A i^i B)) Fn (A i^i B))
 
Theoremfnresin2 3708 Restriction of a function's domain with an intersection.
|- (F Fn A -> (F |` (B i^i A)) Fn (B i^i A))
 
Theoremfnresi 3709 Functionality and domain of restricted identity.
|- (I |` A) Fn A
 
Theoremfnima 3710 The image of a function's domain is its range.
|- (F Fn A -> (F"A) = ran F)
 
Theoremfn0 3711 A function with empty domain is empty.
|- (F Fn (/) <-> F = (/))
 
Theoremfunimadisj 3712 A class that is disjoint with the domain of a function has an empty image under the function. (Contributed by FL, 24-Jan-2007.)
|- ((F Fn A /\ (A i^i C) = (/)) -> (F"C) = (/))
 
Theoremfnex 3713 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 3681.
|- ((F Fn A /\ A e. B) -> F e. V)
 
Theoremfunex 3714 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 3713. (Note: Any resemblance between F.U.N.E.X. and "Have You Any Eggs" is purely a coincidence originated by Swedish chefs.)
|- ((Fun F /\ dom F e. B) -> F e. V)
 
Theoremopabex 3715 Existence of a function expressed as class of ordered pairs.
|- A e. V   &   |- (x e. A -> E*yph)   =>   |- {<.x, y>. | (x e. A /\ ph)} e. V
 
Theoremopabex2 3716 Existence of a function expressed as class of ordered pairs.
|- A e. V   =>   |- {<.x, y>. | (x e. A /\ y = B)} e. V
 
Theoremopabex2g 3717 Existence of a function expressed as class of ordered pairs.
|- (A e. C -> {<.x, y>. | (x e. A /\ y = B)} e. V)
 
Theoremfopabex2 3718 Existence of a function expressed as class of ordered pairs.
|- A e. V   &   |- F = {<.x, y>. | (x e. A /\ y = B)}   =>   |- F e. V
 
Theoremiunfopab 3719 Two ways to express a function as a class of ordered pairs.
|- B e. V   =>   |- U_x e. A {<.x, B>.} = {<.x, y>. | (x e. A /\ y = B)}
 
Theoremfunrnex 3720 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 3714.
|- (dom F e. B -> (Fun F -> ran F e. V))
 
Theoremzfrep6 3721 A version of the Axiom of Replacement. Normally ph would have free variables x and y. Axiom 6 of [Kunen] p. 12. The Separation Scheme ax-sep 2777 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 2767.
|- (A.x e. z E!yph -> E.wA.x e. z E.y e. w ph)
 
Theoremfnopabg 3722 Functionality and domain of an ordered-pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ ph)}   =>   |- (A.x e. A E!yph <-> F Fn A)
 
Theoremfnopab2g 3723 Functionality and domain of an ordered-pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ y = B)}   =>   |- (A.x e. A B e. V <-> F Fn A)
 
Theoremfnopab 3724 Functionality and domain of an ordered-pair class abstraction.
|- (x e. A -> E!yph)   &   |- F = {<.x, y>. | (x e. A /\ ph)}   =>   |- F Fn A
 
Theoremfnopab2 3725 Functionality and domain of an ordered-pair class abstraction.
|- B e. V   &   |- F = {<.x, y>. | (x e. A /\ y = B)}   =>   |- F Fn A
 
Theoremdmopab2 3726 Domain of an ordered-pair class abstraction that specifies a function.
|- B e. V   &   |- F = {<.x, y>. | (x e. A /\ y = B)}   =>   |- dom F = A
 
Theoremfeq1 3727 Equality theorem for functions.
|- (F = G -> (F:A-->B <-> G:A-->B))
 
Theoremfeq2 3728 Equality theorem for functions.
|- (A = B -> (F:A-->C <-> F:B-->C))
 
Theoremfeq3 3729 Equality theorem for functions.
|- (A = B -> (F:C-->A <-> F:C-->B))
 
Theoremfeq23 3730 Equality theorem for functions. (Contributed by FL, 14-Jul-2007.)
|- ((A = C /\ B = D) -> (F:A-->B <-> F:C-->D))
 
Theoremfeq1d 3731 Equality deduction for mappings.
|- (ph -> F = G)   =>   |- (ph -> (F:A-->B <-> G:A-->B))
 
Theoremhbf 3732 Bound-variable hypothesis builder for a mapping.
|- (y e. F -> A.x y e. F)   &   |- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (F:A-->B -> A.x F:A-->B)
 
Theoremelimf 3733 Eliminate a mapping hypothesis for the weak deduction theorem dedth 2437, when a special case G:A-->B is provable, in order to convert F:A-->B from a hypothesis to an antecedent.
|- G:A-->B   =>   |- if(F:A-->B, F, G):A-->B
 
Theoremffn 3734 A mapping is a function.
|- (F:A-->B -> F Fn A)
 
Theoremdffn2 3735 Any function is a mapping into V.
|- (F Fn A <-> F:A-->V)
 
Theoremffun 3736 A mapping is a function.
|- (F:A-->B -> Fun F)
 
Theoremfrel 3737 A mapping is a relation.
|- (F:A-->B -> Rel F)
 
Theoremfdm 3738 The domain of a mapping.
|- (F:A-->B -> dom F = A)
 
Theoremfdmi 3739 The domain of a mapping.
|- F:A-->B   =>   |- dom F = A
 
Theoremfrn 3740 The range of a mapping.
|- (F:A-->B -> ran F (_ B)
 
Theoremdffn3 3741 A function maps to its range.
|- (F Fn A <-> F:A-->ran F)
 
Theoremfss 3742 Expanding the codomain of a mapping.
|- ((F:A-->B /\ B (_ C) -> F:A-->C)
 
Theoremfco 3743 Composition of two mappings.
|- ((F:B-->C /\ G:A-->B) -> (F o. G):A-->C)
 
Theoremfssxp 3744 A mapping is a class of ordered pairs.
|- (F:A-->B -> F (_ (A X. B))
 
Theoremfunssxp 3745 Two ways of specifying a partial function from A to B.
|- ((Fun F /\ F (_ (A X. B)) <-> (F:dom F-->B /\ dom F (_ A))
 
Theoremffdm 3746 A mapping is a partial function.
|- (F:A-->B -> (F:dom F-->B /\ dom F (_ A))
 
Theoremopelf 3747 The members of an ordered pair element of a mapping belong to the mapping's domain and codomain.
|- D e. V   =>   |- ((F:A-->B /\ <.C, D>. e. F) -> (C e. A /\ D e. B))
 
Theoremfun 3748 The union of two functions with disjoint domains.
|- (((F:A-->C /\ G:B-->D) /\ (A i^i B) = (/)) -> (F u. G):(A u. B)-->(C u. D))
 
Theoremfnfco 3749 Composition of two functions.
|- ((F Fn A /\ G:B-->A) -> (F o. G) Fn B)
 
Theoremfssres 3750 Restriction of a function with a subclass of its domain.
|- ((F:A-->B /\ C (_ A) -> (F |` C):C-->B)
 
Theoremfssres2 3751 Restriction of a restricted function with a subclass of its domain.
|- (((F |` A):A-->B /\ C (_ A) -> (F |` C):C-->B)
 
Theoremfcoi1 3752 Composition of a mapping and restricted identity.
|- (F:A-->B -> (F o. (I |` A)) = F)
 
Theoremfcoi2 3753 Composition of restricted identity and a mapping.
|- (F:A-->B -> ((I |` B) o. F) = F)
 
Theoremfeu 3754 There is exactly one value of a function in its codomain.
|- ((F:A-->B /\ C e. A) -> E!y e. B <.C, y>. e. F)
 
Theoremfcnvres 3755 The converse of a restriction of a function.
|- (F:A-->B -> `'(F |` A) = (`'F |` B))
 
Theoremfimacnvdisj 3756 The pre-image of a class disjoint with a mapping's codomain is empty. (Contributed by FL, 24-Jan-2007.)
|- ((F:A-->B /\ (B i^i C) = (/)) -> (`'F"C) = (/))
 
Theoremfint 3757 Function into an intersection.
|- B =/= (/)   =>   |- (F:A-->|^|B <-> A.x e. B F:A-->x)
 
Theoremfin 3758 Mapping into an intersection.
|- (F:A-->(B i^i C) <-> (F:A-->B /\ F:A-->C))
 
Theoremfex 3759 If the domain of a mapping is a set, the function is a set.
|- ((F:A-->B /\ A e. C) -> F e. V)
 
Theoremfabexg 3760 Existence of a set of functions. (Contributed by Paul Chapman, 25-Feb-2008.)
|- F = {x | (x:A-->B /\ ph)}   =>   |- ((A e. C /\ B e. D) -> F e. V)
 
Theoremfabex 3761 Existence of a set of functions.
|- A e. V   &   |- B e. V   &   |- F = {x | (x:A-->B /\ ph)}   =>   |- F e. V
 
Theoremdmfex 3762 If a mapping is a set, its domain is a set.
|- ((F e. C /\ F:A-->B) -> A e. V)
 
Theoremf0 3763 The empty function.
|- (/):(/)-->A
 
Theoremf00 3764 A class is a function with empty codomain iff it and its domain are empty.
|- (F:A-->(/) <-> (F = (/) /\ A = (/)))
 
Theoremfconst 3765 A cross product with a singleton is a constant function.
|- B e. V   =>   |- (A X. {B}):A-->{B}
 
Theoremfconstg 3766 A cross product with a singleton is a constant function.
|- (B e. C -> (A X. {B}):A-->{B})
 
Theoremf1eq1 3767 Equality theorem for one-to-one functions.
|- (F = G -> (F:A-1-1->B <-> G:A-1-1->B))
 
Theoremf1eq2 3768 Equality theorem for one-to-one functions.
|- (A = B -> (F:A-1-1->C <-> F:B-1-1->C))
 
Theoremf1eq3 3769 Equality theorem for one-to-one functions.
|- (A = B -> (F:C-1-1->A <-> F:C-1-1->B))
 
Theoremhbf1 3770 Bound-variable hypothesis builder for a one-to-one function.
|- (y e. F -> A.x y e. F)   &   |- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (F:A-1-1->B -> A.x F:A-1-1->B)
 
Theoremdff12 3771 Alternate definition of a one-to-one function.
|- (F:A-1-1->B <-> (F:A-->B /\ A.yE*x xFy))
 
Theoremf1f 3772 A one-to-one mapping is a mapping.
|- (F:A-1-1->B -> F:A-->B)
 
Theoremf1cnv 3773 Two ways to express 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 rarely use it.
|- (`'`'A:dom A-1-1->V <-> (Fun `'A /\ Fun `'`'A))
 
Theoremf1co 3774 Composition of one-to-one functions. Exercise 30 of [TakeutiZaring] p. 25.
|- ((F:B-1-1->C /\ G:A-1-1->B) -> (F o. G):A-1-1->C)
 
Theoremfoeq1 3775 Equality theorem for onto functions.
|- (F = G -> (F:A-onto->B <-> G:A-onto->B))
 
Theoremfoeq2 3776 Equality theorem for onto functions.
|- (A = B -> (F:A-onto->C <-> F:B-onto->C))
 
Theoremfoeq3 3777 Equality theorem for onto functions.
|- (A = B -> (F:C-onto->A <-> F:C-onto->B))
 
Theoremhbfo 3778 Bound-variable hypothesis builder for an onto function.
|- (y e. F -> A.x y e. F)   &   |- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (F:A-onto->B -> A.x F:A-onto->B)
 
Theoremfof 3779 An onto mapping is a mapping.
|- (F:A-onto->B -> F:A-->B)
 
Theoremfofun 3780 An onto mapping is a function.
|- (F:A-onto->B -> Fun F)
 
Theoremfofn 3781 An onto mapping is a function on its domain.
|- (F:A-onto->B -> F Fn A)
 
Theoremforn 3782 The codomain of an onto function is its range.
|- (F:A-onto->B -> ran F = B)
 
Theoremdffo2 3783 Alternate definition of an onto function.
|- (F:A-onto->B <-> (F:A-->B /\ ran F = B))
 
Theoremfoima 3784 The image of the domain of an onto function.
|- (F:A-onto->B -> (F"A) = B)
 
Theoremdffn4 3785 A function maps onto its range.
|- (F Fn A <-> F:A-onto->ran F)
 
Theoremfunforn 3786 A function maps its domain onto its range.
|- (Fun A <-> A:dom A-onto->ran A)
 
Theoremfornex 3787 If the domain of an onto function exists, so does its codomain.
|- (A e. C -> (F:A-onto->B -> B e. V))
 
Theoremfodmrnu 3788 An onto function has unique domain and range.
|- ((F:A-onto->B /\ F:C-onto->D) -> (A = C /\ B = D))
 
Theoremfores 3789 Restriction of a function.
|- ((Fun F /\ A (_ dom F) -> (F |` A):A-onto->(F"A))
 
Theoremfoco 3790 Composition of onto functions.
|- ((F:B-onto->C /\ G:A-onto->B) -> (F o. G):A-onto->C)
 
Theoremfoconst 3791 A non-zero constant function is onto.
|- ((F:A-->{B} /\ F =/= (/)) -> F:A-onto->{B})
 
Theoremf1oeq1 3792 Equality theorem for one-to-one onto functions.
|- (F = G -> (F:A-1-1-onto->B <-> G:A-1-1-onto->B))
 
Theoremf1oeq2 3793 Equality theorem for one-to-one onto functions.
|- (A = B -> (F:A-1-1-onto->C <-> F:B-1-1-onto->C))
 
Theoremf1oeq3 3794 Equality theorem for one-to-one onto functions.
|- (A = B -> (F:C-1-1-onto->A <-> F:C-1-1-onto->B))
 
Theoremhbf1o 3795 Bound-variable hypothesis builder for a one-to-one onto function.
|- (y e. F -> A.x y e. F)   &   |- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (F:A-1-1-onto->B -> A.x F:A-1-1-onto->B)
 
Theoremf1of1 3796 A one-to-one onto mapping is a one-to-one mapping.
|- (F:A-1-1-onto->B -> F:A-1-1->B)
 
Theoremf1of 3797 A one-to-one onto mapping is a mapping.
|- (F:A-1-1-onto->B -> F:A-->B)
 
Theoremf1ofn 3798 A one-to-one onto mapping is function on its domain.
|- (F:A-1-1-onto->B -> F Fn A)
 
Theoremf1ofun 3799 A one-to-one onto mapping is a function.
|- (F:A-1-1-onto->B -> Fun F)
 
Theoremf1orel 3800 A one-to-one onto mapping is a relation.
|- (F:A-1-1-onto->B -> Rel F)

MPE Home   Contents Copyright terms: Public domain < Previous  Next >