Bitcoin Forum
August 29, 2024, 08:20:13 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [LEARN] LOGICAL CONNECTIVES  (Read 70 times)
Peanutswar (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1193


Top Crypto Casino


View Profile WWW
March 26, 2021, 07:59:42 AM
Last edit: March 26, 2021, 08:17:10 AM by Peanutswar
Merited by DdmrDdmr (2)
 #1

This topic is much related to the previous one I created which is the [LEARN] LOGIC GATES and chance to earn merit. if you understand the logic gates its easier for you to understand the concept of the truth table with logical connectives.

IMPLICATION(→) - the value will only become false, if X is true and Y is false.
P|Q|PQ
T|T|T
F|T|T
T|F|F


BI-CONDITIONAL(⇔) - The value will only become true if they are both true or both false.
P|Q|PQ
T|T|T
F|T|F
T|F|F
F|F|T


NOT/NEGATION(¬)
Where you reverse the value of the given statement.

P|¬P
T|F
F|T
T|F


OR(V) either if there's a value of true the answer becomes true.
P|Q|PVQ
T|T|T
T|F|T
F|T|T


AND(∧) either if there's a value of false the answer becomes false. The only possible becomes true if X and Y are true.
P|Q|PQ
T|T|T
F|T|F
T|F|F


PROBLEM SOLVING
Let's try to solve this with the combination of both logical connectives.

(P → ¬Q) ∧ (P V Q)

P|Q|¬Q|P¬Q|PVQ|(P¬Q)(PVQ)
T|T|F|F|T|F
T|F|T|T|T|T
F|T|F|T|T|T
F|T|F|T|T|T
F|T|F|T|T|T


Here we go again for another challenge hoping that other members would really like to solve this kind of problem. Of course there's also a merited reward but only one per member who got the correct answer to become not abuse only 5 sMerit will be distributed.

(¬P ∧ ¬Q) → (P V Q)
P|Q|¬P|¬Q|¬P¬Q|PVQ|(¬P¬Q)(PVQ)
T|F|
T|T|
T|T|
F|F|
F|T|
Other sources can help
Code:
https://www.tutorialspoint.com/mathematical-logical-connectives
https://courses.lumenlearning.com/math4libarts/chapter/truth-tables-and-analyzing-arguments-examples/
https://sites.millersville.edu/bikenaga/math-proof/truth-tables/truth-tables.html

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
March 26, 2021, 08:34:35 AM
 #2

Is there a reason why some are missed? Can you make it explicit.

Edit [removed just in case clue given]
Peanutswar (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 1193


Top Crypto Casino


View Profile WWW
March 26, 2021, 09:09:13 AM
 #3

Is there a reason why some are missed? Can you make it explicit.

Edit [removed just in case clue given]

Are referring about logical operators like the ||, ! and &&. Or those like boolean algebra like this?


I made this image

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
March 26, 2021, 10:48:17 AM
 #4

Is there a reason why some are missed? Can you make it explicit.

Edit [removed just in case clue given]

Are referring about logical operators like the ||, ! and &&. Or those like boolean algebra like this?


I made this image

No. The truth table for implication, or and and are missing a set of inputs (false and false).
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!