MAT102 Lecture 20
-
When you want to prove that something is true for all
. - You can use an arbitrary
and prove for . - To prove with induction and two variables, use both methods.
- Fix an arbitrary string length
.
- You can use an arbitrary
-
2
- a
- Let
be a universe of discourse. Think of . - 1
left=-2; right=2; top=10; bottom=-10; --- (-2,1) (-1,1) (0,1) (1,1) (2,1) y=0| -2<x<-1 y=0| -1<x<0 y=0| 0<x<1 y=0| 1<x<2
- 2
left=-2; right=2; top=10; bottom=-10; --- y=1| -\infty<x<0 y=0| 0<x<1 y=1| 1<x<\infty
- 3
left=-2; right=2; top=10; bottom=-10; --- y=1|dashed| y=0|dashed|
- Let
- b
- If
is the function of some set , what is ? - It should be anything that is in
- The definition of a preimage is:
- Any element that's in
.
- If
- c
- If
is a set, the powerset of is is all the subsets. including
- If
- d
- Let
be a universe of discourse. Let be the set of all functions on that map into . - So this is any function that is part of the
.
- Takes a set and outputs a characteristic function
- The preimage of
, is the function by part 2b - So get a set, then we get out a function. The preimage is the set.
-
- Let
- a