What do these statements mean in discrete mathematics?
Example 1: Let $P:\mathbb{Z}\times \mathbb{Z}\to \{T,F\}$, where $P(x,y)$ denotes "$x+y=5$".
Example 2: Let $B=\{T,F\}$. Let $P(p,q,r,\ldots )$ be a proposition. Then, $$P:=(p\rightarrow q)\rightarrow r:B\times B\times B\to B$$
Example 1: The set of ordered pairs of integers such that the sum of the first and the second is 5. P(x,y)=xPy which means P is a 2-place predicate defined as x+y=5.
Example 2: The second one is the Boolean definition of Predicate. It, in essence, says given a relationship P such that p implies q whole implies r will give you an ordered triple such that the whole will be an element B={T,F}. That is, the Predicate P will be either true or false given the values of (p,q,r…).
This is what I understood of it.