Working on the book: Derek Goldrei. "Propositional and Predicate Calculus" (p. 40)
The author briefly introduces the concept of a function v:
We talked informally about knowing whether, in a particular set of circumstances, each propositional variable is true or false. More formally and elegantly, thsi set of circumstances is a function $v \colon P \to \{T,F\}$, where $P$ is the set of propositional variables in our language.
Before introducing the concept of truth assignment, explains:
Let $Form(P, S)$ be the set of all formulas built up from propositional variables in a set $P$ using connectives in a set $S$ which includes $\land$. We shall say that a function $v \colon Form(P,S) \to \{T,F\}$ respects the truth table $\land$ if $$ v((\theta \land \psi))= \begin{cases} T, &\text{if } v(\theta))=v(\psi)=T\\ F, &otherwise, \\ \end{cases} $$ for all formulas $\theta, \psi \in Form(P,S)$.
I see how function $v$ respects the truth table of $\land$. My question is:
- In which way are the truth value of $v(\theta)$ and $v(\psi)$ determined in that piecewise function ?
- What is the criteria for deciding whether $v(\theta)$ (or any propositional variable) is going to be $T$ or $F$ ?