Set Theory/Review

From testwiki
Jump to navigation Jump to search

Need help creating math symbols?

Definitions

Subset

AB

  • {xxA then xB}

Subset means for all x, if x is in A then x is also in B.

Proper Subset

AB

  • {xxA then xB and AB}

Union

A

  • {xxA iff yA s.t. xy}


AB

  • {xxA or xB}

Intersection

A

  • {xfor all aA,xa}

AB

  • {xxA and xB}

Empty Set

  • There is a set A s.t. {xxA}

Minus

AB

  • {xxA and xB}

Powerset

𝒫(A)

  • {xxA}

Ordered Pair

a,b

  • {{a},{a,b}}

Cartesian Product

A×B

  • A×B={xx=a,b for some aA and some bB}

or

  • {a,baA and bB}

Relation

A set of ordered pairs

Domain

{x for some y,x,yR}

Range

{y for some x,x,yR}

Field

dom(R)ran(R)

Equivalence Relations

  • Reflexive: A binary relation R on A is reflexive iff for all a in A, <a, a> in R
  • Symmetric: A rel R is symmetric iff for all a, b if <a, b> in R then <b, a> R
  • Transitive: A relation R is transitive iff for all a, b, and c if <a, b> in R and <b, c> in R then <a, c> in R

Partial Ordering

  • Transitive and,
  • Irreflexive: for all a, <a, a> not in R

Trichotomy

Exactly one of the following holds

  • x < y
  • x = y
  • y < x

Proof Strategies

If, then

Prove if x then y

Suppose x
...
...
so, y

If and only If

Prove x iff y

suppose x
...
...
so, y
suppose y
...
...
so, x

Equality

Prove x = y

show x subset y
and
show y subset x

Non-Equality

Prove x != y

x = {has p}
y = {has p}
a in x, but a not in y

Template:BookCat