Safekipedia

Conjunction elimination

Adapted from Wikipedia ยท Discoverer experience

In propositional logic, conjunction elimination is a useful rule that helps us understand how to break down statements that have two parts connected by "and." This rule tells us that if a statement like "A and B" is true, then each part of the statement โ€” A and B โ€” is also true on its own. This makes it easier to work with longer proofs by letting us focus on just one part at a time.

For example, if someone says, "It's raining and it's pouring," we can use conjunction elimination to say simply, "Therefore it's raining." This shows how we can take one part of a combined statement and use it separately.

The rule has two parts. One lets us take the first part of a combined statement, and the other lets us take the second part. Together, they mean that whenever we see a statement with "and" connecting two ideas, we can choose to use either idea by itself in our reasoning. This helps make arguments and proofs clearer and easier to follow.

Formal notation

In logic, we can show that if two things are both true together, then each one is true on its own. This is called conjunction elimination.

We can write this using special symbols:

(P โˆง Q) โŠข P

and

(P โˆง Q) โŠข Q

These symbols mean that if "P and Q" are true, then "P" is true, and "Q" is also true.

We can also write this as rules that always work:

(P โˆง Q) โ†’ P

and

(P โˆง Q) โ†’ Q

Here, P and Q are any statements we might make.

Related articles

This article is a child-friendly adaptation of the Wikipedia article on Conjunction elimination, available under CC BY-SA 4.0.