Lecture 01
Define “Proof:”
A proof is a sequence of statements that are connected by inferences
Lecture 01
Define “Theorem:”
A theorem is a statement that is the last line of the proof
Lecture 01
Define “lemma:”
A lemma is a theorem that is usually used within another proof
Lecture 01
What are conditional proofs?
The starting points of proof are not definitions, axioms, or theorems but assumptions or hypotheses of which we don’t know whether they are true or false.
To prove a conditional statement:
Claim: if A then B
Assume A and show B

Lecture 01
What are biconditionals?
Claim: A if and only if B
Abbreviate “if and only if” by ‘iff”
Lecture 01
What are proof by cases?
Proof by cases the original problem is divided into two or more different problems that are smaller and thus easier to deal with, that can be attacked separately.
Must be finite cases (exhaustive)
Ex:
Claim: Every day of the weed has a “d” at the end
Proof: list the days of the week
The general structure of the Proof:
…
Lecture 01
What is the Simplest case distinction?
Either A or not -A
Lecture 01
What is the formal system of Natural Deduction?
Inference rule that corresponds to this type of proof:

Lecture 01
Proof by contradiction/reductio ad absurdum:
Structure: