fbpx
Wikipedia

Logical conjunction

In logic, mathematics and linguistics, and () is the truth-functional operator of conjunction or logical conjunction. The logical connective of this operator is typically represented as [1] or or (prefix) or or [2] in which is the most modern and widely used.

Logical conjunction
AND
Definition
Truth table
Logic gate
Normal forms
Disjunctive
Conjunctive
Zhegalkin polynomial
Post's lattices
0-preservingyes
1-preservingyes
Monotoneno
Affineno
Venn diagram of

The and of a set of operands is true if and only if all of its operands are true, i.e., is true if and only if is true and is true.

An operand of a conjunction is a conjunct.

Beyond logic, the term "conjunction" also refers to similar concepts in other fields:

Notation Edit

And is usually denoted by an infix operator: in mathematics and logic, it is denoted by   (Unicode U+2227 LOGICAL AND),[1]   or  ; in electronics,  ; and in programming languages, &, &&, or and. In Jan Łukasiewicz's prefix notation for logic, the operator is  , for Polish koniunkcja.[3]

Definition Edit

Logical conjunction is an operation on two logical values, typically the values of two propositions, that produces a value of true if and only if (also known as iff) both of its operands are true.[2][1]

The conjunctive identity is true, which is to say that AND-ing an expression with true will never change the value of the expression. In keeping with the concept of vacuous truth, when conjunction is defined as an operator or function of arbitrary arity, the empty conjunction (AND-ing over an empty set of operands) is often defined as having the result true.

Truth table Edit

 
Conjunctions of the arguments on the left — The true bits form a Sierpinski triangle.

The truth table of  :[1][2]

     
True True True
True False False
False True False
False False False

Defined by other operators Edit

In systems where logical conjunction is not a primitive, it may be defined as[4]

 

or

 

Introduction and elimination rules Edit

As a rule of inference, conjunction introduction is a classically valid, simple argument form. The argument form has two premises,   and  . Intuitively, it permits the inference of their conjunction.

 ,
 .
Therefore, A and B.

or in logical operator notation:

 
 
 

Here is an example of an argument that fits the form conjunction introduction:

Bob likes apples.
Bob likes oranges.
Therefore, Bob likes apples and Bob likes oranges.

Conjunction elimination is another classically valid, simple argument form. Intuitively, it permits the inference from any conjunction of either element of that conjunction.

  and  .
Therefore,  .

...or alternatively,

  and  .
Therefore,  .

In logical operator notation:

 
 

...or alternatively,

 
 

Negation Edit

Definition Edit

A conjunction   is proven false by establishing either   or  . In terms of the object language, this reads

 

This formula can be seen as a special case of

 

when   is a false proposition.

Other proof strategies Edit

If   implies  , then both   as well as   prove the conjunction false:

 

In other words, a conjunction can actually be proven false just by knowing about the relation of its conjuncts, and not necessary about their truth values.

This formula can be seen as a special case of

 

when   is a false proposition.

Either of the above are constructively valid proofs by contradiction.

Properties Edit

commutativity: yes

             
             

associativity: yes

                     
                                 

distributivity: with various operations, especially with or

                     
                                 

idempotency: yes

                 
                 

monotonicity: yes

                 
                             

truth-preserving: yes
When all inputs are true, the output is true.

             
             
(to be tested)

falsehood-preserving: yes
When all inputs are false, the output is false.

             
             
(to be tested)

Walsh spectrum: (1,-1,-1,1)

Nonlinearity: 1 (the function is bent)

If using binary values for true (1) and false (0), then logical conjunction works exactly like normal arithmetic multiplication.

Applications in computer engineering Edit

 
AND logic gate

In high-level computer programming and digital electronics, logical conjunction is commonly represented by an infix operator, usually as a keyword such as "AND", an algebraic multiplication, or the ampersand symbol & (sometimes doubled as in &&). Many languages also provide short-circuit control structures corresponding to logical conjunction.

Logical conjunction is often used for bitwise operations, where 0 corresponds to false and 1 to true:

  • 0 AND 0  =  0,
  • 0 AND 1  =  0,
  • 1 AND 0  =  0,
  • 1 AND 1  =  1.

The operation can also be applied to two binary words viewed as bitstrings of equal length, by taking the bitwise AND of each pair of bits at corresponding positions. For example:

  • 11000110 AND 10100011  =  10000010.

This can be used to select part of a bitstring using a bit mask. For example, 10011101 AND 00001000  =  00001000 extracts the fourth bit of an 8-bit bitstring.

In computer networking, bit masks are used to derive the network address of a subnet within an existing network from a given IP address, by ANDing the IP address and the subnet mask.

Logical conjunction "AND" is also used in SQL operations to form database queries.

The Curry–Howard correspondence relates logical conjunction to product types.

Set-theoretic correspondence Edit

The membership of an element of an intersection set in set theory is defined in terms of a logical conjunction:   if and only if  . Through this correspondence, set-theoretic intersection shares several properties with logical conjunction, such as associativity, commutativity and idempotence.

Natural language Edit

As with other notions formalized in mathematical logic, the logical conjunction and is related to, but not the same as, the grammatical conjunction and in natural languages.

English "and" has properties not captured by logical conjunction. For example, "and" sometimes implies order having the sense of "then". For example, "They got married and had a child" in common discourse means that the marriage came before the child.

The word "and" can also imply a partition of a thing into parts, as "The American flag is red, white, and blue." Here, it is not meant that the flag is at once red, white, and blue, but rather that it has a part of each color.

See also Edit

References Edit

  1. ^ a b c d "2.2: Conjunctions and Disjunctions". Mathematics LibreTexts. 2019-08-13. Retrieved 2020-09-02.
  2. ^ a b c "Conjunction, Negation, and Disjunction". philosophy.lander.edu. Retrieved 2020-09-02.
  3. ^ Józef Maria Bocheński (1959), A Précis of Mathematical Logic, translated by Otto Bird from the French and German editions, Dordrecht, South Holland: D. Reidel, passim.
  4. ^ Smith, Peter. "Types of proof system" (PDF). p. 4.

External links Edit

