1/23
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Conjunction introduction
A
B
A /\ B :/\I 1,2
Conjunction elimination (option 1)
A /\ B
A :/\E1
can only apply to sentences where conjunction is main logical operator
Conjunction elimination (option 2)
A /\ B
B :/\E1
can only apply to sentences where conjunction is main logical operator
Conditional elimination
A -> B
A
B :->E 1,2
also called modus ponens, always cite conditional first, followed by the antecedents
Conditional introduction
A :AS
B
A -> B :->I 1-2
To cite an individual line when applying a rule
the line must come before the line where the rule is applied, but
not occur within a subproof that has been closed before the line where the rule is applied
discharging
closing a subproof
to cite a subproof when applying a rule
the cited subproof must come entirely before the application of the rule where it is cited,
the cited subproof must not lie within some other closed subproof which is closed at the line it is cited, and
its last line of the cited subproof must not occur inside a nested subproof
soundness
if A entails B syntactically, then A entails B semantically
completeness
if A entails B semantically, then A entails B syntactically
Biconditional introduction
A :AS
B
B :AS
A
A <-> B :<->I 1-2, 3-4
Biconditional elimination (option 1)
A <-> B
A
B :<->E 1, 2
Biconditional elimination (option 2)
A <-> B
B
A :<->E 1-2
Disjunction introduction (option 1)
A
A \/ B :\/I 1
Disjunction introduction (option 2)
A
B \/ A :\/I 1
Disjunction elimination
A \/ B
A :AS
C
B :AS
C
C :\/E 1, 2-3, 4-5
also called proof by cases
Negation elimination
¬A
A
_|_ :¬E1,2
new special atomic sentence of TFL, but one which can only ever have the truth value False
Negation introduction
A :AS
_|_
¬A :¬I1-2
The Law of Non-Contradiction
A /\ ¬A :AS
¬A :/\E1
A :/\E1
_|_ :¬E2,3
¬(A /\ ¬A) :¬I1-4
Indirect proof
¬A
_|_
A :IP
allows us to prove A indirectly by assuming its negation
explosion: ex falso quodlibet
from falsehood, anything follows
explosion: ex contradictione quodlibet
from a contradiction, anything follows
explosion
_|_
A :X1
reiteration
A
A :R1