Introduction to Sets

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which of the following best describes a set in mathematical terms?

  • A group of related numbers.
  • A collection of similar objects.
  • A random assortment of items.
  • A well-defined collection of distinct objects. (correct)

Which set is NOT well-defined?

  • The set of planets in our solar system.
  • The set of all even numbers.
  • The set of continents on Earth.
  • The set of the best songs of the year. (correct)

If set A = {2, 4, 6, 8, 10}, how is this set written using the rule method?

  • {x | x is an even number}
  • {x | x is a positive even number less than 12} (correct)
  • {x | x is an even number greater than 1}
  • {x | x is a prime number less than 11}

Which of the following correctly represents the set of vowels in the English alphabet using the enumeration or roster method?

<p>{a, e, i, o, u} (A)</p> Signup and view all the answers

Which of the following sets is an example of a finite set?

<p>The set of integers between -100 and 100. (A)</p> Signup and view all the answers

Which of the following statements accurately describes an infinite set?

<p>Its elements are unlimited and cannot be counted. (B)</p> Signup and view all the answers

What is the cardinality of the set A = {a, b, c, d, e, f, g}?

<p>7 (B)</p> Signup and view all the answers

Which of the following is true about an empty set?

<p>It contains no elements. (C)</p> Signup and view all the answers

If A = {1, 2, 3} and B = {3, 2, 1}, which of the following is true?

<p>A = B (D)</p> Signup and view all the answers

Let A = {1, 2, 3} and B = {a, b, c}. Which statement is correct?

<p>A ≈ B (A)</p> Signup and view all the answers

Which of the following describes disjoint sets?

<p>Sets that have no elements in common. (B)</p> Signup and view all the answers

If A = {1, 2} and B = {1, 2, 3, 4}, which of the following is the correct notation to show that A is a subset of B?

<p>A ⊂ B (C)</p> Signup and view all the answers

Given set C = {a, b, c}, how many subsets can be formed from set C, including the empty set and the set itself?

<p>8 (A)</p> Signup and view all the answers

If set D = {1, 3, 5}, what is the number of proper subsets of D?

<p>7 (A)</p> Signup and view all the answers

If A = {1, 2} and B = {1, 2, 3}, which statement correctly describes the relationship between A and B?

<p>B is a superset of A. (A)</p> Signup and view all the answers

Given the set N = {x, y}, what is its power set P(N)?

<p>{∅, {x}, {y}, {x, y}} (A)</p> Signup and view all the answers

Which set contains all possible elements under consideration?

<p>Universal set (B)</p> Signup and view all the answers

Let U = {1, 2, 3, 4, 5, 6, 7, 8} and A = {2, 4, 6}. What is A^c, the complement of A?

<p>{1, 3, 5, 7, 8} (A)</p> Signup and view all the answers

If A = {1, 2, 3} and B = {3, 4, 5}, what is A ∪ B?

<p>{1, 2, 3, 4, 5} (B)</p> Signup and view all the answers

Given A = {a, b, c, d} and B = {c, d, e, f}, what is A ∩ B?

<p>{c, d} (B)</p> Signup and view all the answers

If A = {1, 2} and B = {a, b}, what is A x B (A cross B)?

<p>{(1, a), (1, b), (2, a), (2, b)} (B)</p> Signup and view all the answers

Which of the following is a proposition?

<p>The Earth is flat. (D)</p> Signup and view all the answers

What is the symbolic form of the statement "If it is raining, then the ground is wet"?

<p>p → q (B)</p> Signup and view all the answers

If p is "The sun is shining" and q is "It is warm outside", how would you express "The sun is not shining and it is warm outside" in symbolic form?

<p>~p ∧ q (D)</p> Signup and view all the answers

The proposition p -> q is logically equivalent to:

<p>~ q -&gt; ~ p (C)</p> Signup and view all the answers

Flashcards

What is a Set?

A collection of distinct, well-defined objects.

Enumeration/Roster Method

Listing elements within curly braces without repetition.

Defining/Rule Method

Defining a set by stating the common properties of its elements.

Finite Set

A set with a limited or countable number of elements.

Signup and view all the flashcards

Infinite Set

A set with an unlimited or uncountable number of elements.

Signup and view all the flashcards

Unit Set (Singleton Set)

A set with only one element.

Signup and view all the flashcards

Empty Set (Null Set)

A set with no elements, denoted by {} or Ø.

Signup and view all the flashcards

Equal Sets

Sets containing exactly the same elements.

Signup and view all the flashcards

Equivalent Sets

Sets with the same number of elements (same cardinality).

Signup and view all the flashcards

Disjoint Sets

Sets with no elements in common.

Signup and view all the flashcards

Subset

Every element A is also an element of B.

Signup and view all the flashcards

Proper Subset

A is a subset of B, but B contains at least one element not in A.

Signup and view all the flashcards

Superset

If A is a subset of B, then B is the superset of A.

Signup and view all the flashcards

Power Set

All subsets of A, including the empty set and A itself.

Signup and view all the flashcards

Universal Set

Set containing all elements under consideration.

Signup and view all the flashcards

Complementary Sets

Sets A and B are complimentary if they have no common elements.

Signup and view all the flashcards

Union

The set of all elements in either A or B or both.

Signup and view all the flashcards

Intersection

The set of all elements common to both A and B.

Signup and view all the flashcards

Product Sets

All possible ordered pairs (a,b) where a is in A and b is in B.

Signup and view all the flashcards

Proposition (Statement)

A declarative sentence that is either true or false, but not both.

Signup and view all the flashcards

Compound Statements

A statement with logical connectives.

Signup and view all the flashcards

Negation

Connective that reverses truth value.

Signup and view all the flashcards

Conjunction

A statement is true when both parts are true.

Signup and view all the flashcards

Disjunction

A statement is true if at least one part is true.

Signup and view all the flashcards

Conditional/Implication

If p, then q.

Signup and view all the flashcards

Study Notes

Module 6: The Language of Sets

  • Sets are fundamental building blocks in various mathematical disciplines like Graph Theory, Abstract Algebra, Real Analysis, Complex Analysis, Linear Algebra, and Number Theory.
  • In mathematics, a set is a collection of distinct objects.
  • Distinct objects means no duplication of elements within a set. Elements are listed only once.
  • Well-defined objects means it is possible to clearly determine whether any given object is or is not in the set.

Examples of Well-Defined vs. Not Well-Defined Sets:

  • Well-defined: The set of female presidents of the Philippines, the set of quadrilaterals, the set of rainbow colors, the set of even numbers less than 80, and the set of ASEAN member countries.
  • Not Well-defined: The set of good Filipino writers, the set of best books in the library, the set of difficult subjects in SHS, the set of delicious smoothies, and the set of smart people in the meeting.

Rules for Writing Sets:

  • Set names should be in capital letters (A, B, C, ..., X, Y, Z).
  • Elements should be in lowercase letters (a, b, c, ..., x, y, z).
  • Enclose elements within braces { }.
  • If an object is an element of the set, use the symbol ∈, for example: f ∈ A.
  • If an object is not an element of the set, use the symbol ∉, for example: a ∉ A.

The Set of Real Numbers:

  • Natural Numbers (N): Counting numbers (positive integers) like 1, 2, 3, ...
  • Integers (Z): Natural numbers, their negatives, and zero such as ...-4, -3, -2, -1, 0, 1, 2, 3, 4, ...
  • Rational Numbers (Q): Numbers represented as a/b (where a and b are integers and b ≠ 0) with terminating or repeating decimal representations like -15, -2, 0, 23, -1/4, 3/7, 15/2, -2.75, 1.625, -0.3333, 5.272727.
  • Irrational Numbers (Q'): Numbers represented as non-repeating and non-terminating decimals such as √2 = 1.414213562 ..., Ï€ = 3.141592654 ...
  • Real Numbers (R): Includes both rational and irrational numbers.

Methods of Writing a Set:

  • Enumeration or Roster Method: List elements in any order without repetition, enclosed by curly braces, for example: A = {f,r, e, s,h,m, n}.
  • Defining or Rule Method: Define the set by stating the common properties of its members, using set-builder notation like {x | P(x)} or {x: P(x)}.

Kinds of Sets:

  • Finite Set: Limited or countable elements, e.g., A = {1, 2, 3, ..., 16}, with cardinality n(A) = 16.
  • Infinite Set: Unlimited or uncountable elements, e.g., W = {0, 1, 2, 3, ...}
  • Unit Set (Singleton Set): Contains only one element, e.g., F = {11}, with cardinality n(F) = 1.
  • Empty Set (Null Set): Contains no objects or elements, denoted by {} or Ø, e.g., H = {}, with cardinality n(H) = 0.
  • Equal Sets: Sets containing the same elements, symbolically A = B.
  • Equivalent Sets: Sets with the same number of elements or cardinality, denoted by A ≈ B.
  • Disjoint Sets: Two sets having no common elements are disjoint.
  • The infinity of a set is denoted by three dots (...), known as an ellipsis, indicating "and so forth".

Subsets, Supersets, and Power Sets:

  • Subset: A is a subset of B (A ⊆ B) if every element of A is contained in B.
  • The total subsets of a given set of "n" elements is 2^n.
  • Proper Subset: Every element of A is in B, but B contains at least one element not in A, symbolized as A ⊂ B.
  • A set consisting of n elements has 2^n - 1 proper subsets.
  • Superset: If A is a subset of B, B is a superset of A, denoted by B ⊇ A.
  • Power Set: The set of all subsets of A, denoted by P(A).
  • The cardinality of the power set is |P(A)| = 2^n.
  • The empty set is a subset of every set.

Universal Set and Complementary Sets:

  • Universal Set: Contains all possible elements under consideration.
  • Complementary Sets: Sets A and B are complementary if they share no common elements, and their union is the universal set.
  • The complement of A is denoted by A^c.

Union and Intersection of Sets:

  • Union (A ∪ B): Set containing all elements from both sets.
  • Intersection (A ∩ B): Set containing the common elements of both sets.

Product Sets:

  • The product set of two non-empty sets A and B is the set of all ordered pairs (a, b) where a is from set A, and b is from set B.
  • The symbol "x" is used for the operation.
  • A x B ≠ B x A

Module 7: Elementary Logic

  • Logic deals with the methods of reasoning.
  • Aristotle pioneered logical reasoning.
  • Logic helps steer us in the direction of truth.

Propositions, Simple and Compound Statements:

  • A proposition (or statement) is a declarative sentence that is either true or false, but not both.
  • Propositions are represented by lowercase letters (p, q, r, s, ..., z)
  • The table shows examples of propositions and sentences that are not propositions.

Examples of Propositions:

  • Tarlac is a province in Region III.
  • Elephants have wings.
  • 15 – 2x = 8, if x = 5.
  • Twenty is less than fifty.
  • 5² + 1 is a prime number.

Examples of sentences that are not Propositions:

  • Where is your teacher?
  • Open the door.
  • Ouch!
  • This food is delicious.
  • 5x + 2y = 7 (with no assigned values).

Proposition Types:

  • Simple statement: A single statement without other statements as parts.
  • Compound statement: Contains two or more statements joined by logical connectives.

Logic Connectives and Symbols:

  • Negation: "not," symbol: ~ or ¬, symbolic form: ~p, read as: "not p".
  • Conjunction: "and/but", symbol: ∧, symbolic form: p ∧ q, read as "p and q".
  • Disjunction: "or", symbol: ∨, symbolic form: p ∨ q, read as "p or q".
  • Conditional/Implication: "if..., then", symbol: →, symbolic form: p → q, read variations like "if p, then q","p implies q" etc.
  • Biconditional: "if and only if", symbol: ↔, symbolic form: p ↔ q, read variations like "p if and only if q","p implies q and q implies p".

Compound Proposition Elements:

  • In "if p, then q", p is the antecedent (hypothesis or premise).
  • q is the consequent (or conclusion).

Module 8: Truth Tables

  • The truth value is either true (T) or false (F) for a simple statement.
  • The truth value for compound statements depends on its constituent simple statements and connectives.
  • A truth table shows the truth value of a compound statement for all possible truth values of its simple statements.

Truth Tables for Propositional Logic:

  • Negation: If a statement is true, its negation is false. If a statement is false, its negation is true.
  • Conjunction: p ∧ q is TRUE only when both p and q are true.
  • Disjunction: p ∨ q is TRUE if at least one of p or q is true.
  • Conditional: p → q is FALSE when p is true and q is false; otherwise, it’s true.
  • Biconditional: p ↔ q is TRUE when p and q have the same truth value.

Statement Types:

  • Tautology: A proposition that is always true in all possible cases.
  • Contradiction: A proposition that is always false in all possible cases.
  • Contingency: A proposition whose truth values are not always true nor always false.
  • Logical Equivalence: Two statements with the same truth values in all possible cases.
  • Symbolically, p ⇔ q (read as p and q are logically equivalent).

Conditional Statement Relationships:

  • Converse: Formed by interchanging the antecedent p and the consequent q. If p →q, the converse is q →p.
  • Inverse: Formed by negating both the antecedent p and the consequent q. If p →q, the inverse is ~p→~q.
  • Contrapositive: Formed by negating both p and q and then interchanging them. If p →q, the contrapositive is ~q→~p.

Key Equivalences:

  • A conditional statement is equivalent to its contrapositive: p → q ≡ ~q →~p.
  • The converse of a statement is equivalent to its inverse: q → p ≡ ~p →~q.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Sets and Set Theory Quiz
5 questions
Set Theory: Intersection of Sets
5 questions

Set Theory: Intersection of Sets

WarmerLeaningTowerOfPisa avatar
WarmerLeaningTowerOfPisa
Use Quizgecko on...
Browser
Browser