What is a basic structure

Sets

  • Stets are one of the building blocks for counting

  • A set is an unordeerd collection of objects

    • Objects in the set are called elements (or members) and they are said to contain its elements
  • Subsets

    • To show if sub set we use like and A is part of B

    • Proper subset
      • if something is a proper subset it must be smaller than the parent subset
  • Carnality

    • it just tells you how many distinct elements of A

      • (3 distinct elements)
  • The notations is denotes that

  • Describing a set

    • Roster method

        • they are equal as long as the have the same elements!
      • Ex.f
        • set of all vowels in the english alphabet:
  • tuples

    • They are ordered sets

Functions

  • Definition

    • A and B are nonempty sets, then a functions that assigns A to B, denoted is an assignment

      • you can have mutiple input to the same output (look at x^2)
  • Injections

    • A function that is one to one cant be in the domain of A

  • surjection

  • Bijection

  • Composition

    • basicly a function within a function

Sequence and summations

  • sequences

    • ordered list of numbers

    • A function from a subset of the integers

    • the notation is

    • this is just like Series
  • Geometric series

    • sums of terms of geometric progressions

      • \large \sum_{j=0}^{n}ar^{j}=(\begin{align}\frac{{ar^{n+1}-a}}{r-1},r=/=1\\\frac{n(n+1)}{2},r=1\\\end{align}
  • Product notation

    • Big ass pi