markdown
Cartesian products and power sets: basic exercisesmd 8bd4b43
exercise/math/discrete-math/cartesian-products-and-power-sets.exercise.n.md

Cartesian products直積集合ちょくせきしゅうごう and power setsべき集合: basic exercises

date2026-06-06document_iddoc_37643a3a394fc061d7e8427536c90ce0description直積集合、順序対、べき集合、元と部分集合の階層差を確認する基本演習である。prerequisites直積集合の基本 / べき集合の基本type問題演習content_typeexercisestatusactiverelateddata/lecture/math/discrete-math/cartesian-product-basics.lecture.n.md / data/lecture/math/discrete-math/power-set-basics.lecture.n.md / data/lecture/math/discrete-math/set-basics.lecture.n.md / data/lecture/math/discrete-math/discrete-mathematics-portal.lecture.n.md
mathdiscrete-mathexercisecartesian-productpower-set

2Exercise strategy

For a Cartesian product直積集合ちょくせきしゅうごう, check the order順序じゅんじょ of the components. For a power setべき集合, distinguish the levels represented by and .

3Problem 1

Let A={0,1} and B={a,b}. List A×B and B×A.

3.1Answer

A×B={(0,a),(0,b),(1,a),(1,b)}. Also B×A={(a,0),(a,1),(b,0),(b,1)}.

3.2Explanation

In an ordered pair順序対じゅんじょつい, the first and second components are distinguished. Therefore A×B and B×A are generally not the same set.

3.3Common mistake

Do not treat (0,a) and (a,0) as the same object.

4Problem 2

Suppose |A|=3 and |B|=4, and both are finite sets有限集合ゆうげんしゅうごう. Find |A×B|.

4.1Answer

There are 3 choices from A and 4 choices from B. Therefore |A×B|=3·4=12.

4.2Explanation

An elementげん of a Cartesian product直積集合ちょくせきしゅうごう has the form (a,b), so it is determined by two stages of choice.

4.3Common mistake

Do not add and write |A|+|B|=7. A Cartesian product chooses simultaneously, so the counts multiply.

5Problem 3

Let A={1,2}. List [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A).

5.1Answer

The subsets部分集合ぶぶんしゅうごう of A are [PARSE ERROR: Undefined("Command(\"varnothing\")")],{1},{2},{1,2}. Therefore [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A)={[PARSE ERROR: Undefined("Command(\"varnothing\")")],{1},{2},{1,2}}.

5.2Explanation

The elementsげん of a power setべき集合 are the subsets部分集合ぶぶんしゅうごう of the original set集合しゅうごう.

5.3Common mistake

Do not write [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A)={1,2}. That is A itself, not its power set.

6Problem 4

Let A={1,2}. Decide the truth values of 1[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A), {1}[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A), and {1}A.

6.1Answer

The statement 1[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A) is false. The object 1 is an elementげん of A, but it is not a subset部分集合ぶぶんしゅうごう of A.

The statement {1}[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A) is true because {1} is a subset of A.

The statement {1}A is also true.

6.2Explanation

This problem practices distinguishing 1 as an elementげん from {1} as a set集合しゅうごう.

6.3Common mistake

Do not identify 1 with {1}.

7Problem 5

For a finite set有限集合ゆうげんしゅうごう with |A|=n, explain why |[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A)|=2n.

7.1Answer

For each elementげん of A, choose whether to include it in a subset部分集合ぶぶんしゅうごう or not. These two choices are made independently for all n elements, so the total number is 2n.

7.2Explanation

A power setべき集合 collects all possible choices. The boundary case n=0 also agrees, because [PARSE ERROR: Undefined("Command(\"mathcal\")")]P([PARSE ERROR: Undefined("Command(\"varnothing\")")])={[PARSE ERROR: Undefined("Command(\"varnothing\")")]} and 20=1.

7.3Common mistake

Do not write |[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A)|=2n. The two choices for each element are multiplied, giving 2n.

8Proof exercise: preservation for Cartesian products直積集合ちょくせきしゅうごう and power setsべき集合

8.1Problem

Prove the following equivalence.

AB[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A)[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(B)

Also prove that if AA and BB, then

A×BA×B.

8.2Answer

Assume AB. If X[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A), then XA. Hence XB, so X[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(B).

Conversely, assume [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A)[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(B). If aA, then {a}A, so {a}[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A). Hence {a}[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(B), which means aB. Therefore AB.

Now suppose (a,b)A×B. Then aA and bB. From AA and BB, we get aA and bB, so (a,b)A×B.

8.3Explanation

A power setべき集合 has subsets部分集合ぶぶんしゅうごう as its elements, so it lifts inclusion包含ほうがん information one level up. A Cartesian product直積集合ちょくせきしゅうごう is checked component by component.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる