Proof Flashcards
1
Q
Meaning of A ⊨ B
A
A ⊨ B
means that B
is true in every structure in which A
is true.
2
Q
Meaning of A ⊢ B
A
A ⊢ B
means B
can be proved using A
as the premises.
3
Q
Soundness
A
If A ⊢ B
then A ⊨ B
4
Q
Completeness
A
If A ⊨ B
then A ⊢ B
5
Q
reductio ad absurdum
A
An assumption is rejected because it leads to a contradiction (an absurdity).
6
Q
AND introduction
A
7
Q
AND elimination
A
8
Q
OR Introduction
A
9
Q
OR Elimination
A
10
Q
NOT Introduction
A
11
Q
NOT Elimination
A
12
Q
IMPLIES Introduction
A
13
Q
IMPLIES Elimination
A
14
Q
Double negation elimination
A
15
Q
Excluded middle
A
⊢ A ∨ ¬A
16
Q
Universal Elimination
A
- We know that for all
x
the statementp
holds. - We have a term
t
that we need to use in our argument. - So we know that the statement
p
holds if we replacex
byt
everywhere in the statement.