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 - 3901-4000 - Page 40 of 123
TypeLabelDescription
Statement
 
Theoremfvopab 3901 The value of a function given by an ordered-pair class abstraction.
|- A e. V   &   |- C e. V   &   |- (x = A -> B = C)   =>   |- ({<.x, y>. | y = B}` A) = C
 
Theoremfvopab2 3902 Value of a function given by an ordered-pair class abstraction.
|- ((x e. A /\ B e. C) -> ({<.x, y>. | (x e. A /\ y = B)}` x) = B)
 
Theoremfvopabs 3903 The value of a function given by an ordered-pair class abstraction, using class substitution.
|- A e. V   &   |- B e. V   =>   |- ({<.x, y>. | y = B}` A) = [_A / x]_B
 
Theoremfvopab5 3904 The value of a function that is expressed as an ordered pair abstraction.
|- F = {<.x, y>. | ph}   &   |- (x = A -> (ph <-> ps))   =>   |- ((Fun F /\ A e. B) -> (F` A) = U.{y | ps})
 
Theoremfvopab6 3905 Value of a function given by ordered-pair class abstraction. (Contributed by Jeff Madsen, 2-Sep-2009.)
|- F = {<.x, y>. | (ph /\ y = B)}   &   |- (x = A -> (ph <-> ps))   &   |- (x = A -> B = C)   =>   |- ((A e. D /\ C e. R /\ ps) -> (F` A) = C)
 
Theoremfvsn 3906 The value of a singleton of an ordered pair is the second member.
|- A e. V   &   |- B e. V   =>   |- ({<.A, B>.}` A) = B
 
Theoremfvsnun1 3907 The value of a function with one of its ordered pairs replaced, at the replaced ordered pair. See also fvsnun2 3908.
|- A e. V   &   |- B e. V   &   |- G = ({<.A, B>.} u. (F |` (C \ {A})))   =>   |- (G` A) = B
 
Theoremfvsnun2 3908 The value of a function with one of its ordered pairs replaced, at arguments other than the replaced one. See also fvsnun1 3907.
|- A e. V   &   |- B e. V   &   |- G = ({<.A, B>.} u. (F |` (C \ {A})))   =>   |- (D e. (C \ {A}) -> (G` D) = (F` D))
 
Theoremeqfnfv 3909 Equality of functions is determined by their values. Exercise 4 of [TakeutiZaring] p. 28.
|- ((F Fn A /\ G Fn B) -> (F = G <-> (A = B /\ A.x e. A (F` x) = (G` x))))
 
TheoremeqfnfvALT 3910 Equality of functions is determined by their values. Special case of Exercise 4 of [TakeutiZaring] p. 28 (with domain equality omitted).
|- ((F Fn A /\ G Fn A) -> (F = G <-> A.x e. A (F` x) = (G` x)))
 
Theoremeqfnfv2 3911 Equality of functions is determined by their values. Special case of Exercise 4 of [TakeutiZaring] p. 28 (with domain equality omitted).
|- ((F Fn A /\ G Fn A) -> (F = G <-> A.x e. A (F` x) = (G` x)))
 
Theoremeqfnfvf2 3912 Equality of functions is determined by their values. Special case of Exercise 4 of [TakeutiZaring] p. 28 (with domain equality omitted). This version of eqfnfv2 3911 uses bound-variable hypotheses instead of distinct variable conditions.
|- (y e. F -> A.x y e. F)   &   |- (y e. G -> A.x y e. G)   =>   |- ((F Fn A /\ G Fn A) -> (F = G <-> A.x e. A (F` x) = (G` x)))
 
Theoremfvreseq 3913 Equality of restricted functions is determined by their values.
|- (((F Fn A /\ G Fn A) /\ B (_ A) -> ((F |` B) = (G |` B) <-> A.x e. B (F` x) = (G` x)))
 
Theoremelrnopabg 3914 Membership in the range of an ordered pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ y = B)}   =>   |- (A.x e. A B e. D -> (C e. ran F <-> E.x e. A C = B))
 
Theoremelrnopab 3915 Membership in the range of an ordered pair class abstraction.
|- B e. V   &   |- F = {<.x, y>. | (x e. A /\ y = B)}   =>   |- (C e. ran F <-> E.x e. A C = B)
 
Theoremchfnrn 3916 The range of a choice function (a function that chooses an element from each member of its domain) is included in the union of its domain.
|- ((F Fn A /\ A.x e. A (F` x) e. x) -> ran F (_ U.A)
 
Theoremfunfvop 3917 Ordered pair with function value. Part of Theorem 4.3(i) of [Monk1] p. 41.
|- ((Fun F /\ A e. dom F) -> <.A, (F` A)>. e. F)
 
Theoremfvimacnvi 3918 A member of a preimage is a function value argument.
|- ((Fun F /\ A e. (`'F"B)) -> (F` A) e. B)
 
Theoremfvimacnv 3919 The argument of a function value belongs to the pre-image of any class containing the function value. (Contributed by Raph Levien, 20-Nov-2006. He remarks: "This proof is unsatisfying, because it seems to me that funimass2 3678 could probably be strengthened to a biconditional.")
|- ((Fun F /\ A e. dom F) -> ((F` A) e. B <-> A e. (`'F"B)))
 
Theoremfunimass3 3920 A kind of contraposition law that infers an image subclass from a subclass of a pre-image. (Contributed by Raph Levien, 20-Nov-2006. He remarks: "Likely this could be proved directly, and fvimacnv 3919 would be the special case of A being a singleton, but it works this way round too.")
|- ((Fun F /\ A (_ dom F) -> ((F"A) (_ B <-> A (_ (`'F"B)))
 
Theoremfunimass5 3921 A subclass of a preimage in terms of function values.
|- ((Fun F /\ A (_ dom F) -> (A (_ (`'F"B) <-> A.x e. A (F` x) e. B))
 
Theoremfunconstss 3922 Two ways of specifying that a function is constant on a subdomain.
|- ((Fun F /\ A (_ dom F) -> (A.x e. A (F` x) = B <-> A (_ (`'F"{B})))
 
TheoremfvimacnvALT 3923 Another proof of fvimacnv 3919, based on funimass3 3920. If funimass3 3920 is ever proved directly, as opposed to using funimacnv 3676 pointwise, then the proof of funimacnv 3676 should be replaced with this one. (Contributed by Raph Levien, 20-Nov-2006.)
|- ((Fun F /\ A e. dom F) -> ((F` A) e. B <-> A e. (`'F"B)))
 
Theoremfimacnv 3924 The pre-image of the codomain of a mapping is the mapping's domain. (Contributed by FL, 25-Jan-2007.)
|- (F:A-->B -> (`'F"B) = A)
 
Theoremfnopfv 3925 Ordered pair with function value. Part of Theorem 4.3(i) of [Monk1] p. 41.
|- ((F Fn A /\ B e. A) -> <.B, (F` B)>. e. F)
 
Theoremfvelrn 3926 A function's value belongs to its range.
|- ((Fun F /\ A e. dom F) -> (F` A) e. ran F)
 
Theoremfnfvelrn 3927 A function's value belongs to its range.
|- ((F Fn A /\ B e. A) -> (F` B) e. ran F)
 
Theoremffvelrn 3928 A function's value belongs to its codomain.
|- ((F:A-->B /\ C e. A) -> (F` C) e. B)
 
Theoremffvelrni 3929 A function's value belongs to its codomain.
|- F:A-->B   =>   |- (C e. A -> (F` C) e. B)
 
Theoremdff2 3930 Alternate definition of a mapping.
|- (F:A-->B <-> (F Fn A /\ F (_ (A X. B)))
 
Theoremdff3 3931 Alternate definition of a mapping.
|- (F:A-->B <-> (F (_ (A X. B) /\ A.x e. A E!y xFy))
 
Theoremdff4 3932 Alternate definition of a mapping.
|- (F:A-->B <-> (F (_ (A X. B) /\ A.x e. A E!y e. B xFy))
 
Theoremdffo3 3933 An onto mapping expressed in terms of function values.
|- (F:A-onto->B <-> (F:A-->B /\ A.y e. B E.x e. A y = (F` x)))
 
Theoremdffo4 3934 Alternate definition of an onto mapping.
|- (F:A-onto->B <-> (F:A-->B /\ A.y e. B E.x e. A xFy))
 
Theoremdffo5 3935 Alternate definition of an onto mapping.
|- (F:A-onto->B <-> (F:A-->B /\ A.y e. B E.x xFy))
 
Theoremexfo 3936 A relation equivalent to the existence of an onto mapping. The right-hand f is not necessarily a function.
|- (E.f f:A-onto->B <-> E.f(A.x e. A E!y e. B xfy /\ A.x e. B E.y e. A yfx))
 
Theoremfopab2 3937 Functionality of an ordered-pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ y = C)}   =>   |- (A.x e. A C e. B <-> F:A-->B)
 
Theoremfopabssxp 3938 Inclusion of a function in a cross product.
|- F = {<.x, y>. | (x e. A /\ y = C)}   =>   |- (A.x e. A C e. B -> F (_ (A X. B))
 
Theoremrnssopab 3939 Range of a function that is expressed as an ordered-pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ y = C)}   &   |- C e. V   =>   |- (A.x e. A C e. B <-> ran F (_ B)
 
Theoremfopab3 3940 Functionality of an ordered-pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ y = C)}   &   |- C e. V   =>   |- (ran F (_ B <-> F:A-->B)
 
Theoremfopab 3941 Functionality of an ordered-pair class abstraction.
|- F = {<.x, y>. | (x e. A /\ y = C)}   &   |- (x e. A -> C e. B)   =>   |- F:A-->B
 
Theoremffnfv 3942 A function maps to a class to which all values belong.
|- (F:A-->B <-> (F Fn A /\ A.x e. A (F` x) e. B))
 
Theoremffnfvf 3943 A function maps to a class to which all values belong. This version of ffnfv 3942 uses bound-variable hypotheses instead of distinct variable conditions.
|- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   &   |- (y e. F -> A.x y e. F)   =>   |- (F:A-->B <-> (F Fn A /\ A.x e. A (F` x) e. B))
 
Theoremfnfvrnss 3944 An upper bound for range determined by function values.
|- ((F Fn A /\ A.x e. A (F` x) e. B) -> ran F (_ B)
 
Theoremfopabfv 3945 Representation of a mapping in terms of its values.
|- (F:A-->B <-> (F = {<.x, y>. | (x e. A /\ y = (F` x))} /\ A.x e. A (F` x) e. B))
 
Theoremfopabco 3946 Composition of two functions expressed as ordered-pair class abstractions. Note that v may be assigned to w, y, or z if desired.
|- R e. V   &   |- S e. V   &   |- T e. V   &   |- (z = R -> S = T)   &   |- F = {<.x, y>. | (x e. A /\ y = R)}   &   |- G = {<.z, w>. | (z e. B /\ w = S)}   &   |- H = {<.x, v>. | (x e. A /\ v = T)}   =>   |- (ran F (_ B -> (G o. F) = H)
 
Theoremfopabcos 3947 Composition of two functions expressed as ordered-pair class abstractions.
|- C e. V   &   |- D e. V   &   |- F = {<.x, y>. | (x e. A /\ y = C)}   &   |- G = {<.x, y>. | (x e. B /\ y = D)}   =>   |- (ran G (_ A -> (F o. G) = {<.x, y>. | (x e. B /\ y = [_D / x]_C)})
 
Theoremfsn 3948 A function maps a singleton to a singleton iff it is the singleton of a ordered pair.
|- A e. V   &   |- B e. V   =>   |- (F:{A}-->{B} <-> F = {<.A, B>.})
 
Theoremxpsn 3949 The cross product of two singletons.
|- A e. V   &   |- B e. V   =>   |- ({A} X. {B}) = {<.A, B>.}
 
Theoremfsn2 3950 A function that maps a singleton to a class is the singleton of an ordered pair.
|- A e. V   =>   |- (F:{A}-->B <-> ((F` A) e. B /\ F = {<.A, (F` A)>.}))
 
Theoremfnressn 3951 A function restricted to a singleton.
|- ((F Fn A /\ B e. A) -> (F |` {B}) = {<.B, (F` B)>.})
 
Theoremfressnfv 3952 The value of a function restricted to a singleton.
|- ((F Fn A /\ B e. A) -> ((F |` {B}):{B}-->C <-> (F` B) e. C))
 
Theoremfvconst 3953 The value of a constant function.
|- ((F:A-->{B} /\ C e. A) -> (F` C) = B)
 
Theoremfopabsn 3954 The singleton of an ordered pair expressed as an ordered pair class abstraction.
|- A e. V   &   |- B e. V   =>   |- {<.A, B>.} = {<.x, y>. | (x e. {A} /\ y = B)}
 
Theoremfopabap 3955 Append an additional value to a function.
|- A e. V   &   |- B e. V   &   |- (R u. {A}) = S   &   |- (x = A -> C = B)   =>   |- ({<.x, y>. | (x e. R /\ y = C)} u. {<.A, B>.}) = {<.x, y>. | (x e. S /\ y = C)}
 
Theoremfvi 3956 The value of the identity function.
|- (A e. B -> (I` A) = A)
 
Theoremfvresi 3957 The value of a restricted identity function.
|- (B e. A -> ((I |` A)` B) = B)
 
Theoremfvconst2g 3958 The value of a constant function.
|- ((B e. D /\ C e. A) -> ((A X. {B})` C) = B)
 
Theoremfconst2g 3959 A constant function expressed as a cross product.
|- (B e. C -> (F:A-->{B} <-> F = (A X. {B})))
 
Theoremfvconst2 3960 The value of a constant function.
|- B e. V   =>   |- (C e. A -> ((A X. {B})` C) = B)
 
Theoremfconst2 3961 A constant function expressed as a cross product.
|- B e. V   =>   |- (F:A-->{B} <-> F = (A X. {B}))
 
Theoremfconst5 3962 Two ways to express that a function is constant.
|- ((F Fn A /\ A =/= (/)) -> (F = (A X. {B}) <-> ran F = {B}))
 
Theoremfconstfv 3963 A constant function expressed in terms of its functionality, domain, and value. See also fconst2 3961.
|- (F:A-->{B} <-> (F Fn A /\ A.x e. A (F` x) = B))
 
Theoremfconst3 3964 Two ways to express a constant function.
|- (F:A-->{B} <-> (F Fn A /\ A (_ (`'F"{B})))
 
Theoremfconst4 3965 Two ways to express a constant function.
|- (F:A-->{B} <-> (F Fn A /\ (`'F"{B}) = A))
 
Theoremfunfvima 3966 A function's value in a pre-image belongs to the image.
|- ((Fun F /\ B e. dom F) -> (B e. A -> (F` B) e. (F"A)))
 
Theoremfunfvima2 3967 A function's value in an included pre-image belongs to the image.
|- ((Fun F /\ A (_ dom F) -> (B e. A -> (F` B) e. (F"A)))
 
Theoremfunfvima3 3968 A class including a function contains the function's value in the image of the singleton of the argument.
|- ((Fun F /\ F (_ G) -> (A e. dom F -> (F` A) e. (G"{A})))
 
Theoremfvclss 3969 Upper bound for the class of values of a class.
|- {y | E.x y = (F` x)} (_ (ran F u. {(/)})
 
Theoremfvclex 3970 Existence of the class of values of a set.
|- F e. V   =>   |- {y | E.x y = (F` x)} e. V
 
Theoremfvresex 3971 Existence of the class of values of a restricted class.
|- A e. V   =>   |- {y | E.x y = ((F |` A)` x)} e. V
 
Theoremabrexexlem1 3972 Lemma for abrexex 3974. Shows the existence of a class of existentially restricted function values.
 
Theoremabrexexlem2 3973 Lemma for abrexex 3974. Almost there, but still requires that B be a set.
 
Theoremabrexex 3974 Existence of a class abstraction of existentially restricted sets. x is normally a free-variable parameter in the class expression substituted for B, which can be thought of as B(x). This simple-looking theorem is actually quite powerful and appears to involve the Axiom of Replacement in an intrinsic way, as can be seen by tracing back through the path abrexexlem2 3973, abrexexlem1 3972, fvresex 3971, resfunexg 3685, and funimaexg 3681. See also abrexex2 3985.
|- A e. V   =>   |- {y | E.x e. A y = B} e. V
 
Theoremabrexexg 3975 Existence of a class abstraction of existentially restricted sets. x is normally a free-variable parameter in B. The antecedent assures us that A is a set.
|- (A e. C -> {y | E.x e. A y = B} e. V)
 
Theoremiunexg 3976 The existence of an indexed union. x is normally a free-variable parameter in B.
|- ((A e. C /\ A.x e. A B e. D) -> U_x e. A B e. V)
 
Theoremiunex 3977 The existence of an indexed union. x is normally a free-variable parameter in the class expression substituted for B, which can be read informally as B(x).
|- A e. V   &   |- B e. V   =>   |- U_x e. A B e. V
 
Theoremimaiun 3978 The image of a union is the indexed union of the images. Theorem 3K(a) of [Enderton] p. 50.
|- (A"U.B) = U_x e. B (A"x)
 
Theoremfniunfv 3979 The indexed union of a function's values is the union of its range.
|- (F Fn A -> U_x e. A (F` x) = U.ran F)
 
Theoremfuniunfv 3980 The indexed union of a function's values is the union of its image under the index class.

Note: This theorem depends on the fact that our function value is the empty set outside of its domain. If the antecedent is changed to F Fn A, the theorem can be proved without this dependency.

|- (Fun F -> U_x e. A (F` x) = U.(F"A))
 
Theoremeluniima 3981 Membership in the union of an image of a function.
|- (Fun F -> (B e. U.(F"A) <-> E.x e. A B e. (F` x)))
 
Theoremelunirn 3982 Membership in the union of the range of a function.
|- (Fun F -> (A e. U.ran F <-> E.x e. dom F A e. (F` x)))
 
TheoremelunirnALT 3983 Membership in the union of the range of a function, proved directly. Unlike elunirn 3982, it doesn't appeal to ndmfv 3856 (via funiunfv 3980).
|- (Fun F -> (A e. U.ran F <-> E.x e. dom F A e. (F` x)))
 
Theoremfuniunfvf 3984 The indexed union of a function's values is the union of its image under the index class. This version of funiunfv 3980 uses a bound-variable hypothesis in place of a distinct variable condition.
|- (y e. F -> A.x y e. F)   =>   |- (Fun F -> U_x e. A (F` x) = U.(F"A))
 
Theoremabrexex2 3985 Existence of an existentially restricted class abstraction. ph is normally has free-variable parameters x and y. This is a powerful generalization of abrexex 3974.
|- A e. V   &   |- {y | ph} e. V   =>   |- {y | E.x e. A ph} e. V
 
Theoremabexssex 3986 Existence of a class abstraction with an existentially quantified expression. Both x and y can be free in ph.
|- A e. V   &   |- {y | ph} e. V   =>   |- {y | E.x(x (_ A /\ ph)} e. V
 
Theoremabexex 3987 A condition where a class builder continues to exist after its wff is existentially quantified.
|- A e. V   &   |- (ph -> x e. A)   &   |- {y | ph} e. V   =>   |- {y | E.xph} e. V
 
Theoremdff13 3988 A one-to-one function in terms of function values. Compare Theorem 4.8(iv) of [Monk1] p. 43.
|- (F:A-1-1->B <-> (F:A-->B /\ A.x e. A A.y e. A ((F` x) = (F` y) -> x = y)))
 
Theoremdff13f 3989 A one-to-one function in terms of function values. Compare Theorem 4.8(iv) of [Monk1] p. 43.
|- (z e. F -> A.x z e. F)   &   |- (z e. F -> A.y z e. F)   =>   |- (F:A-1-1->B <-> (F:A-->B /\ A.x e. A A.y e. A ((F` x) = (F` y) -> x = y)))
 
Theoremf1fveq 3990 Equality of function values for a one-to-one function.
|- ((F:A-1-1->B /\ (C e. A /\ D e. A)) -> ((F` C) = (F` D) <-> C = D))
 
Theoremdff1o6 3991 A one-to-one onto function in terms of function values.
|- (F:A-1-1-onto->B <-> (F Fn A /\ ran F = B /\ A.x e. A A.y e. A ((F` x) = (F` y) -> x = y)))
 
Theoremf1ocnvfv1 3992 The converse value of the value of a one-to-one onto function.
|- ((F:A-1-1-onto->B /\ C e. A) -> (`'F` (F` C)) = C)
 
Theoremf1ocnvfv2 3993 The value of the converse value of a one-to-one onto function.
|- ((F:A-1-1-onto->B /\ C e. B) -> (F` (`'F` C)) = C)
 
Theoremf1ocnvfv 3994 Relationship between the value of a one-to-one onto function and the value of its converse. (Contributed by Raph Levien, 10-Apr-2004.)
|- ((F:A-1-1-onto->B /\ C e. A) -> ((F` C) = D -> (`'F` D) = C))
 
Theoremf1ocnvfvb 3995 Relationship between the value of a one-to-one onto function and the value of its converse.
|- ((F:A-1-1-onto->B /\ C e. A /\ D e. B) -> ((F` C) = D <-> (`'F` D) = C))
 
Theoremf1ofveu 3996 There is one domain element for each value of a one-to-one onto function.
|- ((F:A-1-1-onto->B /\ C e. B) -> E!x e. A (F` x) = C)
 
Theoremf1ocnvfv3 3997 Value of the converse of a one-to-one onto function.
|- ((F:A-1-1-onto->B /\ C e. B) -> (`'F` C) = U.{x e. A | (F` x) = C})
 
Theoremf1ocnvdm 3998 The value of the converse of a one-to-one onto function belongs to its domain.
|- ((F:A-1-1-onto->B /\ C e. B) -> (`'F` C) e. A)
 
Theoremcbvfo 3999 Change bound variable between domain and range of function.
|- ((F` x) = y -> (ph <-> ps))   =>   |- (F:A-onto->B -> (A.x e. A ph <-> A.y e. B ps))
 
Theoremcbvexfo 4000 Change bound variable between domain and range of function.
|- ((F` x) = y -> (ph <-> ps))   =>   |- (F:A-onto->B -> (E.x e. A ph <-> E.y e. B ps))

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