Let $U = \{s_1, s_2, s_\cdots, s_n\}$ be the universal set and $A = \{a_1, a_2, a_3,\cdots, a_m\}$ is the set under consideration.
Now, I am proving $\forall_{x \in \{\}} p(x) = T$ as follows
$$\forall_{x \in A} p(x) = \forall_{x \in u} (x \in A \implies p(x)) $$ $$= (s_1 \in A \implies p(s_1)) \land (s_2 \in A \implies p(s_2)) \land \cdots (s_n \in A \implies p(s_n))$$
Hence if $A = \{\}$, then premise in every conditional statement becomes false and the result will be true.
But it is not working to prove $\exists_{x \in \{\}} p(x) = T$;
How to prove it?
$$\forall_{x \in A} p(x) = \forall_{x \in u} (x \in A \implies p(x)) $$ $$= (s_1 \in A \implies p(s_1)) \land (s_2 \in A \implies p(s_2)) \land \cdots (s_n \in A \implies p(s_n))$$
Just to replace $\land$ by $\lor$?
– hanugm Jun 06 '18 at 17:11$$\exists{x \in A} p(x) = \exists{x \in u} (x \in A \implies p(x)) $$ $$= (s_1 \in A \implies p(s_1)) \lor (s_2 \in A \implies p(s_2)) \lor \cdots (s_n \in A \implies p(s_n))$$
– hanugm Jun 06 '18 at 17:18