1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

  2. Watching NBA Action
    Come join Clutch as we're watching NBA Play-In Tournament action live ...

    LIVE: NBA Playoffs!
    Dismiss Notice

[Philosophy] Logic

Discussion in 'BBS Hangout' started by SK34, Jan 23, 2013.

Tags:
  1. SK34

    SK34 Member

    Joined:
    Jan 13, 2012
    Messages:
    4,042
    Likes Received:
    191
    I'm taking an Intro to Philosophy Class and we are discussing Logic. We are currently doing Truth Tables.

    We are at "If and only If"on the Truth Tables. The question which my professor has asked is that do you think that the two sentence below mean the same thing:

    -If P is true, then Q is true..
    -P is only true if Q is true..

    To put it in words:

    -If it rains, then the sidewalk is wet..
    -It rains only if the sidewalk is true..

    Is there anybody that understands philosophy or a philosophy major that can help me understand this concept? Thanks ahead of time.

    This is the best way I can explain it on the internet as far as my understanding.
     
  2. AMS

    AMS Contributing Member

    Joined:
    Oct 8, 2003
    Messages:
    9,646
    Likes Received:
    218
    Philosophy is the devils tool.
     
  3. larsv8

    larsv8 Contributing Member

    Joined:
    Nov 11, 2007
    Messages:
    21,663
    Likes Received:
    13,914
    Its not equivalent
     
  4. da_juice

    da_juice Member

    Joined:
    Dec 16, 2009
    Messages:
    9,315
    Likes Received:
    1,070
    False, the sentences are not equivalent.

    If it rains, then the sidewalk is wet.

    However, the sidewalk may be wet from another reason, and the sidewalk being wet is not causing the rain to fall.

    It could have rained, even if the sidewalk is dry.
     
  5. durvasa

    durvasa Contributing Member

    Joined:
    Feb 11, 2006
    Messages:
    37,973
    Likes Received:
    15,447
    I neither understand philosophy nor am I a philosophy major, but I would interpret 'P is only true if Q is true' as 'P = Q'. Its either that or 'If Q is false, then P is false.' Either way, not the same as 'If P, then Q'.
     
  6. moestavern19

    moestavern19 Member

    Joined:
    Dec 8, 1999
    Messages:
    39,003
    Likes Received:
    3,637
    I took Logic 1 and somehow BSed my way through it for a B. Logic 2 came around and I was like man **** this.
     
  7. SwoLy-D

    SwoLy-D Contributing Member

    Joined:
    Jul 20, 2001
    Messages:
    37,617
    Likes Received:
    1,448
    THIS I understand:
    This, however, doesn't make sense:
    First sentence is OK, but the second sentence doesn't make sense. Are you sure you didn't copy the Q statement incorrectly?

    Could be:
    - If P=[it rains], then Q=[the sidewalk is wet]
    - P=[It rains] only if Q=[the sidewalk is wet]

    Maybe? :confused:
    If so, then NO. da_juice is right.
     
  8. DudeWah

    DudeWah Member

    Joined:
    Oct 10, 2007
    Messages:
    9,643
    Likes Received:
    3,523
    brohan, this is just the basic distinction between "if, then" statements and "only if" statements.

    I can't explain this to you over the internet b/c you'll probably still be confused.

    Just read this:

    http://en.wikipedia.org/wiki/If_and_only_if

    under where it says distinctions from "if" and "only if" because that explains "if" and "only if" :p
    <br>
    Also, read your textbook man. This is like chapter 1 in any logic course.
     
  9. SK34

    SK34 Member

    Joined:
    Jan 13, 2012
    Messages:
    4,042
    Likes Received:
    191
    BTW we don't have text books bruh. My professor said, We'll have to buy different books for his class.
     
  10. DudeWah

    DudeWah Member

    Joined:
    Oct 10, 2007
    Messages:
    9,643
    Likes Received:
    3,523
    <br>
    If you go to UH (i'm guessing you do) they have logic textbooks in the library on reserve and this is literally in the very first chapter.
     
  11. SK34

    SK34 Member

    Joined:
    Jan 13, 2012
    Messages:
    4,042
    Likes Received:
    191
    Just checked. No textbooks.
    http://www.gbrown.org/intro/texts.html
     
  12. DudeWah

    DudeWah Member

    Joined:
    Oct 10, 2007
    Messages:
    9,643
    Likes Received:
    3,523
  13. EvanZ

    EvanZ New Member

    Joined:
    Dec 4, 2012
    Messages:
    3
    Likes Received:
    0
    P = it rains, Q = the sidewalk is wet

    If it rains, the sidewalk is wet. This is always a true statement, so P -> Q (P implies Q)

    If the sidewalk is wet, it does not necessarily mean that it rained (maybe someone washed their car and the water ran off onto the sidewalk). Q does not always imply P.

    P iff Q means that Q -> P (Q implies P), so P & Q is always true if Q is true.
     
  14. Fyreball

    Fyreball Contributing Member

    Joined:
    Apr 8, 2009
    Messages:
    14,946
    Likes Received:
    12,224
    It's pretty much impossible to explain this over the internet, but I think the difference between the two is pretty much in the wording itself. "If X happens, then Y happens" is innately different than "Y can ONLY happen if X happens." The first one implies that Y happens if X happens, however, there are other ways for Y to happen as well. The second statement implies that there are NO other ways for Y to happen outside of X happening.
     
  15. Rodman23

    Rodman23 .GIF

    Joined:
    Jun 26, 2012
    Messages:
    5,831
    Likes Received:
    3,534
    Just dont go to school
     
  16. durvasa

    durvasa Contributing Member

    Joined:
    Feb 11, 2006
    Messages:
    37,973
    Likes Received:
    15,447
    So, does this:

    P is only true if Q is true..

    mean

    (A) P is true only if Q is true

    or

    (B) P is true if and only if Q is true.

    I initially interpreted it as (B) (which means P = Q), but maybe (A) is more accurate. In which case, as I said earlier, this statement is equivalent to "if Q is false, then P is false."

    Shayan, the best way to understand it is to just write down the truth table.

    Code:
    P  Q  STMT
    0   0   ?
    0   1   ?
    1   0   ?
    1   1   ?
    
    If the truth tables are the same, then the two statements are logically equivalent.
     
  17. DudeWah

    DudeWah Member

    Joined:
    Oct 10, 2007
    Messages:
    9,643
    Likes Received:
    3,523
    It means answer choice "A" durvasa
    <br>
    I only linked him the if and only if wikipedia article b/c it had a section on "if then" statements.
    <br>
    Urgh, here i'll just do it for you:

    Here's your basic if P->Q truth table..

    P|Q|P -> Q|
    t t t
    t f f
    f t t
    f f t
    <br>
    P only if Q is the logical equivalent of..

    if ~Q then ~P

    They are the same thing. It's just written in a different way.

    Make the truth table, it'll show you better than I can
     
    #17 DudeWah, Jan 23, 2013
    Last edited: Jan 23, 2013
  18. Hustle Town

    Hustle Town Contributing Member

    Joined:
    Dec 25, 2012
    Messages:
    4,592
    Likes Received:
    2,629
    Someone want to take a shot at my Philosophy final?

    The previous statement is true, the preceding statement is false
     
  19. Hustle Town

    Hustle Town Contributing Member

    Joined:
    Dec 25, 2012
    Messages:
    4,592
    Likes Received:
    2,629
    Edit: The chair has legs. The previous statement is true, the preceding statement is false. Justify.

    My answer: What chair?
     
  20. durvasa

    durvasa Contributing Member

    Joined:
    Feb 11, 2006
    Messages:
    37,973
    Likes Received:
    15,447
    I think a logical statement is "true" so long as it doesn't contradict an existing proposition. So, P -> Q would be T so long as P is false or Q is true (i.e. equivalent to ~P V Q).
     

Share This Page

  • About ClutchFans

    Since 1996, ClutchFans has been loud and proud covering the Houston Rockets, helping set an industry standard for team fan sites. The forums have been a home for Houston sports fans as well as basketball fanatics around the globe.

  • Support ClutchFans!

    If you find that ClutchFans is a valuable resource for you, please consider becoming a Supporting Member. Supporting Members can upload photos and attachments directly to their posts, customize their user title and more. Gold Supporters see zero ads!


    Upgrade Now