🧠 Sets & Logic

Learn how mathematics organizes ideas, objects, and truth through sets and logic.

πŸ“¦ What are Sets?

A Set is a well-defined collection of distinct objects, considered as a single entity. Sets are fundamental in all areas of mathematics.

Objects in a set are called elements or members.

Notation: Sets are usually written with curly brackets:

{1, 2, 3}

πŸ”€ Types of Sets

βš™οΈ Set Operations

Example: Let A = {1, 2, 3}, B = {2, 3, 4}

πŸ“Š Venn Diagrams

Venn diagrams are visual representations of sets and their relationships using overlapping circles.

Basic Shapes:

🧠 Introduction to Logic

Logic is the framework that determines truth in mathematical reasoning. It involves statements, operators, and rules for combining them.

Statements (Propositions)

A statement is a sentence that is either true or false β€” not both.

Examples:

πŸ”— Logical Operators

Example Table (Truth Table):

p | q | p ∧ q | p ∨ q | p β†’ q | p ↔ q
-------------------------------------
T | T |   T   |   T   |   T   |   T
T | F |   F   |   T   |   F   |   F
F | T |   F   |   T   |   T   |   F
F | F |   F   |   F   |   T   |   T
      

πŸ›  Logical Equivalences

Used to simplify logical expressions. Two statements are equivalent if they have the same truth values in all cases.

πŸ“˜ Applications of Sets and Logic

πŸ§ͺ Practice Problems

πŸ“š Learn More

← Back to General Math Overview