Prove validity of a cononclusion

  • Thread starter Thread starter Movingon
  • Start date Start date
AI Thread Summary
The discussion focuses on the validity of three logical conclusions based on given premises. For the first argument, the conclusion is valid as it forms a tautology. The second argument is more complex and not a tautology, leading to uncertainty about its truth. The third argument is confirmed as valid since it also results in a tautology. Overall, the conclusions drawn indicate that the first and third arguments are correct, while the second is deemed false.
Movingon
Messages
4
Reaction score
0
Prove the validity of the following:

1. It rains, Ali is sick. Ali was not sick. ⊢ It didn't rain.

2. I like maths, I study. I study or don't make an exam. ⊢ I don't make an exam, I do not like Maths.

3. I study, I do not fail in maths. I don't play soccer, I study. I failed in maths. ⊢Therefore I played soccer.

My attempts at solutions so far:

1. ((p → q) Λ ¬q) → ¬p This statement is a tautology so this conclusion is true?

2. Slightly trickier but this was my attempt. ((p → q) Λ (¬q V ¬r)) → (¬r → ¬p) This is not a tautology but has only one place that is false so is the argument true or not?

3. ((p → ¬q) Λ (¬r → p) Λ q) → r This is also a tautology so this argument is valid?
 
Physics news on Phys.org
Just a question on number 2. If q is the proposition, I study, and r is the proposition, i make an exam. Then why is "I study or don't make an exam", \neg p \vee \neg r?
 
daveyinaz said:
Just a question on number 2. If q is the proposition, I study, and r is the proposition, i make an exam. Then why is "I study or don't make an exam", \neg p \vee \neg r?

That was my mistake. Thanks for the correction. It should be \ p \vee \neg r?

So are my attempts at solutions correct? Since 1 and 3 are a tautology, they are right. The 2 is false, because it is not a tautology?
 
Last edited:
I'm taking a look at intuitionistic propositional logic (IPL). Basically it exclude Double Negation Elimination (DNE) from the set of axiom schemas replacing it with Ex falso quodlibet: ⊥ → p for any proposition p (including both atomic and composite propositions). In IPL, for instance, the Law of Excluded Middle (LEM) p ∨ ¬p is no longer a theorem. My question: aside from the logic formal perspective, is IPL supposed to model/address some specific "kind of world" ? Thanks.
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top