Home | Metamath
Proof Explorer Theorem List (p. 57 of 466) | < Previous Next > |
Bad symbols? Try the
GIF version. |
||
Mirrors > Metamath Home Page > MPE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
Color key: | Metamath Proof Explorer
(1-29289) |
Hilbert Space Explorer
(29290-30812) |
Users' Mathboxes
(30813-46532) |
Type | Label | Description |
---|---|---|
Statement | ||
Definition | df-rn 5601 | Define the range of a class. For example, 𝐹 = {〈2, 6〉, 〈3, 9〉} → ran 𝐹 = {6, 9} (ex-rn 28813). Contrast with domain (defined in df-dm 5600). For alternate definitions, see dfrn2 5800, dfrn3 5801, and dfrn4 6110. The notation "ran " is used by Enderton. The range of a function is often also called "the image of the function" (see definition in [Lang] p. ix), which can be justified by imadmrn 5982. Not to be confused with "codomain" (see df-f 6441), which may be a superset/superclass of the range (see frn 6616). (Contributed by NM, 1-Aug-1994.) |
⊢ ran 𝐴 = dom ◡𝐴 | ||
Definition | df-res 5602 | Define the restriction of a class. Definition 6.6(1) of [TakeutiZaring] p. 24. For example, the expression (exp ↾ ℝ) (used in reeff1 15838) means "the exponential function e to the x, but the exponent x must be in the reals" (df-ef 15786 defines the exponential function, which normally allows the exponent to be a complex number). Another example is (𝐹 = {〈2, 6〉, 〈3, 9〉} ∧ 𝐵 = {1, 2}) → (𝐹 ↾ 𝐵) = {〈2, 6〉} (ex-res 28814). We do not introduce a special syntax for the corestriction of a class: it will be expressed either as the intersection (𝐴 ∩ (V × 𝐵)) or as the converse of the restricted converse (see cnvrescnv 6103). (Contributed by NM, 2-Aug-1994.) |
⊢ (𝐴 ↾ 𝐵) = (𝐴 ∩ (𝐵 × V)) | ||
Definition | df-ima 5603 | Define the image of a class (as restricted by another class). Definition 6.6(2) of [TakeutiZaring] p. 24. For example, (𝐹 = {〈2, 6〉, 〈3, 9〉} ∧ 𝐵 = {1, 2}) → (𝐹 “ 𝐵) = {6} (ex-ima 28815). Contrast with restriction (df-res 5602) and range (df-rn 5601). For an alternate definition, see dfima2 5974. (Contributed by NM, 2-Aug-1994.) |
⊢ (𝐴 “ 𝐵) = ran (𝐴 ↾ 𝐵) | ||
Theorem | xpeq1 5604 | Equality theorem for Cartesian product. (Contributed by NM, 4-Jul-1994.) |
⊢ (𝐴 = 𝐵 → (𝐴 × 𝐶) = (𝐵 × 𝐶)) | ||
Theorem | xpss12 5605 | Subset theorem for Cartesian product. Generalization of Theorem 101 of [Suppes] p. 52. (Contributed by NM, 26-Aug-1995.) (Proof shortened by Andrew Salmon, 27-Aug-2011.) |
⊢ ((𝐴 ⊆ 𝐵 ∧ 𝐶 ⊆ 𝐷) → (𝐴 × 𝐶) ⊆ (𝐵 × 𝐷)) | ||
Theorem | xpss 5606 | A Cartesian product is included in the ordered pair universe. Exercise 3 of [TakeutiZaring] p. 25. (Contributed by NM, 2-Aug-1994.) |
⊢ (𝐴 × 𝐵) ⊆ (V × V) | ||
Theorem | inxpssres 5607 | Intersection with a Cartesian product is a subclass of restriction. (Contributed by Peter Mazsa, 19-Jul-2019.) |
⊢ (𝑅 ∩ (𝐴 × 𝐵)) ⊆ (𝑅 ↾ 𝐴) | ||
Theorem | relxp 5608 | A Cartesian product is a relation. Theorem 3.13(i) of [Monk1] p. 37. (Contributed by NM, 2-Aug-1994.) |
⊢ Rel (𝐴 × 𝐵) | ||
Theorem | xpss1 5609 | Subset relation for Cartesian product. (Contributed by Jeff Hankins, 30-Aug-2009.) |
⊢ (𝐴 ⊆ 𝐵 → (𝐴 × 𝐶) ⊆ (𝐵 × 𝐶)) | ||
Theorem | xpss2 5610 | Subset relation for Cartesian product. (Contributed by Jeff Hankins, 30-Aug-2009.) |
⊢ (𝐴 ⊆ 𝐵 → (𝐶 × 𝐴) ⊆ (𝐶 × 𝐵)) | ||
Theorem | xpeq2 5611 | Equality theorem for Cartesian product. (Contributed by NM, 5-Jul-1994.) |
⊢ (𝐴 = 𝐵 → (𝐶 × 𝐴) = (𝐶 × 𝐵)) | ||
Theorem | elxpi 5612* | Membership in a Cartesian product. Uses fewer axioms than elxp 5613. (Contributed by NM, 4-Jul-1994.) |
⊢ (𝐴 ∈ (𝐵 × 𝐶) → ∃𝑥∃𝑦(𝐴 = 〈𝑥, 𝑦〉 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐶))) | ||
Theorem | elxp 5613* | Membership in a Cartesian product. (Contributed by NM, 4-Jul-1994.) |
⊢ (𝐴 ∈ (𝐵 × 𝐶) ↔ ∃𝑥∃𝑦(𝐴 = 〈𝑥, 𝑦〉 ∧ (𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐶))) | ||
Theorem | elxp2 5614* | Membership in a Cartesian product. (Contributed by NM, 23-Feb-2004.) (Proof shortened by JJ, 13-Aug-2021.) |
⊢ (𝐴 ∈ (𝐵 × 𝐶) ↔ ∃𝑥 ∈ 𝐵 ∃𝑦 ∈ 𝐶 𝐴 = 〈𝑥, 𝑦〉) | ||
Theorem | xpeq12 5615 | Equality theorem for Cartesian product. (Contributed by FL, 31-Aug-2009.) |
⊢ ((𝐴 = 𝐵 ∧ 𝐶 = 𝐷) → (𝐴 × 𝐶) = (𝐵 × 𝐷)) | ||
Theorem | xpeq1i 5616 | Equality inference for Cartesian product. (Contributed by NM, 21-Dec-2008.) |
⊢ 𝐴 = 𝐵 ⇒ ⊢ (𝐴 × 𝐶) = (𝐵 × 𝐶) | ||
Theorem | xpeq2i 5617 | Equality inference for Cartesian product. (Contributed by NM, 21-Dec-2008.) |
⊢ 𝐴 = 𝐵 ⇒ ⊢ (𝐶 × 𝐴) = (𝐶 × 𝐵) | ||
Theorem | xpeq12i 5618 | Equality inference for Cartesian product. (Contributed by FL, 31-Aug-2009.) |
⊢ 𝐴 = 𝐵 & ⊢ 𝐶 = 𝐷 ⇒ ⊢ (𝐴 × 𝐶) = (𝐵 × 𝐷) | ||
Theorem | xpeq1d 5619 | Equality deduction for Cartesian product. (Contributed by Jeff Madsen, 17-Jun-2010.) |
⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐴 × 𝐶) = (𝐵 × 𝐶)) | ||
Theorem | xpeq2d 5620 | Equality deduction for Cartesian product. (Contributed by Jeff Madsen, 17-Jun-2010.) |
⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐶 × 𝐴) = (𝐶 × 𝐵)) | ||
Theorem | xpeq12d 5621 | Equality deduction for Cartesian product. (Contributed by NM, 8-Dec-2013.) |
⊢ (𝜑 → 𝐴 = 𝐵) & ⊢ (𝜑 → 𝐶 = 𝐷) ⇒ ⊢ (𝜑 → (𝐴 × 𝐶) = (𝐵 × 𝐷)) | ||
Theorem | sqxpeqd 5622 | Equality deduction for a Cartesian square, see Wikipedia "Cartesian product", https://en.wikipedia.org/wiki/Cartesian_product#n-ary_Cartesian_power. (Contributed by AV, 13-Jan-2020.) |
⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (𝐴 × 𝐴) = (𝐵 × 𝐵)) | ||
Theorem | nfxp 5623 | Bound-variable hypothesis builder for Cartesian product. (Contributed by NM, 15-Sep-2003.) (Revised by Mario Carneiro, 15-Oct-2016.) |
⊢ Ⅎ𝑥𝐴 & ⊢ Ⅎ𝑥𝐵 ⇒ ⊢ Ⅎ𝑥(𝐴 × 𝐵) | ||
Theorem | 0nelxp 5624 | The empty set is not a member of a Cartesian product. (Contributed by NM, 2-May-1996.) (Revised by Mario Carneiro, 26-Apr-2015.) (Proof shortened by JJ, 13-Aug-2021.) |
⊢ ¬ ∅ ∈ (𝐴 × 𝐵) | ||
Theorem | 0nelelxp 5625 | A member of a Cartesian product (ordered pair) doesn't contain the empty set. (Contributed by NM, 15-Dec-2008.) |
⊢ (𝐶 ∈ (𝐴 × 𝐵) → ¬ ∅ ∈ 𝐶) | ||
Theorem | opelxp 5626 | Ordered pair membership in a Cartesian product. (Contributed by NM, 15-Nov-1994.) (Proof shortened by Andrew Salmon, 12-Aug-2011.) (Revised by Mario Carneiro, 26-Apr-2015.) |
⊢ (〈𝐴, 𝐵〉 ∈ (𝐶 × 𝐷) ↔ (𝐴 ∈ 𝐶 ∧ 𝐵 ∈ 𝐷)) | ||
Theorem | opelxpi 5627 | Ordered pair membership in a Cartesian product (implication). (Contributed by NM, 28-May-1995.) |
⊢ ((𝐴 ∈ 𝐶 ∧ 𝐵 ∈ 𝐷) → 〈𝐴, 𝐵〉 ∈ (𝐶 × 𝐷)) | ||
Theorem | opelxpd 5628 | Ordered pair membership in a Cartesian product, deduction form. (Contributed by Glauco Siliprandi, 3-Mar-2021.) |
⊢ (𝜑 → 𝐴 ∈ 𝐶) & ⊢ (𝜑 → 𝐵 ∈ 𝐷) ⇒ ⊢ (𝜑 → 〈𝐴, 𝐵〉 ∈ (𝐶 × 𝐷)) | ||
Theorem | opelvv 5629 | Ordered pair membership in the universal class of ordered pairs. (Contributed by NM, 22-Aug-2013.) (Revised by Mario Carneiro, 26-Apr-2015.) |
⊢ 𝐴 ∈ V & ⊢ 𝐵 ∈ V ⇒ ⊢ 〈𝐴, 𝐵〉 ∈ (V × V) | ||
Theorem | opelvvg 5630 | Ordered pair membership in the universal class of ordered pairs. (Contributed by Mario Carneiro, 3-May-2015.) |
⊢ ((𝐴 ∈ 𝑉 ∧ 𝐵 ∈ 𝑊) → 〈𝐴, 𝐵〉 ∈ (V × V)) | ||
Theorem | opelxp1 5631 | The first member of an ordered pair of classes in a Cartesian product belongs to first Cartesian product argument. (Contributed by NM, 28-May-2008.) (Revised by Mario Carneiro, 26-Apr-2015.) |
⊢ (〈𝐴, 𝐵〉 ∈ (𝐶 × 𝐷) → 𝐴 ∈ 𝐶) | ||
Theorem | opelxp2 5632 | The second member of an ordered pair of classes in a Cartesian product belongs to second Cartesian product argument. (Contributed by Mario Carneiro, 26-Apr-2015.) |
⊢ (〈𝐴, 𝐵〉 ∈ (𝐶 × 𝐷) → 𝐵 ∈ 𝐷) | ||
Theorem | otelxp1 5633 | The first member of an ordered triple of classes in a Cartesian product belongs to first Cartesian product argument. (Contributed by NM, 28-May-2008.) |
⊢ (〈〈𝐴, 𝐵〉, 𝐶〉 ∈ ((𝑅 × 𝑆) × 𝑇) → 𝐴 ∈ 𝑅) | ||
Theorem | otel3xp 5634 | An ordered triple is an element of a doubled Cartesian product. (Contributed by Alexander van der Vekens, 26-Feb-2018.) |
⊢ ((𝑇 = 〈𝐴, 𝐵, 𝐶〉 ∧ (𝐴 ∈ 𝑋 ∧ 𝐵 ∈ 𝑌 ∧ 𝐶 ∈ 𝑍)) → 𝑇 ∈ ((𝑋 × 𝑌) × 𝑍)) | ||
Theorem | opabssxpd 5635* | An ordered-pair class abstraction is a subset of a Cartesian product. Formerly part of proof for opabex2 7906. (Contributed by AV, 26-Nov-2021.) |
⊢ ((𝜑 ∧ 𝜓) → 𝑥 ∈ 𝐴) & ⊢ ((𝜑 ∧ 𝜓) → 𝑦 ∈ 𝐵) ⇒ ⊢ (𝜑 → {〈𝑥, 𝑦〉 ∣ 𝜓} ⊆ (𝐴 × 𝐵)) | ||
Theorem | rabxp 5636* | Class abstraction restricted to a Cartesian product as an ordered-pair class abstraction. (Contributed by NM, 20-Feb-2014.) |
⊢ (𝑥 = 〈𝑦, 𝑧〉 → (𝜑 ↔ 𝜓)) ⇒ ⊢ {𝑥 ∈ (𝐴 × 𝐵) ∣ 𝜑} = {〈𝑦, 𝑧〉 ∣ (𝑦 ∈ 𝐴 ∧ 𝑧 ∈ 𝐵 ∧ 𝜓)} | ||
Theorem | brxp 5637 | Binary relation on a Cartesian product. (Contributed by NM, 22-Apr-2004.) |
⊢ (𝐴(𝐶 × 𝐷)𝐵 ↔ (𝐴 ∈ 𝐶 ∧ 𝐵 ∈ 𝐷)) | ||
Theorem | pwvrel 5638 | A set is a binary relation if and only if it belongs to the powerclass of the cartesian square of the universal class. (Contributed by Peter Mazsa, 14-Jun-2018.) (Revised by BJ, 16-Dec-2023.) |
⊢ (𝐴 ∈ 𝑉 → (𝐴 ∈ 𝒫 (V × V) ↔ Rel 𝐴)) | ||
Theorem | pwvabrel 5639 | The powerclass of the cartesian square of the universal class is the class of all sets which are binary relations. (Contributed by BJ, 21-Dec-2023.) |
⊢ 𝒫 (V × V) = {𝑥 ∣ Rel 𝑥} | ||
Theorem | brrelex12 5640 | Two classes related by a binary relation are sets. (Contributed by Mario Carneiro, 26-Apr-2015.) |
⊢ ((Rel 𝑅 ∧ 𝐴𝑅𝐵) → (𝐴 ∈ V ∧ 𝐵 ∈ V)) | ||
Theorem | brrelex1 5641 | If two classes are related by a binary relation, then the first class is a set. (Contributed by NM, 18-May-2004.) (Revised by Mario Carneiro, 26-Apr-2015.) |
⊢ ((Rel 𝑅 ∧ 𝐴𝑅𝐵) → 𝐴 ∈ V) | ||
Theorem | brrelex2 5642 | If two classes are related by a binary relation, then the second class is a set. (Contributed by Mario Carneiro, 26-Apr-2015.) |
⊢ ((Rel 𝑅 ∧ 𝐴𝑅𝐵) → 𝐵 ∈ V) | ||
Theorem | brrelex12i 5643 | Two classes that are related by a binary relation are sets. Inference form. (Contributed by BJ, 3-Oct-2022.) |
⊢ Rel 𝑅 ⇒ ⊢ (𝐴𝑅𝐵 → (𝐴 ∈ V ∧ 𝐵 ∈ V)) | ||
Theorem | brrelex1i 5644 | The first argument of a binary relation exists. (An artifact of our ordered pair definition.) (Contributed by NM, 4-Jun-1998.) |
⊢ Rel 𝑅 ⇒ ⊢ (𝐴𝑅𝐵 → 𝐴 ∈ V) | ||
Theorem | brrelex2i 5645 | The second argument of a binary relation exists. (An artifact of our ordered pair definition.) (Contributed by Mario Carneiro, 26-Apr-2015.) |
⊢ Rel 𝑅 ⇒ ⊢ (𝐴𝑅𝐵 → 𝐵 ∈ V) | ||
Theorem | nprrel12 5646 | Proper classes are not related via any relation. (Contributed by AV, 29-Oct-2021.) |
⊢ Rel 𝑅 ⇒ ⊢ (¬ (𝐴 ∈ V ∧ 𝐵 ∈ V) → ¬ 𝐴𝑅𝐵) | ||
Theorem | nprrel 5647 | No proper class is related to anything via any relation. (Contributed by Roy F. Longton, 30-Jul-2005.) |
⊢ Rel 𝑅 & ⊢ ¬ 𝐴 ∈ V ⇒ ⊢ ¬ 𝐴𝑅𝐵 | ||
Theorem | 0nelrel0 5648 | A binary relation does not contain the empty set. (Contributed by AV, 15-Nov-2021.) (Revised by BJ, 14-Jul-2023.) |
⊢ (Rel 𝑅 → ¬ ∅ ∈ 𝑅) | ||
Theorem | 0nelrel 5649 | A binary relation does not contain the empty set. (Contributed by AV, 15-Nov-2021.) |
⊢ (Rel 𝑅 → ∅ ∉ 𝑅) | ||
Theorem | fconstmpt 5650* | Representation of a constant function using the mapping operation. (Note that 𝑥 cannot appear free in 𝐵.) (Contributed by NM, 12-Oct-1999.) (Revised by Mario Carneiro, 16-Nov-2013.) |
⊢ (𝐴 × {𝐵}) = (𝑥 ∈ 𝐴 ↦ 𝐵) | ||
Theorem | vtoclr 5651* | Variable to class conversion of transitive relation. (Contributed by NM, 9-Jun-1998.) (Revised by Mario Carneiro, 26-Apr-2015.) |
⊢ Rel 𝑅 & ⊢ ((𝑥𝑅𝑦 ∧ 𝑦𝑅𝑧) → 𝑥𝑅𝑧) ⇒ ⊢ ((𝐴𝑅𝐵 ∧ 𝐵𝑅𝐶) → 𝐴𝑅𝐶) | ||
Theorem | opthprc 5652 | Justification theorem for an ordered pair definition that works for any classes, including proper classes. This is a possible definition implied by the footnote in [Jech] p. 78, which says, "The sophisticated reader will not object to our use of a pair of classes." (Contributed by NM, 28-Sep-2003.) |
⊢ (((𝐴 × {∅}) ∪ (𝐵 × {{∅}})) = ((𝐶 × {∅}) ∪ (𝐷 × {{∅}})) ↔ (𝐴 = 𝐶 ∧ 𝐵 = 𝐷)) | ||
Theorem | brel 5653 | Two things in a binary relation belong to the relation's domain. (Contributed by NM, 17-May-1996.) (Revised by Mario Carneiro, 26-Apr-2015.) |
⊢ 𝑅 ⊆ (𝐶 × 𝐷) ⇒ ⊢ (𝐴𝑅𝐵 → (𝐴 ∈ 𝐶 ∧ 𝐵 ∈ 𝐷)) | ||
Theorem | elxp3 5654* | Membership in a Cartesian product. (Contributed by NM, 5-Mar-1995.) |
⊢ (𝐴 ∈ (𝐵 × 𝐶) ↔ ∃𝑥∃𝑦(〈𝑥, 𝑦〉 = 𝐴 ∧ 〈𝑥, 𝑦〉 ∈ (𝐵 × 𝐶))) | ||
Theorem | opeliunxp 5655 | Membership in a union of Cartesian products. (Contributed by Mario Carneiro, 29-Dec-2014.) (Revised by Mario Carneiro, 1-Jan-2017.) |
⊢ (〈𝑥, 𝐶〉 ∈ ∪ 𝑥 ∈ 𝐴 ({𝑥} × 𝐵) ↔ (𝑥 ∈ 𝐴 ∧ 𝐶 ∈ 𝐵)) | ||
Theorem | xpundi 5656 | Distributive law for Cartesian product over union. Theorem 103 of [Suppes] p. 52. (Contributed by NM, 12-Aug-2004.) |
⊢ (𝐴 × (𝐵 ∪ 𝐶)) = ((𝐴 × 𝐵) ∪ (𝐴 × 𝐶)) | ||
Theorem | xpundir 5657 | Distributive law for Cartesian product over union. Similar to Theorem 103 of [Suppes] p. 52. (Contributed by NM, 30-Sep-2002.) |
⊢ ((𝐴 ∪ 𝐵) × 𝐶) = ((𝐴 × 𝐶) ∪ (𝐵 × 𝐶)) | ||
Theorem | xpiundi 5658* | Distributive law for Cartesian product over indexed union. (Contributed by Mario Carneiro, 27-Apr-2014.) |
⊢ (𝐶 × ∪ 𝑥 ∈ 𝐴 𝐵) = ∪ 𝑥 ∈ 𝐴 (𝐶 × 𝐵) | ||
Theorem | xpiundir 5659* | Distributive law for Cartesian product over indexed union. (Contributed by Mario Carneiro, 27-Apr-2014.) |
⊢ (∪ 𝑥 ∈ 𝐴 𝐵 × 𝐶) = ∪ 𝑥 ∈ 𝐴 (𝐵 × 𝐶) | ||
Theorem | iunxpconst 5660* | Membership in a union of Cartesian products when the second factor is constant. (Contributed by Mario Carneiro, 29-Dec-2014.) |
⊢ ∪ 𝑥 ∈ 𝐴 ({𝑥} × 𝐵) = (𝐴 × 𝐵) | ||
Theorem | xpun 5661 | The Cartesian product of two unions. (Contributed by NM, 12-Aug-2004.) |
⊢ ((𝐴 ∪ 𝐵) × (𝐶 ∪ 𝐷)) = (((𝐴 × 𝐶) ∪ (𝐴 × 𝐷)) ∪ ((𝐵 × 𝐶) ∪ (𝐵 × 𝐷))) | ||
Theorem | elvv 5662* | Membership in universal class of ordered pairs. (Contributed by NM, 4-Jul-1994.) |
⊢ (𝐴 ∈ (V × V) ↔ ∃𝑥∃𝑦 𝐴 = 〈𝑥, 𝑦〉) | ||
Theorem | elvvv 5663* | Membership in universal class of ordered triples. (Contributed by NM, 17-Dec-2008.) |
⊢ (𝐴 ∈ ((V × V) × V) ↔ ∃𝑥∃𝑦∃𝑧 𝐴 = 〈〈𝑥, 𝑦〉, 𝑧〉) | ||
Theorem | elvvuni 5664 | An ordered pair contains its union. (Contributed by NM, 16-Sep-2006.) |
⊢ (𝐴 ∈ (V × V) → ∪ 𝐴 ∈ 𝐴) | ||
Theorem | brinxp2 5665 | Intersection of binary relation with Cartesian product. (Contributed by NM, 3-Mar-2007.) (Revised by Mario Carneiro, 26-Apr-2015.) Group conjuncts and avoid df-3an 1088. (Revised by Peter Mazsa, 18-Sep-2022.) |
⊢ (𝐶(𝑅 ∩ (𝐴 × 𝐵))𝐷 ↔ ((𝐶 ∈ 𝐴 ∧ 𝐷 ∈ 𝐵) ∧ 𝐶𝑅𝐷)) | ||
Theorem | brinxp 5666 | Intersection of binary relation with Cartesian product. (Contributed by NM, 9-Mar-1997.) |
⊢ ((𝐴 ∈ 𝐶 ∧ 𝐵 ∈ 𝐷) → (𝐴𝑅𝐵 ↔ 𝐴(𝑅 ∩ (𝐶 × 𝐷))𝐵)) | ||
Theorem | opelinxp 5667 | Ordered pair element in an intersection with Cartesian product. (Contributed by Peter Mazsa, 21-Jul-2019.) |
⊢ (〈𝐶, 𝐷〉 ∈ (𝑅 ∩ (𝐴 × 𝐵)) ↔ ((𝐶 ∈ 𝐴 ∧ 𝐷 ∈ 𝐵) ∧ 〈𝐶, 𝐷〉 ∈ 𝑅)) | ||
Theorem | poinxp 5668 | Intersection of partial order with Cartesian product of its field. (Contributed by Mario Carneiro, 10-Jul-2014.) |
⊢ (𝑅 Po 𝐴 ↔ (𝑅 ∩ (𝐴 × 𝐴)) Po 𝐴) | ||
Theorem | soinxp 5669 | Intersection of total order with Cartesian product of its field. (Contributed by Mario Carneiro, 10-Jul-2014.) |
⊢ (𝑅 Or 𝐴 ↔ (𝑅 ∩ (𝐴 × 𝐴)) Or 𝐴) | ||
Theorem | frinxp 5670 | Intersection of well-founded relation with Cartesian product of its field. (Contributed by Mario Carneiro, 10-Jul-2014.) |
⊢ (𝑅 Fr 𝐴 ↔ (𝑅 ∩ (𝐴 × 𝐴)) Fr 𝐴) | ||
Theorem | seinxp 5671 | Intersection of set-like relation with Cartesian product of its field. (Contributed by Mario Carneiro, 22-Jun-2015.) |
⊢ (𝑅 Se 𝐴 ↔ (𝑅 ∩ (𝐴 × 𝐴)) Se 𝐴) | ||
Theorem | weinxp 5672 | Intersection of well-ordering with Cartesian product of its field. (Contributed by NM, 9-Mar-1997.) (Revised by Mario Carneiro, 10-Jul-2014.) |
⊢ (𝑅 We 𝐴 ↔ (𝑅 ∩ (𝐴 × 𝐴)) We 𝐴) | ||
Theorem | posn 5673 | Partial ordering of a singleton. (Contributed by NM, 27-Apr-2009.) (Revised by Mario Carneiro, 23-Apr-2015.) |
⊢ (Rel 𝑅 → (𝑅 Po {𝐴} ↔ ¬ 𝐴𝑅𝐴)) | ||
Theorem | sosn 5674 | Strict ordering on a singleton. (Contributed by Mario Carneiro, 28-Dec-2014.) |
⊢ (Rel 𝑅 → (𝑅 Or {𝐴} ↔ ¬ 𝐴𝑅𝐴)) | ||
Theorem | frsn 5675 | Founded relation on a singleton. (Contributed by Mario Carneiro, 28-Dec-2014.) (Revised by Mario Carneiro, 23-Apr-2015.) |
⊢ (Rel 𝑅 → (𝑅 Fr {𝐴} ↔ ¬ 𝐴𝑅𝐴)) | ||
Theorem | wesn 5676 | Well-ordering of a singleton. (Contributed by Mario Carneiro, 28-Dec-2014.) |
⊢ (Rel 𝑅 → (𝑅 We {𝐴} ↔ ¬ 𝐴𝑅𝐴)) | ||
Theorem | elopaelxp 5677* | Membership in an ordered-pair class abstraction implies membership in a Cartesian product. (Contributed by Alexander van der Vekens, 23-Jun-2018.) Avoid ax-sep 5224, ax-nul 5231, ax-pr 5353. (Revised by SN, 11-Dec-2024.) |
⊢ (𝐴 ∈ {〈𝑥, 𝑦〉 ∣ 𝜓} → 𝐴 ∈ (V × V)) | ||
Theorem | elopaelxpOLD 5678* | Obsolete version of elopaelxp 5677 as of 11-Dec-2024. (Contributed by Alexander van der Vekens, 23-Jun-2018.) (New usage is discouraged.) (Proof modification is discouraged.) |
⊢ (𝐴 ∈ {〈𝑥, 𝑦〉 ∣ 𝜓} → 𝐴 ∈ (V × V)) | ||
Theorem | bropaex12 5679* | Two classes related by an ordered-pair class abstraction are sets. (Contributed by AV, 21-Jan-2020.) |
⊢ 𝑅 = {〈𝑥, 𝑦〉 ∣ 𝜓} ⇒ ⊢ (𝐴𝑅𝐵 → (𝐴 ∈ V ∧ 𝐵 ∈ V)) | ||
Theorem | opabssxp 5680* | An abstraction relation is a subset of a related Cartesian product. (Contributed by NM, 16-Jul-1995.) |
⊢ {〈𝑥, 𝑦〉 ∣ ((𝑥 ∈ 𝐴 ∧ 𝑦 ∈ 𝐵) ∧ 𝜑)} ⊆ (𝐴 × 𝐵) | ||
Theorem | brab2a 5681* | The law of concretion for a binary relation. Ordered pair membership in an ordered pair class abstraction. (Contributed by Mario Carneiro, 28-Apr-2015.) |
⊢ ((𝑥 = 𝐴 ∧ 𝑦 = 𝐵) → (𝜑 ↔ 𝜓)) & ⊢ 𝑅 = {〈𝑥, 𝑦〉 ∣ ((𝑥 ∈ 𝐶 ∧ 𝑦 ∈ 𝐷) ∧ 𝜑)} ⇒ ⊢ (𝐴𝑅𝐵 ↔ ((𝐴 ∈ 𝐶 ∧ 𝐵 ∈ 𝐷) ∧ 𝜓)) | ||
Theorem | optocl 5682* | Implicit substitution of class for ordered pair. (Contributed by NM, 5-Mar-1995.) |
⊢ 𝐷 = (𝐵 × 𝐶) & ⊢ (〈𝑥, 𝑦〉 = 𝐴 → (𝜑 ↔ 𝜓)) & ⊢ ((𝑥 ∈ 𝐵 ∧ 𝑦 ∈ 𝐶) → 𝜑) ⇒ ⊢ (𝐴 ∈ 𝐷 → 𝜓) | ||
Theorem | 2optocl 5683* | Implicit substitution of classes for ordered pairs. (Contributed by NM, 12-Mar-1995.) |
⊢ 𝑅 = (𝐶 × 𝐷) & ⊢ (〈𝑥, 𝑦〉 = 𝐴 → (𝜑 ↔ 𝜓)) & ⊢ (〈𝑧, 𝑤〉 = 𝐵 → (𝜓 ↔ 𝜒)) & ⊢ (((𝑥 ∈ 𝐶 ∧ 𝑦 ∈ 𝐷) ∧ (𝑧 ∈ 𝐶 ∧ 𝑤 ∈ 𝐷)) → 𝜑) ⇒ ⊢ ((𝐴 ∈ 𝑅 ∧ 𝐵 ∈ 𝑅) → 𝜒) | ||
Theorem | 3optocl 5684* | Implicit substitution of classes for ordered pairs. (Contributed by NM, 12-Mar-1995.) |
⊢ 𝑅 = (𝐷 × 𝐹) & ⊢ (〈𝑥, 𝑦〉 = 𝐴 → (𝜑 ↔ 𝜓)) & ⊢ (〈𝑧, 𝑤〉 = 𝐵 → (𝜓 ↔ 𝜒)) & ⊢ (〈𝑣, 𝑢〉 = 𝐶 → (𝜒 ↔ 𝜃)) & ⊢ (((𝑥 ∈ 𝐷 ∧ 𝑦 ∈ 𝐹) ∧ (𝑧 ∈ 𝐷 ∧ 𝑤 ∈ 𝐹) ∧ (𝑣 ∈ 𝐷 ∧ 𝑢 ∈ 𝐹)) → 𝜑) ⇒ ⊢ ((𝐴 ∈ 𝑅 ∧ 𝐵 ∈ 𝑅 ∧ 𝐶 ∈ 𝑅) → 𝜃) | ||
Theorem | opbrop 5685* | Ordered pair membership in a relation. Special case. (Contributed by NM, 5-Aug-1995.) |
⊢ (((𝑧 = 𝐴 ∧ 𝑤 = 𝐵) ∧ (𝑣 = 𝐶 ∧ 𝑢 = 𝐷)) → (𝜑 ↔ 𝜓)) & ⊢ 𝑅 = {〈𝑥, 𝑦〉 ∣ ((𝑥 ∈ (𝑆 × 𝑆) ∧ 𝑦 ∈ (𝑆 × 𝑆)) ∧ ∃𝑧∃𝑤∃𝑣∃𝑢((𝑥 = 〈𝑧, 𝑤〉 ∧ 𝑦 = 〈𝑣, 𝑢〉) ∧ 𝜑))} ⇒ ⊢ (((𝐴 ∈ 𝑆 ∧ 𝐵 ∈ 𝑆) ∧ (𝐶 ∈ 𝑆 ∧ 𝐷 ∈ 𝑆)) → (〈𝐴, 𝐵〉𝑅〈𝐶, 𝐷〉 ↔ 𝜓)) | ||
Theorem | 0xp 5686 | The Cartesian product with the empty set is empty. Part of Theorem 3.13(ii) of [Monk1] p. 37. (Contributed by NM, 4-Jul-1994.) |
⊢ (∅ × 𝐴) = ∅ | ||
Theorem | csbxp 5687 | Distribute proper substitution through the Cartesian product of two classes. (Contributed by Alan Sare, 10-Nov-2012.) (Revised by NM, 23-Aug-2018.) |
⊢ ⦋𝐴 / 𝑥⦌(𝐵 × 𝐶) = (⦋𝐴 / 𝑥⦌𝐵 × ⦋𝐴 / 𝑥⦌𝐶) | ||
Theorem | releq 5688 | Equality theorem for the relation predicate. (Contributed by NM, 1-Aug-1994.) |
⊢ (𝐴 = 𝐵 → (Rel 𝐴 ↔ Rel 𝐵)) | ||
Theorem | releqi 5689 | Equality inference for the relation predicate. (Contributed by NM, 8-Dec-2006.) |
⊢ 𝐴 = 𝐵 ⇒ ⊢ (Rel 𝐴 ↔ Rel 𝐵) | ||
Theorem | releqd 5690 | Equality deduction for the relation predicate. (Contributed by NM, 8-Mar-2014.) |
⊢ (𝜑 → 𝐴 = 𝐵) ⇒ ⊢ (𝜑 → (Rel 𝐴 ↔ Rel 𝐵)) | ||
Theorem | nfrel 5691 | Bound-variable hypothesis builder for a relation. (Contributed by NM, 31-Jan-2004.) (Revised by Mario Carneiro, 15-Oct-2016.) |
⊢ Ⅎ𝑥𝐴 ⇒ ⊢ Ⅎ𝑥Rel 𝐴 | ||
Theorem | sbcrel 5692 | Distribute proper substitution through a relation predicate. (Contributed by Alexander van der Vekens, 23-Jul-2017.) |
⊢ (𝐴 ∈ 𝑉 → ([𝐴 / 𝑥]Rel 𝑅 ↔ Rel ⦋𝐴 / 𝑥⦌𝑅)) | ||
Theorem | relss 5693 | Subclass theorem for relation predicate. Theorem 2 of [Suppes] p. 58. (Contributed by NM, 15-Aug-1994.) |
⊢ (𝐴 ⊆ 𝐵 → (Rel 𝐵 → Rel 𝐴)) | ||
Theorem | ssrel 5694* | A subclass relationship depends only on a relation's ordered pairs. Theorem 3.2(i) of [Monk1] p. 33. (Contributed by NM, 2-Aug-1994.) (Proof shortened by Andrew Salmon, 27-Aug-2011.) Remove dependency on ax-sep 5224, ax-nul 5231, ax-pr 5353. (Revised by KP, 25-Oct-2021.) Remove dependency on ax-12 2172. (Revised by SN, 11-Dec-2024.) |
⊢ (Rel 𝐴 → (𝐴 ⊆ 𝐵 ↔ ∀𝑥∀𝑦(〈𝑥, 𝑦〉 ∈ 𝐴 → 〈𝑥, 𝑦〉 ∈ 𝐵))) | ||
Theorem | ssrelOLD 5695* | Obsolete version of ssrel 5694 as of 11-Dec-2024. (Contributed by NM, 2-Aug-1994.) (Proof shortened by Andrew Salmon, 27-Aug-2011.) Remove dependency on ax-sep 5224, ax-nul 5231, ax-pr 5353. (Revised by KP, 25-Oct-2021.) (Proof modification is discouraged.) (New usage is discouraged.) |
⊢ (Rel 𝐴 → (𝐴 ⊆ 𝐵 ↔ ∀𝑥∀𝑦(〈𝑥, 𝑦〉 ∈ 𝐴 → 〈𝑥, 𝑦〉 ∈ 𝐵))) | ||
Theorem | eqrel 5696* | Extensionality principle for relations. Theorem 3.2(ii) of [Monk1] p. 33. (Contributed by NM, 2-Aug-1994.) |
⊢ ((Rel 𝐴 ∧ Rel 𝐵) → (𝐴 = 𝐵 ↔ ∀𝑥∀𝑦(〈𝑥, 𝑦〉 ∈ 𝐴 ↔ 〈𝑥, 𝑦〉 ∈ 𝐵))) | ||
Theorem | ssrel2 5697* | A subclass relationship depends only on a relation's ordered pairs. This version of ssrel 5694 is restricted to the relation's domain. (Contributed by Thierry Arnoux, 25-Jan-2018.) |
⊢ (𝑅 ⊆ (𝐴 × 𝐵) → (𝑅 ⊆ 𝑆 ↔ ∀𝑥 ∈ 𝐴 ∀𝑦 ∈ 𝐵 (〈𝑥, 𝑦〉 ∈ 𝑅 → 〈𝑥, 𝑦〉 ∈ 𝑆))) | ||
Theorem | ssrel3 5698* | Subclass relation in another form when the subclass is a relation. (Contributed by Peter Mazsa, 16-Feb-2019.) |
⊢ (Rel 𝐴 → (𝐴 ⊆ 𝐵 ↔ ∀𝑥∀𝑦(𝑥𝐴𝑦 → 𝑥𝐵𝑦))) | ||
Theorem | relssi 5699* | Inference from subclass principle for relations. (Contributed by NM, 31-Mar-1998.) |
⊢ Rel 𝐴 & ⊢ (〈𝑥, 𝑦〉 ∈ 𝐴 → 〈𝑥, 𝑦〉 ∈ 𝐵) ⇒ ⊢ 𝐴 ⊆ 𝐵 | ||
Theorem | relssdv 5700* | Deduction from subclass principle for relations. (Contributed by NM, 11-Sep-2004.) |
⊢ (𝜑 → Rel 𝐴) & ⊢ (𝜑 → (〈𝑥, 𝑦〉 ∈ 𝐴 → 〈𝑥, 𝑦〉 ∈ 𝐵)) ⇒ ⊢ (𝜑 → 𝐴 ⊆ 𝐵) |
< Previous Next > |
Copyright terms: Public domain | < Previous Next > |