VGLA sets, Matrices and Vectors Flashcards
set
a collection of things
|A| (Sets)
the order of A (how many elements A has)
Do not count repeated elements twice
[]
includes that last element
()
excludes that last element
empty dot
excludes the last value
full dot
includes the last value
A\B
(A-B)
those elements which are in A but not in B
Cartesian Product words
The collection of ordered pairs obtained by the product of two non empty sets.
IT RETURNS A SET FROM MULTIPLE SETS.
U
union (inclusive or)
or the universal set
∩
intersection (and)
a set of the empty set is not…
the empty set
exclusive or
it can either be one or the other but not both
inclusive or
it can be one or the other or both
set operations are commutative
the order of operations does not matter (except for A\B != B\A)
set operations are Associative
placement of brackets does not matter
AUB)UC = AU(BUC
set operations are distrubutive
AU(B∩C) = (AUB)∩(AUC) A∩(BUC) = (A∩B)U(A∩C)
A’
complement of A (everything but the elements in A)
De Morgans Law
(AUB)' = A' ∩ B' (A∩B)' = A' U B'
Cartesian Product
AxB = {(a,b): aЄA, bЄB}
induction steps
- show true when n=1
- assume true when n=k
- show true when n=k+1
ℕ
natural numbers, positive integers
Z
integers
Q
rational numbers
What makes equations linear?
no products + no powers