-
Title: Union, Intersection, Differences and Power Set
-
Series: Start Learning Sets
-
Parent Series: Start Learning Mathematics
-
Chapter: Sets and Maps
-
YouTube-Title: Start Learning Sets 3 | Union, Intersection, Differences and Power Set
-
Bright video: Watch on YouTube
-
Dark video: Watch on YouTube
-
Ad-free video: Watch Vimeo video
-
Original video for YT-Members (bright): Watch on YouTube
-
Original video for YT-Members (dark): Watch on YouTube
-
Forum: Ask a question in Mattermost
-
Quiz: Test your knowledge
-
Dark-PDF: Download PDF version of the dark video
-
Print-PDF: Download printable PDF version
-
Thumbnail (bright): Download PNG
-
Thumbnail (dark): Download PNG
-
Subtitle on GitHub: sls03_sub_eng.srt missing
-
Download bright video: Link on Vimeo
-
Download dark video: Link on Vimeo
-
Definitions in the video: superset of a set, union of sets, intersection of sets, set difference, big union symbol, big intersection symbol, power set
-
Timestamps (n/a)
-
Subtitle in English (n/a)
-
Quiz Content
Q1: What is the correct definition for the union of two sets $A$ and $B$?
A1: $A \cup B =$ $\{ x \mid x \in A \vee x \in B \}$
A2: $A \cup B =$ $\{ x \mid x \in A \wedge x \in B \}$
A3: $A \cup B =$ $\{ x \mid x \in A \wedge x \in \neg B \}$
A4: $A \cup B =$ $\{ x \mid x \in A \text{ and }x \in B \}$
Q2: What is the correct definition for the intersection of two sets $A$ and $B$?
A1: $A \cap B =$ $\{ x \mid x \in A \vee x \in B \}$
A2: $A \cap B =$ $\{ x \mid x \in A \wedge x \in B \}$
A3: $A \cap B =$ $\{ x \mid x \in A \wedge x \in \neg B \}$
A4: $A \cap B =$ $\{ x \mid x \in A \text{ or }x \in B \}$
Q3: What is not correct for the sets $A=\{ 1, 4, 6 \}$ and $B= \{ 2,4,6 \}$?
A1: $A \cap B =$ $\{ 4 \}$
A2: $A \cup B =$ $\{ 1,2,4,6 \}$
A3: $A \setminus B =$ $\{ 1 \}$
A4: $ |A| = 3 $
Q4: What is the power set of $A=\{ 1,2 \}$?
A1: $ \mathcal{P}(A) = $ $\{ \emptyset, \{ 1 \}, \{ 2 \} , \{ 1,2 \} \} $
A2: $ \mathcal{P}(A) = $ $\{ \emptyset, \{ 1 \}, \{ 1,2 \} \} $
A3: $ \mathcal{P}(A) = $ $\{ \emptyset, \{ 1 \}, \{ 2 \} \} $
A4: $ \mathcal{P}(A) = $ $\{ \{ 1 \}, \{ 2 \} , \{ 1,2 \} \} $
A5: $ \mathcal{P}(A) = $ $\{ \emptyset, \{ 1 \}, \{ 2 \} , \{3 \}, \{ 1,2 \} \} $
-
Last update: 2025-09