Skip to content
Foundation·F05

Conjunction

A and B: prove both to assert it, recover each from it.

To prove a conjunction, prove both conjuncts; from a conjunction, extract either conjunct.
Part of the logical framework beneath ZFC (classical first-order logic with equality): taken as given rather than proven, it belongs to the language the set-theoretic axioms are stated in.

Remarks

The three rules fix the meaning of completely (see the logical framework): a proof of carries exactly the information of a proof of paired with a proof of . Classically is definable from other connectives, for instance as , but no such basis is canonical, and the rules match how conjunction is actually used. In Lean, And is a structure whose constructor And.intro is the introduction rule and whose projections .left and .right are the two eliminations.

Used by