Working on the book: Dirk van Dalen. "Logic and Structure (Universitext)" (p. 18)
Definition 1.1.2 The set PROP of propositions is the smallest set X with the properties
$ \begin{array}{rl} \rm(i)&p_i\in X(i\in N),\bot\in X,\\ \rm(ii)&\varphi,\psi\in X\Rightarrow(\varphi\wedge\psi),(\varphi\vee\psi),(\varphi\to\psi),(\varphi\leftrightarrow\psi)\in X,\\ \rm(iii)&\varphi\in X\Rightarrow(\neg\varphi)\in X.\\ \end{array} $
I would like to know:
$p_i\in X(i\in N),\bot\in X$
- How can I instantiate this statement when verifiyng a string of symbols belongs to PROP ?
- Is the comma an and connective ?
- What is $N$?
- Why is bottom symbol there ?
$((p \land q) \to p)$
- How can I show this statement belongs to PROP ?
P.S.: I am already aware of similar questions but they do not address my questions, I think.