Difference between revisions of "Subsets"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(Added Links to materials)
 
 
Line 1: Line 1:
 +
[[File:Venn A subset B.svg|150px|thumb|right|Euler diagram showing<br/> ''A'' is a subset of ''B'', &nbsp;''A''⊆''B'',&nbsp; and conversely ''B'' is a superset of ''A''.]]
 +
 +
In mathematics, a set ''A'' is a '''subset''' of a set ''B'' if all elements of ''A'' are also elements of ''B''; ''B'' is then a '''superset''' of ''A''. It is possible for ''A'' and ''B'' to be equal; if they are unequal, then ''A'' is a '''proper subset''' of ''B''. The relationship of one set being a subset of another is called '''inclusion''' (or sometimes '''containment'''). ''A'' is a subset of ''B'' may also be expressed as ''B'' includes (or contains) ''A'' or ''A'' is included (or contained) in ''B''.
 +
 +
The subset relation defines a partial order on sets. In fact, the subsets of a given set form a Boolean algebra under the subset relation, in which the join and meet are given by intersection and union, and the subset relation itself is the Boolean inclusion relation.
 +
 +
==Definitions==
 +
If ''A'' and ''B'' are sets and every element of ''A'' is also an element of ''B'', then:
 +
:*''A'' is a '''subset''' of ''B'', denoted by <math>A \subseteq B,</math> or equivalently
 +
:* ''B'' is a '''superset''' of ''A'', denoted by <math>B \supseteq A.</math>
 +
 +
If ''A'' is a subset of ''B'', but ''A'' is not equal to ''B'' (i.e. there exists at least one element of B which is not an element of ''A''), then:
 +
:*''A'' is a '''proper''' (or '''strict''') '''subset''' of ''B'', denoted by <math>A \subsetneq B</math>  Or equivalently,
 +
:* ''B'' is a '''proper''' (or '''strict''') '''superset''' of ''A'', denoted by <math>B \supsetneq A</math>.
 +
:* The empty set, written <math>\{ \}</math> or <math>\varnothing,</math> is a subset of any set ''X'' and a proper subset of any set except itself.
 +
 +
For any set ''S'', the inclusion relation <math>\subseteq</math> is a partial order on the set <math>\mathcal{P}(S)</math> (the power set of ''S''—the set of all subsets of ''S'') defined by <math>A \leq B \iff A \subseteq B</math>. We may also partially order <math>\mathcal{P}(S)</math> by reverse set inclusion by defining <math>A \leq B  \text{ if and only if }  B \subseteq A.</math>
 +
 +
When quantified, <math>A \subseteq B</math> is represented as <math>\forall x \left(x \in A \implies x \in B\right).</math>
 +
 +
We can prove the statement <math>A \subseteq B</math> by applying a proof technique known as the element argument:<blockquote>Let sets ''A'' and ''B'' be given. To prove that <math>A \subseteq B,</math>
 +
 +
# '''suppose''' that ''a'' is a particular but arbitrarily chosen element of ''A,''
 +
# '''show''' that ''a'' is an element of ''B''.
 +
</blockquote>The validity of this technique can be seen as a consequence of Universal generalization: the technique shows <math>c \in A \implies c \in B</math> for an arbitrarily chosen element ''c''. Universal generalisation then implies <math>\forall x \left(x \in A \implies x \in B\right),</math> which is equivalent to <math>A \subseteq B,</math> as stated above.
 +
 +
==Properties==
 +
* A  set ''A'' is a '''subset''' of ''B'' if and only if their intersection is equal to A.
 +
:Formally:
 +
:<math> A \subseteq B \text{ if and only if } A \cap B = A. </math>
 +
 +
* A  set ''A'' is a '''subset''' of ''B'' if and only if their union is equal to B.
 +
:Formally:
 +
:<math> A \subseteq B \text{ if and only if } A \cup B = B. </math>
 +
 +
* A '''finite''' set ''A'' is a '''subset''' of ''B'', if and only if the cardinality of their intersection is equal to the cardinality of A.
 +
:Formally:
 +
:<math> A \subseteq B \text{ if and only if } |A \cap B| = |A|.</math>
 +
 +
==⊂ and ⊃ symbols==
 +
Some authors use the symbols <math>\subset</math> and <math>\supset</math> to indicate ''subset'' and ''superset'' respectively; that is, with the same meaning and instead of the symbols, <math>\subseteq</math> and <math>\supseteq.</math> For example, for these authors, it is true of every set ''A'' that <math>A \subset A.</math>
 +
 +
Other authors prefer to use the symbols <math>\subset</math> and <math>\supset</math> to indicate ''proper'' (also called strict) subset and ''proper'' superset respectively; that is, with the same meaning and instead of the symbols, <math>\subsetneq</math> and <math>\supsetneq.</math> This usage makes <math>\subseteq</math> and <math>\subset</math> analogous to the inequality symbols <math>\leq</math> and <math><.</math> For example, if <math>x \leq y,</math> then ''x'' may or may not equal ''y'', but if <math>x < y,</math> then ''x'' definitely does not equal ''y'', and ''is'' less than ''y''. Similarly, using the convention that <math>\subset</math> is proper subset, if <math>A \subseteq B,</math> then ''A'' may or may not equal ''B'', but if <math>A \subset B,</math> then ''A'' definitely does not equal ''B''.
 +
 +
== Examples of subsets ==
 +
[[File:PolygonsSet EN.svg|thumb|The regular polygons form a subset of the polygons]]
 +
* The set A = {1, 2} is a proper subset of B = {1, 2, 3}, thus both expressions <math>A \subseteq B</math> and <math>A \subsetneq B</math> are true.
 +
* The set D = {1, 2, 3} is a subset (but ''not'' a proper subset) of E = {1, 2, 3}, thus <math>D \subseteq E</math> is true, and <math>D \subsetneq E</math> is not true (false).
 +
* Any set is a subset of itself, but not a proper subset. (<math>X \subseteq X</math> is true, and <math>X \subsetneq X</math> is false for any set X.)
 +
* The set {''x'': ''x'' is a prime number greater than 10} is a proper subset of {''x'': ''x'' is an odd number greater than 10}
 +
* The set of natural numbers is a proper subset of the set of rational numbers; likewise, the set of points in a line segment is a proper subset of the set of points in a line. These are two examples in which both the subset and the whole set are infinite, and the subset has the same cardinality (the concept that corresponds to size, that is, the number of elements, of a finite set) as the whole; such cases can run counter to one's initial intuition.
 +
* The set of rational numbers is a proper subset of the set of real numbers. In this example, both sets are infinite, but the latter set has a larger cardinality (or ''power'') than the former set.
 +
 +
Another example in an Euler diagram:
 +
 +
<gallery widths="270">
 +
File:Example of A is a proper subset of B.svg|A is a proper subset of B
 +
File:Example of C is no proper subset of B.svg|C is a subset but not a proper subset of B
 +
</gallery>
 +
 +
== Other properties of inclusion ==
 +
[[File:Subset with expansion.svg|thumb|<math>A \subseteq B</math> and <math>B \subseteq C</math> implies <math>A \subseteq C.</math>]]
 +
Inclusion is the canonical partial order, in the sense that every partially ordered set <math>(X, \preceq)</math> is isomorphic to some collection of sets ordered by inclusion. The ordinal numbers are a simple example: if each ordinal ''n'' is identified with the set <math>[n]</math> of all ordinals less than or equal to ''n'', then <math>a \leq b</math> if and only if <math>[a] \subseteq [b].</math>
 +
 +
For the power set <math>\wp{P}(S)</math> of a set ''S'', the inclusion partial order is—up to an order isomorphism—the Cartesian product of <math>k = |S|</math> (the cardinality of ''S'') copies of the partial order on <math>\{0, 1\}</math> for which <math>0 < 1.</math> This can be illustrated by enumerating <math>S = \left\{ s_1, s_2, \ldots, s_k \right\},</math>, and associating with each subset <math>T \subseteq S</math> (i.e., each element of <math>2^S</math>) the ''k''-tuple from <math>\{0, 1\}^k,</math> of which the ''i''th coordinate is 1 if and only if <math>s_i</math> is a member of ''T''.
 +
 +
==Resources==
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Sets_and_Subsets/MAT1053_M11.1Sets_and_Subsets.pdf Sets and Subsets], Book Chapter
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Sets_and_Subsets/MAT1053_M11.1Sets_and_Subsets.pdf Sets and Subsets], Book Chapter
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Sets_and_Subsets/MAT1053_M11.1Sets_and_SubsetsGN.pdf Guided Notes]
 
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Sets_and_Subsets/MAT1053_M11.1Sets_and_SubsetsGN.pdf Guided Notes]
 +
 +
== Licensing ==
 +
Content obtained and/or adapted from:
 +
* [https://en.wikipedia.org/wiki/Subset Subset, Wikipedia] under a CC BY-SA license

Latest revision as of 14:10, 31 October 2021

Euler diagram showing
A is a subset of B,  AB,  and conversely B is a superset of A.

In mathematics, a set A is a subset of a set B if all elements of A are also elements of B; B is then a superset of A. It is possible for A and B to be equal; if they are unequal, then A is a proper subset of B. The relationship of one set being a subset of another is called inclusion (or sometimes containment). A is a subset of B may also be expressed as B includes (or contains) A or A is included (or contained) in B.

The subset relation defines a partial order on sets. In fact, the subsets of a given set form a Boolean algebra under the subset relation, in which the join and meet are given by intersection and union, and the subset relation itself is the Boolean inclusion relation.

Definitions

If A and B are sets and every element of A is also an element of B, then:

  • A is a subset of B, denoted by or equivalently
  • B is a superset of A, denoted by

If A is a subset of B, but A is not equal to B (i.e. there exists at least one element of B which is not an element of A), then:

  • A is a proper (or strict) subset of B, denoted by Or equivalently,
  • B is a proper (or strict) superset of A, denoted by .
  • The empty set, written Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{ \}} or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \varnothing,} is a subset of any set X and a proper subset of any set except itself.

