In this Wikipedia page https://en.wikipedia.org/wiki/Propositional_calculus, specifically in the section "Example 2. Natural deduction system", it mentions 11 inference rules and no axioms for a natural deduction system. I wanted to know how we can prove the following formulas using only the 11 rules mentioned in that page:
- ¬A∨A
- ¬(¬A∧A)
- (A→¬A)→¬A
- A→(B→C) → (A∧B)→C
And most importantly, please show all of that using a sequence of numbered lines, instead of any tree-proofs or diagrams.