Sets πŸ“š

Multicolumn

Blank

Concepts and Notation

  • No order: , (compared to a vector where order matters)
  • Notation:
    • Implicit (Description):
    • Explicit (Listing):
  • Subset (): means is a subset of .
    • (Every set is a subset of itself)
    • (The empty set is a subset of every set)

Standard Sets

…

  • := Natural Numbers
  • := Integers
  • := Rational Numbers
  • := Irrational Numbers (e.g., )
  • := Real Numbers ()
  • := Complex Numbers

Operations

  • Union: (Elements in OR )
  • Intersection: (Elements in AND )
  • Difference: (Elements in but NOT in )
  • Disjoint: (No common elements)

Blank

Quantifiers

  • : β€œFor all ”
  • : β€œThere exists at least one ”
    • : β€œThere does not exist an ” (Note: This is )

Cartesian Product

  • Two Sets: β€œThe set of all ordered pairs”
* **Squaring a Set**: $A \times A := \{(x, y) \mid x, y \in A\}$ * **General Power**: $A^2 = \{(x, y) \mid x, y \in \mathbb{R}\}$ (Assuming $A=\mathbb{R}$) * **Triple Product**: $A^3 = \{(x, y, z) \mid x, y, z \in \mathbb{R}\}$ (Assuming $A=\mathbb{R}$)

Cardinality (Number of Elements)

  • Cardinality of A:
  • Cardinality of Cartesian Product:

Real Numbers representation πŸ”’

Multicolumn

Blank

Floating-Point Representation


where is the significand (or mantissa), is the exponent, and:

  • (i.e., )
  • (the exponent is an integer)

Decimal Expansion

  • Example:

Multicolumn

Blank

Algebraic Concepts

Absolute Value

Properties

  • Multiplication/Division:

  • Triangle Inequality:
  • Reverse Triangle Inequality:

    (Note: The note shows two equivalent forms: and )

Modulo

  • = Remainder
  • It answers the question: β€œHow many times does fit into ? Remainder”

Combinatorics πŸ“

Factorial

  • For (natural numbers):
  • Base Case:

Blank

Pascal’s Triangle

The rows and columns of Pascal’s triangle give the values of the binomial coefficient .

* $n \to$ (Row index, starting at 0) * $k \to$ (Column index, starting at 0)

Binomial Coefficient

  • For and :
    The binomial coefficient is defined as:

e Binomial Theorem

The expansion of is given by the Binomial Theorem:

Expanded Form: