In a Natural Deduction, I want to get ¬(∃x)(Gx). So I assume (∃x)(Gx), and get the following Ga and ¬Ga for some a. What I have got:
Can I use the negation introduction(¬I) below? If not, what should I do?
In a Natural Deduction, I want to get ¬(∃x)(Gx). So I assume (∃x)(Gx), and get the following Ga and ¬Ga for some a. What I have got:
Can I use the negation introduction(¬I) below? If not, what should I do?
Copyright © 2021 JogjaFile Inc.

The details will depend on your particular system of natural deduction. But in many, yes, you can introduce $\bot$ with an absurdity rule and then (since $\bot$ does not involve the variable $a$), discharge the assumption using $\exists$E, and then use RAA i.e. $\neg$I.
So this, for example, is a correct proof:
Make sure you understand the justification for each step!