This page contains the full list of basic inference rules used in the given natural deduction system.
Conjunction Introduction §
Γ⊢A∧BΓ⊢A , Γ⊢B
Conjunction Elimination §
Γ⊢A , Γ⊢BΓ⊢A∧B
Disjunction Introduction §
Γ⊢A∨BΓ⊢A
Disjunction Elimination (proof by cases) §
Γ⊢CΓ⊢A∨B , Γ,A⊢C , Γ,B⊢C
Implication Introduction §
Γ⊢A→BΓ,A⊢B
Implication Elimination (modus ponens) §
Γ⊢BΓ⊢A , Γ⊢A→B
Negation Introduction §
Γ⊢¬AΓ,A⊢⊥
Negation Elimination §
Γ⊢BΓ⊢A , Γ⊢¬A
Double Negation Introduction §
Γ⊢¬¬AΓ⊢A
Double Negation Elimination §
Γ⊢AΓ⊢¬¬A
Axiom §
Γ,A⊢A
Weakening §
Γ,A⊢BΓ⊢B