For any set S, the inclusion relation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subseteq} is a partial order on the set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{P}(S)} (the power set of S—the set of all subsets of S) defined by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \leq B \iff A \subseteq B} . We may also partially order Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{P}(S)} by reverse set inclusion by defining Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \leq B \text{ if and only if } B \subseteq A.}

When quantified, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B} is represented as Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall x \left(x \in A \implies x \in B\right).}

We can prove the statement Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B} by applying a proof technique known as the element argument:

Let sets A and B be given. To prove that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B,}

  1. suppose that a is a particular but arbitrarily chosen element of A,
  2. show that a is an element of B.

The validity of this technique can be seen as a consequence of Universal generalization: the technique shows Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle c \in A \implies c \in B} for an arbitrarily chosen element c. Universal generalisation then implies Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall x \left(x \in A \implies x \in B\right),} which is equivalent to Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B,} as stated above.

Properties

  • A set A is a subset of B if and only if their intersection is equal to A.
Formally:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B \text{ if and only if } A \cap B = A. }
  • A set A is a subset of B if and only if their union is equal to B.
Formally:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B \text{ if and only if } A \cup B = B. }
  • A finite set A is a subset of B, if and only if the cardinality of their intersection is equal to the cardinality of A.
Formally:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B \text{ if and only if } |A \cap B| = |A|.}

⊂ and ⊃ symbols

Some authors use the symbols Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subset} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \supset} to indicate subset and superset respectively; that is, with the same meaning and instead of the symbols, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subseteq} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \supseteq.} For example, for these authors, it is true of every set A that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subset A.}

Other authors prefer to use the symbols Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subset} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \supset} to indicate proper (also called strict) subset and proper superset respectively; that is, with the same meaning and instead of the symbols, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subsetneq} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \supsetneq.} This usage makes Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subseteq} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subset} analogous to the inequality symbols Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \leq} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle <.} For example, if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x \leq y,} then x may or may not equal y, but if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x < y,} then x definitely does not equal y, and is less than y. Similarly, using the convention that Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \subset} is proper subset, if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B,} then A may or may not equal B, but if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subset B,} then A definitely does not equal B.

Examples of subsets

The regular polygons form a subset of the polygons
  • The set A = {1, 2} is a proper subset of B = {1, 2, 3}, thus both expressions Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subsetneq B} are true.
  • The set D = {1, 2, 3} is a subset (but not a proper subset) of E = {1, 2, 3}, thus Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle D \subseteq E} is true, and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle D \subsetneq E} is not true (false).
  • Any set is a subset of itself, but not a proper subset. (Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X \subseteq X} is true, and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X \subsetneq X} is false for any set X.)
  • The set {x: x is a prime number greater than 10} is a proper subset of {x: x is an odd number greater than 10}
  • The set of natural numbers is a proper subset of the set of rational numbers; likewise, the set of points in a line segment is a proper subset of the set of points in a line. These are two examples in which both the subset and the whole set are infinite, and the subset has the same cardinality (the concept that corresponds to size, that is, the number of elements, of a finite set) as the whole; such cases can run counter to one's initial intuition.
  • The set of rational numbers is a proper subset of the set of real numbers. In this example, both sets are infinite, but the latter set has a larger cardinality (or power) than the former set.

Another example in an Euler diagram:

Other properties of inclusion

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq B} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B \subseteq C} implies Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle A \subseteq C.}

Inclusion is the canonical partial order, in the sense that every partially ordered set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (X, \preceq)} is isomorphic to some collection of sets ordered by inclusion. The ordinal numbers are a simple example: if each ordinal n is identified with the set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [n]} of all ordinals less than or equal to n, then if and only if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle [a] \subseteq [b].}

For the power set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \wp{P}(S)} of a set S, the inclusion partial order is—up to an order isomorphism—the Cartesian product of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle k = |S|} (the cardinality of S) copies of the partial order on Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{0, 1\}} for which Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0 < 1.} This can be illustrated by enumerating Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S = \left\{ s_1, s_2, \ldots, s_k \right\},} , and associating with each subset Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle T \subseteq S} (i.e., each element of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2^S} ) the k-tuple from Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{0, 1\}^k,} of which the ith coordinate is 1 if and only if Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle s_i} is a member of T.

Resources

Licensing

Content obtained and/or adapted from: