Logic 101 (#27): Modus Ponens

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 39

  • @lucascorea3215
    @lucascorea3215 7 років тому +8

    I love you William this saved my live.

  • @JMcomments
    @JMcomments 8 років тому +15

    excellent video! better than uni!

  • @NickKizirnis
    @NickKizirnis 3 роки тому +1

    Could you recommend any good books (that aren't massive textbooks) for learning about the topics you cover here? Thank you!

  • @erikabenavidez981
    @erikabenavidez981 Рік тому +2

    2:32 hearing at this while Flowers sounds in the background 😆😂

  • @michaeltebele3305
    @michaeltebele3305 6 років тому +4

    Bon Iver - 00000 Million
    "In oh, the old modus:
    Out to be leading live
    Said comes the old ponens
    Demit to strive"

  • @ryank3882
    @ryank3882 6 років тому +2

    Struggling with this unit in math, but now I understand. Thanks.

    • @PunmasterSTP
      @PunmasterSTP 2 роки тому

      How did the rest of your math class go?

  • @DrStrangeLove2050
    @DrStrangeLove2050 10 років тому +6

    how did you fill last three rows of the truth table?? (counting from top) 0:05:50

    • @ChristopherKim
      @ChristopherKim 9 років тому +3

      Take a look at the circle diagram we saw at 4:05. For P->Q to be true, P has to be inside Q.
      For the second row of the truth table, It says a dot is inside P but not inside Q, which cannot be possible because P is supposed to be inside Q. Therefore P->Q is false.
      For the third row, it says a dot is not inside P but inside Q, which can be possible because the Q circle is bigger than P so a dot can be outside P but inside Q. Therefore P->Q is true.
      For the fourth row, it says a dot is not inside P nor Q, so the dot is irrelevant to
      P->Q, therefore P->Q can be true.

    • @missionpupa
      @missionpupa 7 років тому +1

      I will give you a short intuitive explanation. The expression p->q simply affirms q. So in the table, whenever q is true (T) then the expression p->q will be true. And the only other time it can be true is when p and q are both false (F) since we are simply affirming something that we know is false.

  • @boluwatifeogunnowo5841
    @boluwatifeogunnowo5841 Рік тому +1

    Thank you, this is very understandable 👍💯

  • @parizer1983
    @parizer1983 8 років тому +2

    ((P->Q)^P)->Q is the "extended" form of Modus Ponens, according to Wikipedia and other resources. Can you explain it in this form?

    • @Gametheory101
      @Gametheory101  8 років тому +4

      +Marko Savic It's exactly the same thing. Remember that the proofs are basically conditional proofs (well, actually, you will get to that later) where we assume that the premises are true and see what follows as well. Put differently, IF premises THEN conclusion.
      So you have P arrow Q and P as premises ((P arrow Q) ^ P) and have Q as a conclusion. Or ((P arrow Q)^P) arrow Q. Clear?

    • @parizer1983
      @parizer1983 8 років тому

      +William Spaniel Yes, thanks.

  • @sundusyawar569
    @sundusyawar569 6 років тому

    @William Would this be correct?
    p-->q
    q
    ---------
    p
    or does it have to be in the standard form? I did the truth table for my example it was true twice

    • @danielflores407
      @danielflores407 5 років тому

      The goal of the use of Modus Ponens is to affirm something, being 'q' true doesn't implies that p will be true.

    • @lea1822
      @lea1822 4 роки тому +1

      That would be the formal fallacy known as affirming the consequent. See video 48 of this series.

  • @smoothoperator8414
    @smoothoperator8414 4 роки тому +1

    Nice vid, better than my prof

    • @PunmasterSTP
      @PunmasterSTP 2 роки тому

      How did the rest of your class go?

  • @kaisersakhi4239
    @kaisersakhi4239 3 роки тому +1

    thank you so much for this!

  • @ledamariefrancisco4372
    @ledamariefrancisco4372 2 роки тому

    With modus ponens, can i interchange premise 1 and premise 2? Like Premise 1: I am Miley Cyrus. Premise 2: If I am Miley Cyrus, then I am crazy. thanks

  • @LucretiusDraco
    @LucretiusDraco 2 місяці тому

    Thanks this is helpful

  • @zeeshanahmadkhalil8920
    @zeeshanahmadkhalil8920 7 років тому +2

    that was very helpful thanks

  • @dosto_viski8292
    @dosto_viski8292 8 місяців тому

    What about
    1. If im a pen, i am crazy
    2. Im not a pen
    ... i am not crazy
    This sounds invalid but i couldnt figure out how

  • @rockychannel3169
    @rockychannel3169 2 роки тому

    Thank you 😌

  • @Woshii04
    @Woshii04 4 роки тому

    What if the problem is
    If p then not q
    not p
    therefore q?

    • @punkrider8758
      @punkrider8758 2 роки тому

      Denying the antecedent logical fallacy

  • @keaco73
    @keaco73 8 років тому

    According to this rule, would these premises mean the same?
    I do not believe X exists.
    and
    I believe X does not exist.
    Thank u!

    • @missionpupa
      @missionpupa 7 років тому

      First of all, saying I do not believe x exists is not really an "if then" statement. So logical notation would just be ~b (not believe in x). Saying "you believe/not believe" simply means "it is the case/not the case" So, ~b ~b Is equivalent. For future reference, it's somewhat ambiguous to use the word "believe" especially when we're dealing with logic, because logic doesn't measure opinion just true and false.

  • @DrStrangeLove2050
    @DrStrangeLove2050 10 років тому +1

    0:05:50 Why can't we have F-F-F or T-F-T on last three rows???

    • @ChristopherKim
      @ChristopherKim 9 років тому

      The first two columns are the premises which we are using to prove that the third column, the conclusion, is true.
      -F and -T is a separate premise to F and T, so -F and -T should be a separate premise column. We didn't add that column because the conclusion does not contain -F or -T therefore we have no need to add it in as a column.

    • @PunmasterSTP
      @PunmasterSTP 2 роки тому

      @@ChristopherKim I think that is close! I think in this case, the first two columns (P and P => Q) are the premises, and then Q is the conclusion. I am guessing that William wrote the table that way so that the simple sentences P and Q would be in the leftmost columns.

  • @PunmasterSTP
    @PunmasterSTP 2 роки тому

    Man, you know you're talking about something important when Rihanna made a whole song about it...
    Ponen de replay 😎

  • @KittyBoyPurr
    @KittyBoyPurr 2 роки тому

    1. P=>Q
    2. P
    therefore, Q

  • @GeorgeLeroux
    @GeorgeLeroux 2 роки тому

    1. if I think, I am
    2. I think
    ... I am

  • @Wondermass
    @Wondermass 6 років тому

    Solving logic puzzles with modus ponens and modus tollens: ua-cam.com/video/DKioUaN3be4/v-deo.html

  • @malihaahmed6208
    @malihaahmed6208 Рік тому

    dissing poor miley cyrus