Question about the possible non equivalent logical statements

  • Thread starter Thread starter iceblits
  • Start date Start date
  • Tags Tags
    Equivalent
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 5K views
iceblits
Messages
111
Reaction score
0

Homework Statement



I'm trying to figure out how many unique (non-equivalent) logical statements are possible with n statements...I think I could figure that out as soon as I see a pattern so I would like to know how many are possible for 2 statements and for 3 statements

Homework Equations





The Attempt at a Solution


I know that for 1 statement there are two possibilities, namely, P and ~p. I think for two there are twelve possibilities: P,Q,~P,~Q, PVQ, P^Q, ~(PVQ),~(P^Q),P=>Q,Q=>P,Q<=>P,~(Q<=>P)..are those all the possibilities for 2 statements?
 
Physics news on Phys.org
Hey its you! :)
uhh yes I think...like for n=3 it would be the statements P,Q, R and all the possible ways that they are connected..
I know that a truth table can be filled out 2^n ways..like that's how many rows there will be in the truth table
 
iceblits said:
Hey its you! :)
uhh yes I think...like for n=3 it would be the statements P,Q, R and all the possible ways that they are connected..
I know that a truth table can be filled out 2^n ways..like that's how many rows there will be in the truth table

Right. Now how many ways can you fill out the truth of the statement entry in the truth table?? For each line in the truth table you can write T or F, right?
 
yep so...its...2^n*(2^n)?..is it like if u have a true false test of say..ten questions then you have 2^10 different possibilities?..but this time the number of rows are 2^n
 
no wait...its 2^(2^n)
 
wait ...does that mean that for n=1 there's 2^2=4 different possibilities..I thought there was only 1 (P and ~P)
 
iceblits said:
wait ...does that mean that for n=1 there's 2^2=4 different possibilities..I thought there was only 1 (P and ~P)

There are four. P, ~P, T and F. Or P, ~P, (P and ~P) and (P or ~P) if you prefer. See?
 
AHH I see I didnt think about that!..but are (P and ~P) and (P or ~P) logically...valid? like what do they mean..do such things exist ..such that (P and ~P) for example
 
iceblits said:
AHH I see I didnt think about that!..but are (P and ~P) and (P or ~P) logically...valid? like what do they mean..do such things exist ..such that (P and ~P) for example

Of course they exist. (P or ~P) or (P V ~P) is always true. Isn't it? What about (P and ~P)?
 
hmm the truth table would be:
P Q P^Q
T F F
F T F

So P^Q is false all the time...I guess that makes sense because u can't have something and "not something" at the same time
 
iceblits said:
hmm the truth table would be:
P Q P^Q
T F F
F T F

So P^Q is false all the time...I guess that makes sense because u can't have something and "not something" at the same time

It's just like any other logical statement. It just happens to be false all the time. It's the opposite of a tautology.
 
ooo..a contradiction? Thank-you so much again! Haha I wish you were my teacher!