Proving (s ^ ~p) ==> t using Sentential Calculus

  • Thread starter Thread starter lizzyb
  • Start date Start date
  • Tags Tags
    Calculus
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
lizzyb
Messages
167
Reaction score
0
Question:

Using sentential calculus (with a four column format), prove that the conclusion (s ^ ~p) ==> t follows from the premises: ~(q ^ s) and q OR p. (Hint: Employ conditionalization).

Work done:
Code:
   (1)  ~(q ^ s)         P
   (2)  (~q OR ~s)     DeM (1)
   (3)  q OR p            P
   (4)  p OR ~s          Cut (2, 3)
   (5)  ~(s ^ ~p)       DeM (4)
but, of course I'm to show (s ^ ~p) ==> t.

How should I go about it? thank you.
 
Physics news on Phys.org
contrapositive of the hypothesis seems to work! :-)