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-10670

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8737)   Hilbert Space Explorer  Hilbert Space Explorer (8738-10670)  

Statement List for Metamath Proof Explorer - 3801-3900 - Page 39 of 107
TypeLabelDescription
Statement
 
Theoremfunimass5 3801 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 3802 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 3803 Another proof of fvimacnv 3799, based on funimass3 3800. If funimass3 3800 is ever proved directly, as opposed to using funimacnv 3566 pointwise, then the proof of funimacnv 3566 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 3804 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 3805 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 3806 A function's value belongs to its range.
|- ((Fun F /\ A e. dom F) -> (F` A) e. ran F)
 
Theoremfnfvelrn 3807 A function's value belongs to its range.
|- ((F Fn A /\ B e. A) -> (F` B) e. ran F)
 
Theoremffvelrn 3808 A function's value belongs to its codomain.
|- ((F:A-->B /\ C e. A) -> (F` C) e. B)
 
Theoremffvelrni 3809 A function's value belongs to its codomain.
|- F:A-->B   =>   |- (C e. A -> (F` C) e. B)
 
Theoremdff4 3810 Alternate definition of a mapping.
|- (F:A-->B <-> (F Fn A /\ F (_ (A X. B)))
 
Theoremdff2 3811 Alternate definition of a mapping.
|- (F:A-->B <-> (F (_ (A X. B) /\ A.x e. A E!y xFy))
 
Theoremdff3 3812 Alternate definition of a mapping.
|- (F:A-->B <-> (F (_ (A X. B) /\ A.x e. A E!y e. B xFy))
 
Theoremdffo3 3813 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 3814 Alternate definition of an onto mapping.
|- (F:A-onto->B <-> (F:A-->B /\ A.y e. B E.x e. A xFy))
 
Theoremdffo5 3815 Alternate definition of an onto mapping.
|- (F:A-onto->B <-> (F:A-->B /\ A.y e. B E.x xFy))
 
Theoremexfo 3816 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 3817 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 3818 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 3819 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 3820 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 3821 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 3822 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 3823 A function maps to a class to which all values belong. This version of ffnfv 3822 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 3824 An upper bound for range determined by function values.
|- ((F Fn A /\ A.x e. A (F` x) e. B) -> ran F (_ B)
 
Theoremfopabfv 3825 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 3826 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 3827 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 3828 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 3829 The cross product of two singletons.
|- A e. V   &   |- B e. V   =>   |- ({A} X. {B}) = {<.A, B>.}
 
Theoremfsn2 3830 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 3831 A function restricted to a singleton.
|- ((F Fn A /\ B e. A) -> (F |` {B}) = {<.B, (F` B)>.})
 
Theoremfressnfv 3832 The value of a function restricted to a singleton.
|- ((F Fn A /\ B e. A) -> ((F |` {B}):{B}-->C <-> (F` B) e. C))
 
Theoremfvconst 3833 The value of a constant function.
|- ((F:A-->{B} /\ C e. A) -> (F` C) = B)
 
Theoremfopabsn 3834 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 3835 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 3836 The value of the identity function.
|- (A e. B -> (I` A) = A)
 
Theoremfvresi 3837 The value of a restricted identity function.
|- (B e. A -> ((I |` A)` B) = B)
 
Theoremfvconst2g 3838 The value of a constant function.
|- ((B e. D /\ C e. A) -> ((A X. {B})` C) = B)
 
Theoremfconst2g 3839 A constant function expressed as a cross product.
|- (B e. C -> (F:A-->{B} <-> F = (A X. {B})))
 
Theoremfvconst2 3840 The value of a constant function.
|- B e. V   =>   |- (C e. A -> ((A X. {B})` C) = B)
 
Theoremfconst2 3841 A constant function expressed as a cross product.
|- B e. V   =>   |- (F:A-->{B} <-> F = (A X. {B}))
 
Theoremfconst5 3842 Two ways to express that a function is constant.
|- ((F Fn A /\ A =/= (/)) -> (F = (A X. {B}) <-> ran F = {B}))
 
Theoremfconstfv 3843 A constant function expressed in terms of its functionality, domain, and value. See also fconst2 3841.
|- (F:A-->{B} <-> (F Fn A /\ A.x e. A (F` x) = B))
 
Theoremfconst3 3844 Two ways to express a constant function.
|- (F:A-->{B} <-> (F Fn A /\ A (_ (`'F"{B})))
 
Theoremfconst4 3845 Two ways to express a constant function.
|- (F:A-->{B} <-> (F Fn A /\ (`'F"{B}) = A))
 
Theoremfunfvima 3846 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 3847 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 3848 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