millani
- 3
- 0
How do I prove this? (propositional logic)
How to prove this
(p \rightarrow (q \vee p)) \rightarrow r \vdash \neg p \vee (q \vee r)
using only the natural deduction rules in propositional logic?
http://en.wikipedia.org/wiki/Propositional_logic
(natural deduction rules only)
1: (p \rightarrow (q \vee p)) \rightarrow r premise
<start of hypothesis 0> ; I tried to make a box here but failed miserably
2: \neg (\neg p \vee (q \vee r)) hypothesis
<start of hypothesis 1>
3: \neg p hypothesis
4: \neg p \vee (q \vee r) conjunction introduction 3
5: \bot negation introduction 2,4
<end of hypothesis 1>
6: \neg \neg p negation introduction 3-5
7: p double negative elimination 6
8: ?
<end of hypothesis 0>
As you can see, I don't exactly know how to use TeX.
PS: How do I put a box around the hypothesis in TeX?
Homework Statement
How to prove this
(p \rightarrow (q \vee p)) \rightarrow r \vdash \neg p \vee (q \vee r)
using only the natural deduction rules in propositional logic?
Homework Equations
http://en.wikipedia.org/wiki/Propositional_logic
(natural deduction rules only)
The Attempt at a Solution
1: (p \rightarrow (q \vee p)) \rightarrow r premise
<start of hypothesis 0> ; I tried to make a box here but failed miserably
2: \neg (\neg p \vee (q \vee r)) hypothesis
<start of hypothesis 1>
3: \neg p hypothesis
4: \neg p \vee (q \vee r) conjunction introduction 3
5: \bot negation introduction 2,4
<end of hypothesis 1>
6: \neg \neg p negation introduction 3-5
7: p double negative elimination 6
8: ?
<end of hypothesis 0>
As you can see, I don't exactly know how to use TeX.
PS: How do I put a box around the hypothesis in TeX?
Last edited: