![Logical conjunction](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly91cGxvYWQud2lraW1lZGlhLm9yZy93aWtpcGVkaWEvY29tbW9ucy90aHVtYi85Lzk5L1Zlbm4wMDAxLnN2Zy8xNjAwcHgtVmVubjAwMDEuc3ZnLnBuZw==.png )
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 or or (prefix) or or in which is the most modern and widely used.
AND | |
---|---|
![]() | |
Definition | |
Truth table | |
Logic gate | ![]() |
Normal forms | |
Disjunctive | |
Conjunctive | |
Zhegalkin polynomial | |
Post's lattices | |
0-preserving | yes |
1-preserving | yes |
Monotone | no |
Affine | no |
Self-dual | no |
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOHpMek5sTDFabGJtNWZNREF3TUY4d01EQXhMbk4yWnk4eU1qQndlQzFXWlc1dVh6QXdNREJmTURBd01TNXpkbWN1Y0c1bi5wbmc=.png)
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:
- 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).
Notation
And is usually denoted by an infix operator: in mathematics and logic, it is denoted by a "wedge" (Unicode U+2227 ∧ LOGICAL AND),
or
; in electronics,
; and in programming languages
&
, &&
, or and
. In Jan Łukasiewicz's prefix notation for logic, the operator is , for Polish koniunkcja.
In mathematics, the conjunction of an arbitrary number of elements can be denoted as an iterated binary operation using a "big wedge" ⋀ (Unicode U+22C0 ⋀ N-ARY LOGICAL AND):
Definition
In classical logic, 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.
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
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpOW1MMll3TDFaaGNtbGhaR2xqWDJ4dloybGpZV3hmUVU1RUxuTjJaeTh5TWpCd2VDMVdZWEpwWVdScFkxOXNiMmRwWTJGc1gwRk9SQzV6ZG1jdWNHNW4ucG5n.png)
The truth table of :
F | F | F |
F | T | F |
T | F | F |
T | T | T |
Defined by other operators
In systems where logical conjunction is not a primitive, it may be defined as
It can be checked by the following truth table (compare the last two columns):
F | F | T | T | F | F |
F | T | F | T | F | F |
T | F | T | T | F | F |
T | T | F | F | T | T |
or
It can be checked by the following truth table (compare the last two columns):
F | F | T | T | T | F | F |
F | T | T | F | T | F | F |
T | F | F | T | T | F | F |
T | T | F | F | F | T | T |
Introduction and elimination rules
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, where \vdash expresses provability:
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
Definition
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
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
commutativity: yes
| ||
![]() | | ![]() |
associativity: yes
| ||||||||
![]() | ![]() | | ![]() | | ![]() | ![]() |
distributivity: with various operations, especially with or
| ||||||||
![]() | ![]() | | ![]() | | ![]() | ![]() |
others | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
with exclusive or:
with material nonimplication:
with itself:
|
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
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpODBMelF4TDBGT1JGOUhZWFJsWDJScFlXZHlZVzB1YzNabkx6SXlNSEI0TFVGT1JGOUhZWFJsWDJScFlXZHlZVzB1YzNabkxuQnVadz09LnBuZw==.png)
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
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
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
- And-inverter graph
- AND gate
- Bitwise AND
- Boolean algebra
- Boolean conjunctive query
- Boolean domain
- Boolean function
- Boolean-valued function
- Conjunction/disjunction duality
- Conjunction elimination
- Conjunction (grammar)
- De Morgan's laws
- First-order logic
- Fréchet inequalities
- Homogeneity (linguistics)
- List of Boolean algebra topics
- Logical disjunction
- Logical graph
- Negation
- Operation
- Peano–Russell notation
- Propositional calculus
References
- "2.2: Conjunctions and Disjunctions". Mathematics LibreTexts. 2019-08-13. Retrieved 2020-09-02.
- "Conjunction, Negation, and Disjunction". philosophy.lander.edu. Retrieved 2020-09-02.
- Beall, Jeffrey C. (2010). Logic: the basics (1. publ ed.). London: Routledge. p. 17. ISBN 978-0-203-85155-5.
- 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.
- Weisstein, Eric W. "Conjunction". MathWorld--A Wolfram Web Resource. Retrieved 24 September 2024.
- Smith, Peter. "Types of proof system" (PDF). p. 4.
- Howson, Colin (1997). Logic with trees: an introduction to symbolic logic. London; New York: Routledge. p. 38. ISBN 978-0-415-13342-5.
External links
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2Wlc0dmRHaDFiV0l2TkM4MFlTOURiMjF0YjI1ekxXeHZaMjh1YzNabkx6TXdjSGd0UTI5dGJXOXVjeTFzYjJkdkxuTjJaeTV3Ym1jPS5wbmc=.png)
- "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.
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 or amp displaystyle amp or K displaystyle K prefix or displaystyle times or displaystyle cdot in which displaystyle wedge is the most modern and widely used Logical conjunctionANDDefinitionxy displaystyle xy Truth table 1000 displaystyle 1000 Logic gateNormal formsDisjunctivexy displaystyle xy Conjunctivexy displaystyle xy Zhegalkin polynomialxy displaystyle xy Post s lattices0 preservingyes1 preservingyesMonotonenoAffinenoSelf dualnovteVenn 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 NotationAnd is usually denoted by an infix operator in mathematics and logic it is denoted by a wedge displaystyle wedge Unicode U 2227 LOGICAL AND amp displaystyle amp or displaystyle times in electronics displaystyle cdot and in programming languages amp amp amp or and In Jan Lukasiewicz s prefix notation for logic the operator is K displaystyle K for Polish koniunkcja In mathematics the conjunction of an arbitrary number of elements a1 an displaystyle a 1 ldots a n can be denoted as an iterated binary operation using a big wedge Unicode U 22C0 N ARY LOGICAL AND i 1nai a1 a2 an 1 an displaystyle bigwedge i 1 n a i a 1 wedge a 2 wedge ldots a n 1 wedge a n DefinitionIn classical logic 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 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 Conjunctions of the arguments on the left The true bits form a Sierpinski triangle The truth table of A B displaystyle A land B A displaystyle A B displaystyle B A B displaystyle A land B FFFFTFTFFTTTDefined by other operators In systems where logical conjunction is not a primitive it may be defined as A B A B displaystyle A land B neg A to neg B It can be checked by the following truth table compare the last two columns A displaystyle A B displaystyle B B displaystyle neg B A B displaystyle A rightarrow neg B A B displaystyle neg A rightarrow neg B A B displaystyle A land B FFTTFFFTFTFFTFTTFFTTFFTT or A B A B displaystyle A land B neg neg A lor neg B It can be checked by the following truth table compare the last two columns A displaystyle A B displaystyle B A displaystyle neg A B displaystyle neg B A B displaystyle neg A lor neg B A B displaystyle neg neg A lor neg B A B displaystyle A land B FFTTTFFFTTFTFFTFFTTFFTTFFFTTIntroduction and elimination rulesAs a rule of inference conjunction introduction is a classically valid simple argument form The argument form has two premises A displaystyle A and B displaystyle B Intuitively it permits the inference of their conjunction A displaystyle A B displaystyle B Therefore A and B or in logical operator notation where vdash expresses provability A displaystyle vdash A B displaystyle vdash B A B displaystyle vdash A land B 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 and B displaystyle B Therefore A displaystyle A or alternatively A displaystyle A and B displaystyle B Therefore B displaystyle B In logical operator notation A B displaystyle vdash A land B A displaystyle vdash A or alternatively A B displaystyle vdash A land B B displaystyle vdash B NegationDefinition A conjunction A B displaystyle A land B is proven false by establishing either A displaystyle neg A or B displaystyle neg B In terms of the object language this reads A A B displaystyle neg A to neg A land B 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 when C displaystyle C is a false proposition Other proof strategies If A displaystyle A implies B displaystyle neg B then both A displaystyle neg A as well as A displaystyle A prove the conjunction false A B A B displaystyle A to neg B to neg A land B 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 when C displaystyle C is a false proposition Either of the above are constructively valid proofs by contradiction Propertiescommutativity yes A B displaystyle A land B displaystyle Leftrightarrow B A displaystyle B land A displaystyle Leftrightarrow associativity yes A displaystyle A displaystyle land B C displaystyle B land C displaystyle Leftrightarrow A B displaystyle A land B displaystyle land C displaystyle C displaystyle land displaystyle Leftrightarrow displaystyle Leftrightarrow displaystyle land distributivity with various operations especially with or A displaystyle A displaystyle land B C displaystyle B lor C displaystyle Leftrightarrow A B displaystyle A land B displaystyle lor A C displaystyle A land C displaystyle land displaystyle Leftrightarrow displaystyle Leftrightarrow displaystyle lor otherswith exclusive or A displaystyle A displaystyle land B C displaystyle B oplus C displaystyle Leftrightarrow A B displaystyle A land B displaystyle oplus A C displaystyle A land C displaystyle land displaystyle Leftrightarrow displaystyle Leftrightarrow displaystyle oplus with material nonimplication A displaystyle A displaystyle land B C displaystyle B nrightarrow C displaystyle Leftrightarrow A B displaystyle A land B displaystyle nrightarrow A C displaystyle A land C displaystyle land displaystyle Leftrightarrow displaystyle Leftrightarrow displaystyle nrightarrow with itself A displaystyle A displaystyle land B C displaystyle B land C displaystyle Leftrightarrow A B displaystyle A land B displaystyle land A C displaystyle A land C displaystyle land displaystyle Leftrightarrow displaystyle Leftrightarrow displaystyle land idempotency yes A displaystyle A displaystyle land A displaystyle A displaystyle Leftrightarrow A displaystyle A displaystyle land displaystyle Leftrightarrow monotonicity yes A B displaystyle A rightarrow B displaystyle Rightarrow A C displaystyle A land C displaystyle rightarrow B C displaystyle B land C displaystyle Rightarrow displaystyle Leftrightarrow displaystyle rightarrow truth preserving yes When all inputs are true the output is true A B displaystyle A land B displaystyle Rightarrow A B displaystyle A land B displaystyle Rightarrow to be tested falsehood preserving yes When all inputs are false the output is false A B displaystyle A land B displaystyle Rightarrow A B displaystyle A lor B displaystyle Rightarrow 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 engineeringAND 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 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 correspondenceThe 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 if and only if x A x B displaystyle x in A wedge x in B Through this correspondence set theoretic intersection shares several properties with logical conjunction such as associativity commutativity and idempotence Natural languageAs 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 alsoAnd inverter graph AND gate Bitwise AND Boolean algebra Boolean conjunctive query Boolean domain Boolean function Boolean valued function Conjunction disjunction duality Conjunction elimination Conjunction grammar De Morgan s laws First order logic Frechet inequalities Homogeneity linguistics List of Boolean algebra topics Logical disjunction Logical graph Negation Operation Peano Russell notation Propositional calculusReferences 2 2 Conjunctions and Disjunctions Mathematics LibreTexts 2019 08 13 Retrieved 2020 09 02 Conjunction Negation and Disjunction philosophy lander edu Retrieved 2020 09 02 Beall Jeffrey C 2010 Logic the basics 1 publ ed London Routledge p 17 ISBN 978 0 203 85155 5 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 Weisstein Eric W Conjunction MathWorld A Wolfram Web Resource Retrieved 24 September 2024 Smith Peter Types of proof system PDF p 4 Howson Colin 1997 Logic with trees an introduction to symbolic logic London New York Routledge p 38 ISBN 978 0 415 13342 5 External linksWikimedia 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