[Discrete Mathematics] Sheffer Stroke Examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ค. 2016
  • We introduce the sheffer stroke and do some examples.
    LIKE AND SHARE THE VIDEO IF IT HELPED!
    Visit our website: bit.ly/1zBPlvm
    Subscribe on TH-cam: bit.ly/1vWiRxW
    -Playlists-
    Discrete Mathematics 1: • Discrete Math (Sets, L...
    Discrete Mathematics 2: • Discrete Math (Countin...
    -Recommended Textbooks-
    Discrete and Combinatorial Mathematics (Grimaldi): amzn.to/2T0iC53
    Discrete Mathematics (Johnsonbaugh): amzn.to/2Hh7H41
    Discrete Mathematics and Its Applications (Rosen): amzn.to/3lUgrMI
    Book of Proof (Hammack): amzn.to/35eEbVg
    Like us on Facebook: on. 1vWwDRc
    Submit your questions on Reddit: bit.ly/1GwZZrP
    Hello, welcome to TheTrevTutor. I'm here to help you learn your college courses in an easy, efficient manner. If you like what you see, feel free to subscribe and follow me for updates. If you have any questions, leave them below. I try to answer as many questions as possible. If something isn't quite clear or needs more explanation, I can easily make additional videos to satisfy your need for knowledge and understanding.

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

  • @Trevtutor
    @Trevtutor  8 หลายเดือนก่อน

    Check out my new course in Propositional Logic: trevtutor.com/p/master-discrete-mathematics-propositional-logic
    It comes with video lectures, text lectures, practice problems, solutions, and a practice final exam!

  • @sidsandefur3418
    @sidsandefur3418 6 ปีที่แล้ว +98

    Trev, I gotta say, you are a saint from heaven.
    I'm in the middle of Discrete math right now and my professor is incomprehensible to me. But your soft soothing voice and masterful use of a mouse pencil allow me to sleep at night knowing I wont fail or walk away not knowing some important skills for later classes. Nothing is telling you to make these but you do anyway. You are what people need to aspire to be. Thanks for getting me leanred.

    • @peterchen3458
      @peterchen3458 6 ปีที่แล้ว +2

      totally agree with you! Wish Treve can make more videos. Support you Treve!

  • @tobir693
    @tobir693 4 ปีที่แล้ว +1

    You are a lifesaver Trev. Due to corona we don't have classes, and the professor is just giving us a bunch of reading, so this is pretty much lectures for me.

  • @bluegiant13
    @bluegiant13 5 ปีที่แล้ว +9

    Honestly, this is beautiful stuff.

  • @Adam-yc3zu
    @Adam-yc3zu 3 ปีที่แล้ว +1

    Got an exam in 8 hours. You're the best, Trev!

  • @gideonblimz8129
    @gideonblimz8129 ปีที่แล้ว

    Your the best Tutor I’d ever seen so far on TH-cam 🎉

  • @azeylacalaty3182
    @azeylacalaty3182 5 ปีที่แล้ว +1

    I love you so much for this

  • @davidislam6049
    @davidislam6049 5 ปีที่แล้ว +4

    yes! now I know how to covert and/or gates into NAND gates!

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

    For the first example can you not do this ~(~p n ~q) so answer will be same as the secound ?

  • @fsxaviator
    @fsxaviator 2 ปีที่แล้ว +2

    My brain is hanging on by a thread lol

  • @johndarland3633
    @johndarland3633 7 ปีที่แล้ว

    5:16 instead of (p↑p) ↑ (q↑q) could you have used (¬p ↑ ¬q) as you are using the sheffer stroke here too? and also at 3:56, you already used the sheffer stoke at ¬(p↑q) so why go even further to show it as (p↑q) ↑ (p↑q)?

    • @zoxomonocovo
      @zoxomonocovo 6 ปีที่แล้ว

      Yeah i got (¬p ↑ ¬q) as well when i was trying to work out my own definition.

    • @peacecitizen1
      @peacecitizen1 4 ปีที่แล้ว +2

      I think the idea here is to be able to write any logical expression using ONLY the Sheffer stroke.

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

    Wouldn't it be sufficient to say that (p v q) (~p nand ~q) ?
    Why was it necessary to turn ~p and ~q into (p nand p) and (q nand q) ?

    • @sseagle4173
      @sseagle4173 23 วันที่ผ่านมา

      @JojoMojo225 Is it possible to find a different soloution than that of TrevTutor still using only 'nand'?

  • @javaexpertsa8947
    @javaexpertsa8947 5 ปีที่แล้ว

    (p and q) is not equivalent to (p up q) up (p up q), only if you negate it or do i misunderstand something?

    • @AaronDGreen
      @AaronDGreen 3 ปีที่แล้ว +1

      Two years late but for anybody with a similar question.
      P UP Q is the same as taking an AND and NOTTING it. Within the second UP since (P UP Q) is both terms in the UP it'll just act as a NOT. Therefore inversing it giving us our AND.
      P | Q | P UP Q | (P UP Q) UP (P UP Q) | P AND Q |
      1 | 1 | 0 | 1 | 1 |
      1 | 0 | 1 | 0 | 0 |
      0 | 1 | 1 | 0 | 0 |
      0 | 0 | 1 | 0 | 0 |

  • @sadaquekhan
    @sadaquekhan 7 ปีที่แล้ว

    Don't quiet understand the end part of pvq part ??? Is it simple because ¬ (negation) is outside the bracket ¬(____) whilst the and connective is inside the bracket i.e -> ¬(__(and)__) . Is that a general rule ??? Confused ??

    • @mbarq2
      @mbarq2 7 ปีที่แล้ว

      Yeah, it's a "general" rule, but you can prove it yourself using truth tables. It's a DeMorgan's law transformation where ~(P ^ Q) ~P v ~Q. In this case he's going the other way and there's an extra "~" :
      ~~P v ~~Q ~(~P ^ ~Q)
      He touched on it about...two lessons ago?

    • @user-sz9wm4rm5c
      @user-sz9wm4rm5c 6 ปีที่แล้ว

      The most useful of this feature is in circuit manufacture, you only build nand circuit for all kinds of circuit.

  • @MrKB_SSJ2
    @MrKB_SSJ2 11 หลายเดือนก่อน

    2:37

  • @MrKB_SSJ2
    @MrKB_SSJ2 11 หลายเดือนก่อน

    0:00

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

    de morgan ruleess...(but not presented yet)

  • @firstaction8938
    @firstaction8938 5 ปีที่แล้ว

    It is this

  • @raphaelgeronimo
    @raphaelgeronimo ปีที่แล้ว

    2:45 How did this become not not p and q? = ( I'm lost

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

    At 4:45 how???
    not p and not q ~ not(p and q) ????????

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

      It's an analogy in a sense. I'm saying it's of the form ~(p ^ q), so we can use our rule for ~(p ^ q), then apply rules to ~p and ~q on the inside to get a result for ~(~p ^ ~q)

  • @hanif72muhammad
    @hanif72muhammad 5 ปีที่แล้ว

    Sorry, but I'm lost at 4:30 how is that possible?

    • @leonardoneill9593
      @leonardoneill9593 5 ปีที่แล้ว

      I did not understand that either, the change from an 'or' to 'and' operator?

    • @leonardoneill9593
      @leonardoneill9593 5 ปีที่แล้ว

      Using DeMorgan's Law, explained in the next video on this playlist.

  • @nrkv
    @nrkv 4 ปีที่แล้ว +3

    i didn't understand how: ~~p or ~~q became ~(~p and ~q).

    • @materialknight
      @materialknight 4 ปีที่แล้ว +2

      "~p v ~q" means that you don't have both "p" and "q" (at least one of them is negated), that is "~(p & q)"; now the example says: "~~p v ~~q" This means that you don't have both "~p" and "~q" (at least one of them is negated), that is "~(~p & ~q)".
      This equivalence of statement forms ~(p & q) ↔️ (~p v ~q) is one of the two called De Morgan's Laws / Theorems / Rules. They can be proven with truth tables or by derivation.

    • @II_xD_II
      @II_xD_II 4 ปีที่แล้ว +1

      @@materialknight thx dude i was also stuck at that part

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

      i think 'v' is or not and

    • @insanecbrotha
      @insanecbrotha 4 ปีที่แล้ว +1

      en.wikipedia.org/wiki/De_Morgan%27s_laws
      ¬(p ∨ q) = (¬p ∧ ¬q)
      ergo
      (p ∨ q) = ¬(¬p ∧ ¬q)

  • @kenmeyer100
    @kenmeyer100 4 ปีที่แล้ว +4

    Too bad, he doesn't teach anymore

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

    He did not give a definition of the Sheffer stroke, just introduced it via equivalence

  • @sjhuz01
    @sjhuz01 5 ปีที่แล้ว +6

    Could kinda follow this after watching 3 times, but I don't understand the purpose of any of it.
    Just more arbitrary cryptic syntax and rules/tricks to memorize for a test before brain dumping everything.
    This is why people hate math. Ugh - gonna fail my damn class.