I am unsure of how to prove that the following statement of First Order Logic holds:
$$ ¬∀x¬P(x) ↔ ∃xP(x)$$
The proof scheme available to me is that I cannot use axioms (such as De Morgan's Laws) and must instead construct a formal proofs using only the relation and quantifier rules afford to use in First Order / Propositional Logic.
For the same reasoning as above, I also want to know why the following identity holds
$$ ¬∃x¬P(x)↔∀xP(x) $$
(this seems to be related to the above statement and am wondering if there is a related reason as to why this holds and the above statement also holds)
As mentioned in my comment, to prove $A$ ↔ $B$, you need to assume $A$ and derive $B$. And then assume $B$ and derive $A$.
Informal Argument
Assume: ∃xP(x)
Now assume: ¬∀x¬P(x)
Formal Proof
More formally, we need to use a proof system. And quite a nice one for this type of argument would be Fitch.
And for the other implication direction, we use the argument: