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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8729)   Hilbert Space Explorer  Hilbert Space Explorer (8730-10658)  

Statement List for Metamath Proof Explorer - 3301-3400 - Page 34 of 107
TypeLabelDescription
Statement
 
Theoremdfdmf 3301 Definition of domain, using bound-variable hypotheses instead of distinct variable conditions.
|- (z e. A -> A.x z e. A)   &   |- (z e. A -> A.y z e. A)   =>   |- dom A = {x | E.y<.x, y>. e. A}
 
Theoremeldm 3302 Membership in a domain. Theorem 4 of [Suppes] p. 59.
|- A e. V   =>   |- (A e. dom B <-> E.y ABy)
 
Theoremeldm2 3303 Membership in a domain. Theorem 4 of [Suppes] p. 59.
|- A e. V   =>   |- (A e. dom B <-> E.y<.A, y>. e. B)
 
Theoremeldm2g 3304 Domain membership. Theorem 4 of [Suppes] p. 59.
|- (A e. C -> (A e. dom B <-> E.y<.A, y>. e. B))
 
Theoremdmss 3305 Subset theorem for domain.
|- (A (_ B -> dom A (_ dom B)
 
Theoremdmeq 3306 Equality theorem for domain.
|- (A = B -> dom A = dom B)
 
Theoremdmeqi 3307 Equality inference for domain.
|- A = B   =>   |- dom A = dom B
 
Theoremdmeqd 3308 Equality deduction for domain.
|- (ph -> A = B)   =>   |- (ph -> dom A = dom B)
 
Theoremopeldm 3309 Membership of first of an ordered pair in a domain.
|- A e. V   =>   |- (<.A, B>. e. C -> A e. dom C)
 
Theorembreldm 3310 Membership of first of a binary relation in a domain.
|- A e. V   =>   |- (ARB -> A e. dom R)
 
Theorembreldmg 3311 Membership of first of a binary relation in a domain.
|- ((A e. C /\ ARB) -> A e. dom R)
 
Theoremdmun 3312 The domain of a union is the union of domains. Exercise 56(a) of [Enderton] p. 65.
|- dom ( A u. B) = (dom A u. dom B)
 
Theoremdmin 3313 The domain of an intersection belong to the intersection of domains. Theorem 6 of [Suppes] p. 60.
|- dom ( A i^i B) (_ (dom A i^i dom B)
 
Theoremdmuni 3314 The domain of a union. Part of Exercise 8 of [Enderton] p. 41.
|- dom U. A = U_x e. A dom x
 
Theoremdmopab 3315 The domain of a class of ordered pairs.
|- dom {<.x, y>. | ph} = {x | E.yph}
 
Theoremdmopabss 3316 Upper bound for the domain of a restricted class of ordered pairs.
|- dom {<.x, y>. | (x e. A /\ ph)} (_ A
 
Theoremdmopab3 3317 The domain of a restricted class of ordered pairs.
|- (A.x e. A E.yph <-> dom {<.x, y>. | (x e. A /\ ph)} = A)
 
Theoremdm0 3318 The domain of the empty set is empty. Part of Theorem 3.8(v) of [Monk1] p. 36.
|- dom (/) = (/)
 
Theoremdmsn0 3319 The domain of the singleton of the empty set is empty.
|- dom {(/)} = (/)
 
Theoremdmsnsn0 3320 The domain of the singleton of the singleton of the empty set is empty.
|- dom {{(/)}} = (/)
 
Theoremdmi 3321 The domain of the identity relation is the universe.
|- dom I = V
 
Theoremdmv 3322 The domain of the universe is the universe.
|- dom V = V
 
Theoremdmsnop 3323 The domain of a singleton of an ordered pair is the singleton of the first member.
|- dom {<.A, B>.} = {A}
 
Theoremdmsnsnsn 3324 The domain of the singleton of the singleton of a singleton.
|- dom {{{A}}} = {A}
 
Theoremdm0rn0 3325 An empty domain implies an empty range.
|- (dom A = (/) <-> ran A = (/))
 
Theoremreldm0 3326 A relation is empty iff its domain is empty.
|- (Rel A -> (A = (/) <-> dom A = (/)))
 
Theoremdmxp 3327 The domain of a cross product. Part of Theorem 3.13(x) of [Monk1] p. 37.
|- (B =/= (/) -> dom ( A X. B) = A)
 
Theoremdmxpid 3328 The domain of a square cross product.
|- dom ( A X. A) = A
 
Theoremdmxpin 3329 The domain of the intersection of two square cross products. Unlike dmin 3313, equality holds.
|- dom ((A X. A) i^i (B X. B)) = (A i^i B)
 
Theoremxpid11 3330 The cross product of a class with itself is one-to-one.
|- ((A X. A) = (B X. B) <-> A = B)
 
Theoremdmcnvcnv 3331 The domain of the double converse of a class (which doesn't have to be a relation as in dfrel2 3478).
|- dom `'`'A = dom A
 
Theoremrncnvcnv 3332 The range of the double converse of a class.
|- ran `'`'A = ran A
 
Theoremelreldm 3333 The first member of an ordered pair in a relation belongs to the domain of the relation.
|- ((Rel A /\ B e. A) -> |^||^|B e. dom A)
 
Theoremrneq 3334 Equality theorem for range.
|- (A = B -> ran A = ran B)
 
Theoremrneqi 3335 Equality inference for range.
|- A = B   =>   |- ran A = ran B
 
Theoremrneqd 3336 Equality deduction for range.
|- (ph -> A = B)   =>   |- (ph -> ran A = ran B)
 
Theoremrnss 3337 Subset theorem for range.
|- (A (_ B -> ran A (_ ran B)
 
Theorembrelrng 3338 The second argument of a binary relation belongs to its range.
|- ((A e. F /\ B e. G /\ ACB) -> B e. ran C)
 
Theorembrelrn 3339 The second argument of a binary relation belongs to its range.
|- A e. V   &   |- B e. V   =>   |- (ACB -> B e. ran C)
 
Theoremopelrn 3340 Membership of second member of an ordered pair in a range.
|- A e. V   &   |- B e. V   =>   |- (<.A, B>. e. C -> B e. ran C)
 
Theoremreleldm 3341 The first argument of a binary relation belongs to its domain.
|- ((Rel R /\ ARB) -> A e. dom R)
 
Theoremdfrnf 3342 Definition of range, using bound-variable hypotheses instead of distinct variable conditions.
|- (z e. A -> A.x z e. A)   &   |- (z e. A -> A.y z e. A)   =>   |- ran A = {y | E.x<.x, y>. e. A}
 
Theoremelrn2 3343 Membership in a range.
|- A e. V   =>   |- (A e. ran B <-> E.x<.x, A>. e. B)
 
Theoremelrn 3344 Membership in a range.
|- A e. V   =>   |- (A e. ran B <-> E.x xBA)
 
Theoremhbrn 3345 Bound-variable hypothesis builder for range.
|- (y e. A -> A.x y e. A)   =>   |- (y e. ran A -> A.x y e. ran A)
 
Theoremhbdm 3346 Bound-variable hypothesis builder for domain.
|- (y e. A -> A.x y e. A)   =>   |- (y e. dom A -> A.x y e. dom A)
 
Theoremrnopab 3347 The range of a class of ordered pairs.
|- ran {<.x, y>. | ph} = {y | E.xph}
 
Theoremrnopab2 3348 The range of a function expressed as a class abstraction.
|- ran {<.x, y>. | (x e. A /\ y = B)} = {y | E.x e. A y = B}
 
Theoremrn0 3349 The range of the empty set is empty. Part of Theorem 3.8(v) of [Monk1] p. 36.
|- ran (/) = (/)
 
Theoremrelrn0 3350 A relation is empty iff its range is empty.
|- (Rel A -> (A = (/) <-> ran A = (/)))
 
Theoremdmrnssfld 3351 The domain and range of a class are included in its double union.
|- (dom A u. ran A) (_ U.U.A
 
Theoremdmexg 3352 The domain of a set is a set. Corollary 6.8(2) of [TakeutiZaring] p. 26.
|- (A e. B -> dom A e. V)
 
Theoremrnexg 3353 The range of a set is a set. Corollary 6.8(3) of [TakeutiZaring] p. 26. Similar to Lemma 3D of [Enderton] p. 41.
|- (A e. B -> ran A e. V)
 
Theoremdmex 3354 The domain of a set is a set. Corollary 6.8(2) of [TakeutiZaring] p. 26.
|- A e. V   =>   |- dom A e. V
 
Theoreminelv 3355 The identity function is a proper class. This means, for example, that we cannot use it as a member of the class of continuous functions unless it is restricted to a set, as in idcn 7718.
|- -. I e. V
 
Theoremdmcoss 3356 Domain of a composition. Theorem 21 of [Suppes] p. 63.
|- dom ( A o. B) (_ dom B
 
Theoremrncoss 3357 Range of a composition.
|- ran ( A o. B) (_ ran A
 
Theoremdmcosseq 3358 Domain of a composition.
|- (ran B (_ dom A -> dom ( A o. B) = dom B)
 
Theoremdmcoeq 3359 Domain of a composition.
|- (dom A = ran B -> dom ( A o. B) = dom B)
 
Theoremrncoeq 3360 Range of a composition.
|- (dom A = ran B -> ran ( A o. B) = ran A)
 
Theoremreseq1 3361 Equality theorem for restrictions.
|- (A = B -> (A |` C) = (B |` C))
 
Theoremreseq2 3362 Equality theorem for restrictions.
|- (A = B -> (C |` A) = (C |` B))
 
Theoremhbres 3363 Bound-variable hypothesis builder for restriction.
|- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (y e. (A |` B) -> A.x y e. (A |` B))
 
Theoremres0 3364 A restriction to the empty set is empty.
|- (A |` (/)) = (/)
 
Theoremopelres 3365 Ordered pair membership in a restriction. Exercise 13 of [TakeutiZaring] p. 25.
|- B e. V   =>   |- (<.A, B>. e. (C |` D) <-> (<.A, B>. e. C /\ A e. D))
 
Theorembrres 3366 Binary relation on a restriction.
|- B e. V   =>   |- (A(C |` D)B <-> (ACB /\ A e. D))
 
Theoremopelresg 3367 Ordered pair membership in a restriction. Exercise 13 of [TakeutiZaring] p. 25.
|- (B e. R -> (<.A, B>. e. (C |` D) <-> (<.A, B>. e. C /\ A e. D)))
 
Theoremopres 3368 Ordered pair membership in a restriction when the first member belongs to the restricting class.
|- B e. V   =>   |- (A e. D -> (<.A, B>. e. (C |` D) <-> <.A, B>. e. C))
 
Theoremresieq 3369 A restricted identity relation is equivalent to equality in its domain.
|- ((B e. A /\ C e. A) -> (B(I |` A)C <-> B = C))
 
Theoremresres 3370 The restriction of a restriction.
|- ((A |` B) |` C) = (A |` (B i^i C))
 
Theoremresundi 3371 Distributive law for restriction over union. Theorem 31 of [Suppes] p. 65.
|- (A |` (B u. C)) = ((A |` B) u. (A |` C))
 
Theoremresundir 3372 Distributive law for restriction over union.
|- ((A u. B) |` C) = ((A |` C) u. (B |` C))
 
Theoremdmres 3373 The domain of a restriction. Exercise 14 of [TakeutiZaring] p. 25.
|- dom ( A |` B) = (B i^i dom A)
 
Theoremssdmres 3374 A domain restricted to a subclass equals the subclass.
|- (A (_ dom B <-> dom ( B |` A) = A)
 
Theoremdmresexg 3375 The domain of a restriction to a set exists.
|- (B e. C -> dom ( A |` B) e. V)
 
Theoremresss 3376 A class includes its restriction. Exercise 15 of [TakeutiZaring] p. 25.
|- (A |` B) (_ A
 
Theoremrescom 3377 Commutative law for restriction.
|- ((A |` B) |` C) = ((A |` C) |` B)
 
Theoremssres 3378 Subclass theorem for restriction.
|- (A (_ B -> (A |` C) (_ (B |` C))
 
Theoremssres2 3379 Subclass theorem for restriction.
|- (A (_ B -> (C |` A) (_ (C |` B))
 
Theoremrelres 3380 A restriction is a relation. Exercise 12 of [TakeutiZaring] p. 25.
|- Rel (A |` B)
 
Theoremresabs1 3381 Absorption law for restriction. Exercise 17 of [TakeutiZaring] p. 25.
|- (B (_ C -> ((A |` C) |` B) = (A |` B))
 
Theoremresabs2