[Logic] Symbolizing Sentences

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 9

  • @valeriobertoncello1809
    @valeriobertoncello1809 4 ปีที่แล้ว

    6:17 Shouldn't "unless" be the same as XOR, and not just OR?

  • @luizg8034
    @luizg8034 5 ปีที่แล้ว +3

    To clarify
    +: and
    ×: or
    ~: not
    ->: implies
    O: I go outside
    R: it rains
    O × R is false iff ~O + ~R
    O × R is also equivalent to
    ~O -> R,
    or (strict 'or', both cannot be true) to
    ~R -> O.
    Both implications are equivalent to
    ~O + ~R.
    Now, ~R -> O is true if R is true or O is true, or both, and is false if R is false and O is false. This means it's equivalent to R × O.
    "I will go outside unless it rains" is true if it rains and I stay, and it's false if it rains and I go. If it doesn't rain, it's true if I go and if I stay...?
    It's debatable, but if it's false, the sentence would not be equivalent to
    O × R, but to
    O ~R (which is true when O and R have identical truth values: both true or both false), the same thing as R ~O

  • @canonlaw3929
    @canonlaw3929 4 ปีที่แล้ว

    Very good stuff-thanks!

  • @justus4684
    @justus4684 3 ปีที่แล้ว

    6:33
    Couldn't you also state it as:
    "I will not go outside if and only if it is not raining"?

  • @gayatrighosh2034
    @gayatrighosh2034 3 ปีที่แล้ว

    Thank you so much 💙💙💙💙

  • @lucasjanine2000
    @lucasjanine2000 3 ปีที่แล้ว

    Thank you.

  • @SeekingUltimateSynthesis
    @SeekingUltimateSynthesis 7 ปีที่แล้ว +1

    Why wouldn't the unless example become : o ~r

  • @gayatrighosh2034
    @gayatrighosh2034 3 ปีที่แล้ว

    Hey can you help me??
    Pls symbolize
    "We shall swim even if it rains" .. Please help me

  • @TheFearlocator
    @TheFearlocator 6 ปีที่แล้ว +1

    I think in the sentence "Mary or Ronald will win the rase", it should be "(M and notR) or (notM and R)"
    Because it's either Mary or Ronald, they cannot both win the race.