logical, conjunction, confused, with, circumflex, agent, capital, lambda, turned, exterior, product, logic, mathematics, linguistics, displaystyle, wedge, truth, functional, operator, conjunction, logical, conjunction, logical, connective, this, operator, typi. Not to be confused with Circumflex Agent Capital Lambda L Turned V L or Exterior Product In logic mathematics and linguistics and displaystyle wedge is the truth functional operator of conjunction or logical conjunction The logical connective of this operator is typically represented as displaystyle wedge 1 or amp displaystyle amp or K displaystyle K prefix or displaystyle times or displaystyle cdot 2 in which displaystyle wedge is the most modern and widely used Logical conjunctionANDDefinitionx y displaystyle xy Truth table 1000 displaystyle 1000 Logic gateNormal formsDisjunctivex y displaystyle xy Conjunctivex y displaystyle xy Zhegalkin polynomialx y displaystyle xy Post s lattices0 preservingyes1 preservingyesMonotonenoAffinenovteVenn diagram of A B C displaystyle A wedge B land C The and of a set of operands is true if and only if all of its operands are true i e A B displaystyle A land B is true if and only if A displaystyle A is true and B displaystyle B is true An operand of a conjunction is a conjunct Beyond logic the term conjunction also refers to similar concepts in other fields In natural language the denotation of expressions such as English and In programming languages the short circuit and control structure In set theory intersection In lattice theory logical conjunction greatest lower bound Contents 1 Notation 2 Definition 2 1 Truth table 2 2 Defined by other operators 3 Introduction and elimination rules 4 Negation 4 1 Definition 4 2 Other proof strategies 5 Properties 6 Applications in computer engineering 7 Set theoretic correspondence 8 Natural language 9 See also 10 References 11 External linksNotation EditAnd is usually denoted by an infix operator in mathematics and logic it is denoted by displaystyle wedge nbsp Unicode U 2227 LOGICAL AND 1 amp displaystyle amp nbsp or displaystyle times nbsp in electronics displaystyle cdot nbsp and in programming languages amp amp amp or and In Jan Lukasiewicz s prefix notation for logic the operator is K displaystyle K nbsp for Polish koniunkcja 3 Definition EditLogical conjunction is an operation on two logical values typically the values of two propositions that produces a value of true if and only if also known as iff both of its operands are true 2 1 The conjunctive identity is true which is to say that AND ing an expression with true will never change the value of the expression In keeping with the concept of vacuous truth when conjunction is defined as an operator or function of arbitrary arity the empty conjunction AND ing over an empty set of operands is often defined as having the result true Truth table Edit nbsp Conjunctions of the arguments on the left The true bits form a Sierpinski triangle The truth table of A B displaystyle A land B nbsp 1 2 A displaystyle A nbsp B displaystyle B nbsp A B displaystyle A wedge B nbsp True True TrueTrue False FalseFalse True FalseFalse False FalseDefined by other operators Edit In systems where logical conjunction is not a primitive it may be defined as 4 A B A B displaystyle A land B neg A to neg B nbsp or A B A B displaystyle A land B neg neg A lor neg B nbsp Introduction and elimination rules EditAs a rule of inference conjunction introduction is a classically valid simple argument form The argument form has two premises A displaystyle A nbsp and B displaystyle B nbsp Intuitively it permits the inference of their conjunction A displaystyle A nbsp B displaystyle B nbsp Therefore A and B or in logical operator notation A displaystyle A nbsp B displaystyle B nbsp A B displaystyle vdash A land B nbsp Here is an example of an argument that fits the form conjunction introduction Bob likes apples Bob likes oranges Therefore Bob likes apples and Bob likes oranges Conjunction elimination is another classically valid simple argument form Intuitively it permits the inference from any conjunction of either element of that conjunction A displaystyle A nbsp and B displaystyle B nbsp Therefore A displaystyle A nbsp or alternatively A displaystyle A nbsp and B displaystyle B nbsp Therefore B displaystyle B nbsp In logical operator notation A B displaystyle A land B nbsp A displaystyle vdash A nbsp or alternatively A B displaystyle A land B nbsp B displaystyle vdash B nbsp Negation EditDefinition Edit A conjunction A B displaystyle A land B nbsp is proven false by establishing either A displaystyle neg A nbsp or B displaystyle neg B nbsp In terms of the object language this reads A A B displaystyle neg A to neg A land B nbsp This formula can be seen as a special case of A C A B C displaystyle A to C to A land B to C nbsp when C displaystyle C nbsp is a false proposition Other proof strategies Edit If A displaystyle A nbsp implies B displaystyle neg B nbsp then both A displaystyle neg A nbsp as well as A displaystyle A nbsp prove the conjunction false A B A B displaystyle A to neg B to neg A land B nbsp In other words a conjunction can actually be proven false just by knowing about the relation of its conjuncts and not necessary about their truth values This formula can be seen as a special case of A B C A B C displaystyle A to B to C to A land B to C nbsp when C displaystyle C nbsp is a false proposition Either of the above are constructively valid proofs by contradiction Properties Editcommutativity yes A B displaystyle A land B nbsp displaystyle Leftrightarrow nbsp B A displaystyle B land A nbsp nbsp displaystyle Leftrightarrow nbsp nbsp associativity yes A displaystyle A nbsp displaystyle land nbsp B C displaystyle B land C nbsp displaystyle Leftrightarrow nbsp A B displaystyle A land B nbsp displaystyle land nbsp C displaystyle C nbsp nbsp displaystyle land nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle land nbsp nbsp distributivity with various operations especially with or A displaystyle A nbsp displaystyle land nbsp B C displaystyle B lor C nbsp displaystyle Leftrightarrow nbsp A B displaystyle A land B nbsp displaystyle lor nbsp A C displaystyle A land C nbsp nbsp displaystyle land nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle lor nbsp nbsp otherswith exclusive or A displaystyle A nbsp displaystyle land nbsp B C displaystyle B oplus C nbsp displaystyle Leftrightarrow nbsp A B displaystyle A land B nbsp displaystyle oplus nbsp A C displaystyle A land C nbsp nbsp displaystyle land nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle oplus nbsp nbsp with material nonimplication A displaystyle A nbsp displaystyle land nbsp B C displaystyle B nrightarrow C nbsp displaystyle Leftrightarrow nbsp A B displaystyle A land B nbsp displaystyle nrightarrow nbsp A C displaystyle A land C nbsp nbsp displaystyle land nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle nrightarrow nbsp nbsp with itself A displaystyle A nbsp displaystyle land nbsp B C displaystyle B land C nbsp displaystyle Leftrightarrow nbsp A B displaystyle A land B nbsp displaystyle land nbsp A C displaystyle A land C nbsp nbsp displaystyle land nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle land nbsp nbsp idempotency yes A displaystyle A nbsp displaystyle land nbsp A displaystyle A nbsp displaystyle Leftrightarrow nbsp A displaystyle A nbsp nbsp displaystyle land nbsp nbsp displaystyle Leftrightarrow nbsp nbsp monotonicity yes A B displaystyle A rightarrow B nbsp displaystyle Rightarrow nbsp A C displaystyle A land C nbsp displaystyle rightarrow nbsp B C displaystyle B land C nbsp nbsp displaystyle Rightarrow nbsp nbsp displaystyle Leftrightarrow nbsp nbsp displaystyle rightarrow nbsp nbsp truth preserving yesWhen all inputs are true the output is true A B displaystyle A land B nbsp displaystyle Rightarrow nbsp A B displaystyle A land B nbsp nbsp displaystyle Rightarrow nbsp nbsp to be tested falsehood preserving yesWhen all inputs are false the output is false A B displaystyle A land B nbsp displaystyle Rightarrow nbsp A B displaystyle A lor B nbsp nbsp displaystyle Rightarrow nbsp nbsp to be tested Walsh spectrum 1 1 1 1 Nonlinearity 1 the function is bent If using binary values for true 1 and false 0 then logical conjunction works exactly like normal arithmetic multiplication Applications in computer engineering Edit nbsp AND logic gateIn high level computer programming and digital electronics logical conjunction is commonly represented by an infix operator usually as a keyword such as AND an algebraic multiplication or the ampersand symbol amp sometimes doubled as in amp amp Many languages also provide short circuit control structures corresponding to logical conjunction Logical conjunction is often used for bitwise operations where 0 corresponds to false and 1 to true 0 AND 0 0 0 AND 1 0 1 AND 0 0 1 AND 1 1 The operation can also be applied to two binary words viewed as bitstrings of equal length by taking the bitwise AND of each pair of bits at corresponding positions For example 11000110 AND 10100011 10000010 This can be used to select part of a bitstring using a bit mask For example 1001 b 1 b 101 AND 0000 b 1 b 000 0000 b 1 b 000 extracts the fourth bit of an 8 bit bitstring In computer networking bit masks are used to derive the network address of a subnet within an existing network from a given IP address by ANDing the IP address and the subnet mask Logical conjunction AND is also used in SQL operations to form database queries The Curry Howard correspondence relates logical conjunction to product types Set theoretic correspondence EditThe membership of an element of an intersection set in set theory is defined in terms of a logical conjunction x A B displaystyle x in A cap B nbsp if and only if x A x B displaystyle x in A wedge x in B nbsp Through this correspondence set theoretic intersection shares several properties with logical conjunction such as associativity commutativity and idempotence Natural language EditAs with other notions formalized in mathematical logic the logical conjunction and is related to but not the same as the grammatical conjunction and in natural languages English and has properties not captured by logical conjunction For example and sometimes implies order having the sense of then For example They got married and had a child in common discourse means that the marriage came before the child The word and can also imply a partition of a thing into parts as The American flag is red white and blue Here it is not meant that the flag is at once red white and blue but rather that it has a part of each color See also EditAnd inverter graph AND gate Bitwise AND Boolean algebra Boolean conjunctive query Boolean domain Boolean function Boolean valued function Conjunction elimination Conjunction grammar De Morgan s laws First order logic Frechet inequalities List of Boolean algebra topics Logical disjunction Logical graph Negation Operation Peano Russell notation Propositional calculusReferences Edit a b c d 2 2 Conjunctions and Disjunctions Mathematics LibreTexts 2019 08 13 Retrieved 2020 09 02 a b c Conjunction Negation and Disjunction philosophy lander edu Retrieved 2020 09 02 Jozef Maria Bochenski 1959 A Precis of Mathematical Logic translated by Otto Bird from the French and German editions Dordrecht South Holland D Reidel passim Smith Peter Types of proof system PDF p 4 External links Edit nbsp Wikimedia Commons has media related to Logical conjunction Conjunction Encyclopedia of Mathematics EMS Press 2001 1994 Wolfram MathWorld Conjunction Property and truth table of AND propositions Archived from the original on May 6 2017 Retrieved from https en wikipedia org w index php title Logical conjunction amp oldid 1178625369, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.