\frac{A \quad B}{A \land B} & & (\land\text{-intro}) \\ \\
Inference rules
Conjunction
A∧BABAA∧BBA∧B(∧-intro)(∧-elim1)(∧-elim2)
Disjunction
A∨BAA∨BBCA∨BA⊢CB⊢C(∨-intro1)(∨-intro2)(∨-elim)
Implication
A→BA⊢BBA→BA(→-intro)(→-elim)
Universal quantification
∀x.P(x)P(x)x freshP(t)∀x.P(x)(∀-intro)(∀-elim)
Existential quantification
∃x.P(x)P(t)C∃x.P(x)P(y)⊢Cy fresh(∃-intro)(∃-elim)
Negation
¬AA⊢⊥⊥A¬A(¬-intro)(¬-elim)
Absurdity
A⊥(⊥-elim)
Pitfall. The rules define which derivations are valid. They say nothing about meaning-that is the role of an interpretation such as Brouwer-Heyting-Kolmogorov (BHK) interpretation.