0

How does the introduction rule and the elimination rule of falsehood ⊥ look like in a calculus of natural deduction?

2 Answers2

2

You can avoid having any introduction rule for $\bot$ provided you define $\neg A$ to mean $A \to \bot$; then the '$\bot$-introduction rule' is really just $\to$-elimination, namely $$\cfrac{A \quad \neg A}{\bot}$$

As for $\bot$-elimination, it's quite simply $$\cfrac{\bot}{A}$$ That is, from a contradiction, you can deduce anything.

0

The question is a little unclear, but it looks like you might want $\bot\rightarrow\phi$ for any (formula) $\phi$ and $\phi\wedge\neg\phi\rightarrow\bot$.

UserB1234
  • 2,198