In the testbook I have learnt that with the natural deduction rules:
$ A \lor B \to (A \to C) \to (B \to C) \to C$
$\exists x A \to \forall x ( A \to B) \to B$
after put $\bot$ into C, B respectively, we get disjunction and existential of intuitionistic logic:
$A \lor B := \lnot A \to (\lnot B \to \bot)$
$\exists x A := \lnot \forall x \lnot A$
My question: what's the meaning of putting a $\bot$ here, and why we can constuct intuitionistic disjunction and existential in such a manner?
There are actually two things (two pairs rather) being defined here.