We are working on a question in which we have to prove that a certain set of logical connectives is functionally complete. It is said that we are allowed to use the fact that the set $\{\bot,\to\}$ is functionally complete. Our question is: how is the logical connective $\bot$ used in formulae? Is it possible to write something like $p\bot$? Or does $\bot$ always have to be used with an implication such as in $p\to\bot$.
Thanks in advance,
Hugo
If we use a rigorous definition of formulas (or well-formed formulas or meaningful expressions), symbols like '⊥' or '0' in Polish notation qualify as propositional constants. One possible definition of meaningful expressions goes as follows:
This definition implies that every meaningful expression is either a lower case letter, '⊥', or starts with 'C'.
'p⊥' is not a lower case letter, nor does it start with 'C', nor is it '⊥'.
Therefore, it is not possible to correctly write 'p⊥' or something like it. But, '⊥' does not have to get used with an implication, since '⊥' is a standalone formula.
Algorithms also have gotten developed to determine whether a string of symbols is or is not a meaningful expression. Previous study of those algorithms also implies the above bold text.