ArticleslgStudy

science

Logical conjunction

Logical conjunction is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Logical conjunction rather than just read about it. In short: 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 & {\displaystyle \&} or K {\displaystyle K} (prefix) or × {\displaystyle \times } or ⋅ {\displaystyle \cdot } in which ∧ {\displaystyle \wedge } is the most modern and widely us…

Logical conjunction — main illustration
Logical conjunction — illustration

Key takeaways

  • Logical conjunction belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Logical conjunction to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Logical conjunction from memory before moving on to harder problems.

Reference excerpt

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 & {\displaystyle \&} or K {\displaystyle K} (prefix) or × {\displaystyle \times } or ⋅ {\displaystyle \cdot } in which ∧ {\displaystyle \wedge } is the most modern and widely used. 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).

Notation And is usually denoted by an infix operator: in mathematics and logic, it is denoted by a "wedge" ∧ {\displaystyle \wedge } (Unicode U+2227 ∧ LOGICAL AND), & {\displaystyle \&} or × {\displaystyle \times } ; in electronics, ⋅ {\displaystyle \cdot } ; and in programming languages &, &&, or and. In Jan Łukasiewicz's prefix notation for logic, the operator is K {\displaystyle K} , for Polish koniunkcja. In mathematics, the conjunction of an arbitrary number of elements a 1 , … , a n {\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 = 1 n a i = a 1 ∧ a 2 ∧ … a n − 1 ∧ a n {\displaystyle \bigwedge _{i=1}^{n}a_{i}=a_{1}\wedge a_{2}\wedge \ldots a_{n-1}\wedge a_{n}}

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

The truth table of A ∧ B {\displaystyle A\land B} :

Defined 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):

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):

Introduction and elimination rules As 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 ⊢ {\displaystyle \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,

… excerpt ends here. Continue reading the full article.

Illustrations

Logical conjunction illustration
Logical conjunction: Venn diagram of 
  
    
      
        A
        ∧
        B
        ∧
        C
      
    
    {\displaystyle A\wedge B\land C}
Venn diagram of A ∧ B ∧ C {\displaystyle A\wedge B\land C}
Logical conjunction: Conjunctions of the arguments on the left — The true bits form a Sierpinski triangle.
Conjunctions of the arguments on the left — The true bits form a Sierpinski triangle.
Logical conjunction illustration
Logical conjunction illustration

Worked examples

Example 1 — a first encounter with Logical conjunction

Start with the simplest possible case. Write down what Logical conjunction claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Logical conjunction before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Logical conjunction ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Logical conjunction

In research
Logical conjunction appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Logical conjunction in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Logical conjunction is common in secondary-school and first-year university syllabi. It links to neighbouring topics Logical connectives, Semantics, so understanding it makes those chapters shorter.
In everyday life
Look for Logical conjunction outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Logical conjunction in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Logical conjunction means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Logical conjunction out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Logical conjunction in simple terms?

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 & {\displaystyle \&} or K {\displaystyle K} (prefix) or ×…

Why does Logical conjunction matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Logical conjunction?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Logical conjunction.

Tags

  • Logical connectives
  • Semantics

Keep exploring