1. Home
  2. Docs
  3. Discrete Structure
  4. Logics And Proofs
  5. Biconditional, Tautology, Contradiction…….

Biconditional, Tautology, Contradiction…….

→ Biconditional(↔):

Given two propositions p and q, the biconditional p↔q is a proposition that is true when p and q have same truth value, meaning they are either both true or both false and false otherwise.

•It is also known as “if and only if statement”.

Example:

p=You can enter the restricted area .
q= You have a valid access card.
p↔q=”You can enter the restricted area if and only if you have a valid access card.”

Truth Table

pqp↔q
TTT
TFF
FTF
FFT
In this truth table:
p” and “q” represent the truth values of the propositions.
p ↔ q” represents the truth value of the biconditional statement.

→ Tautology:

A tautology is a compound proposition that is always true, no matter what the truth values of the atomic propositions.

Truth Table

p⁓pp⋁⁓p
TFT
FTT
In this truth table:
p” represents the truth value of a proposition.
⁓p” represents the negation (NOT) of proposition p.
p⋁⁓p” represents the tautology.

→ Contradiction:

A contradiction is a compound proposition that is always false, regardless of the truth values of its component propositions.

Truth Table

p⁓ppΛ⁓p
TFF
FTF
In this truth table:
“p” represents the truth value of a proposition.
⁓p” represents the negation (NOT) of proposition p.
pΛ⁓p” represents the contradiction.

→ Contingency:

A contingency is a compound proposition that is neither a tautology (always true) nor a contradiction (always false).

Note: To clarify, “contingency” is not a formal term in logic like “tautology” or “contradiction.” Rather, a contingency is a term used to describe a logical statement that can be true in some cases and false in others, depending on the specific truth values of its component propositions.

A contingency doesn’t have a specific truth table associated with it.

# Show that pΛq is contingency.

pqpΛq
TTT
TFF
FTF
FFF

How can we help?

Leave a Reply

Your email address will not be published. Required fields are marked *