Skip to main content
返回术语表
set-theory难度:基础set-theorybasic
Share

集合jíhé

set
3 分钟阅读
更新于 2025-10-29
已完成

Core Concept

A set is one of the most fundamental concepts in mathematics, referring to a collection of distinct objects with certain properties. Each object in a set is called an element.

Basic Concepts

  • Element: Each object in a set
  • Membership: Element aa is in set AA, written aAa \in A
  • Non-membership: Element aa is not in set AA, written aAa \notin A

Set Notation

1. Roster Method: A={1,2,3,4,5}A = \{1, 2, 3, 4, 5\}

2. Set-Builder Notation: B={xx is a positive integer less than 10}B = \{x \mid x \text{ is a positive integer less than 10}\}

3. Venn Diagrams: Visual representation using circles

Special Sets

  • Empty set: Contains no elements, denoted \emptyset or {}\{\}
  • Natural numbers: N={0,1,2,3,...}\mathbb{N} = \{0, 1, 2, 3, ...\}
  • Integers: Z={...,2,1,0,1,2,...}\mathbb{Z} = \{..., -2, -1, 0, 1, 2, ...\}
  • Rational numbers: Q\mathbb{Q}
  • Real numbers: R\mathbb{R}

Set Relationships

Subset

If every element of AA is also in BB, then AA is a subset of BB, written ABA \subseteq B.

Proper subset: ABA \subseteq B and ABA \neq B, written ABA \subset B.

Equality

A=BA = B if and only if ABA \subseteq B and BAB \subseteq A.

Set Operations

1. Union

AB={xxA or xB}A \cup B = \{x \mid x \in A \text{ or } x \in B\}

2. Intersection

AB={xxA and xB}A \cap B = \{x \mid x \in A \text{ and } x \in B\}

3. Complement

In universal set UU: UA={xxU and xA}\complement_U A = \{x \mid x \in U \text{ and } x \notin A\}

4. Difference

AB={xxA and xB}A - B = \{x \mid x \in A \text{ and } x \notin B\}

CSCA Practice Problems

💡 Note: The following practice problems are designed based on the CSCA exam syllabus and Chinese standardized test formats to help students familiarize themselves with question types and problem-solving approaches.

Example 1: Basic (Difficulty ★☆☆☆☆)

Given A={1,2,3}A = \{1, 2, 3\} and B={2,3,4}B = \{2, 3, 4\}, find ABA \cup B.

Solution:

Union contains all elements in AA or BB: AB={1,2,3,4}A \cup B = \{1, 2, 3, 4\}

Answer: {1,2,3,4}\{1, 2, 3, 4\}


Example 2: Intermediate (Difficulty ★★★☆☆)

Given universal set U={1,2,3,4,5}U = \{1, 2, 3, 4, 5\} and A={1,3,5}A = \{1, 3, 5\}, find UA\complement_U A.

Solution:

Complement contains elements in UU but not in AA: UA={2,4}\complement_U A = \{2, 4\}


Example 3: Advanced (Difficulty ★★★★☆)

Given A={xx23x+2=0}A = \{x \mid x^2 - 3x + 2 = 0\} and B={xx<3}B = \{x \mid x < 3\}, find ABA \cap B.

Solution:

Solve x23x+2=0x^2 - 3x + 2 = 0: x=1 or x=2x = 1 \text{ or } x = 2

So A={1,2}A = \{1, 2\}

AB={1,2}(,3)={1,2}A \cap B = \{1, 2\} \cap (-\infty, 3) = \{1, 2\}

Common Mistakes

❌ Mistake 1: {0}=\{0\} = \emptyset

Correction: {0}\{0\} contains one element (zero), not empty! Empty set is \emptyset or {}\{\}.

❌ Mistake 2: Sets have order

Correction: Sets are unordered, {1,2,3}={3,2,1}\{1, 2, 3\} = \{3, 2, 1\}.

❌ Mistake 3: Sets can have duplicates

Correction: Set elements are distinct, {1,1,2}={1,2}\{1, 1, 2\} = \{1, 2\}.

Study Tips

  1. Understand concept: Sets are unordered collections of distinct objects
  2. Master notation: Roster and set-builder notation
  3. Practice operations: Union, intersection, complement are fundamental
  4. Use diagrams: Venn diagrams help visualize relationships

💡 Exam Tip: Sets are the foundation of high school math. Set problems in CSCA are relatively simple, but concepts must be solid!

相关术语

相关术语 - 一起学习效果更好

进阶学习 - 掌握后可以学这些

Practice Exercises

Practice to reinforce your understanding