Week 1 - Sets, Proofs, Logic Flashcards
How do you do a direct proof?
Restate the theorem in the form if(conditions) are true, then (conclusion) is true. Take some notes on what it means for the conclusion to be true and see where it leads. Argue in the direction of the conclusion. Always make sure to start from conditions and argue to the conclusions
What is the pigeonhole principle?
If you have more pigeons than holes, then there must be more than one pigeon in a hole
What is a constructive proof? What is a non-constructive proof?
A method of proof that demonstrates the existence of a mathematical object by creating or providing a method for creating the object. A non-constructive proof provides the existence of a particular kind of object without providing an example
What is a power set?
Power set P(A) of set A means that it is the set of all subsets of A
What is DeMorgan’s laws (logic version)?
(~p) V (~Q) is equal to ¬(P∧Q), and (¬P)∧(¬Q) is logically equivalent to ¬(P∨Q).
What does contrapositive mean?
Converse and inverse at the same time. Meaning you switch the logic statements, and you negate them.