In maths it is assumed that every statement is either true (t) or false (f). When proving theorems such as: For all vector spaces $V$ over a field $K$ and $\lambda \in K$ it holds that $f_{\lambda}:V \to V, v \mapsto \lambda v$ is a linear map. When proving such a statement I usually did not think of truth values at all, the steps in the proof rather felt "intuitive" and were thus correct to me. However, the formal reason why a proof is correct is always connected to truth values isn't it? This would mean that a formal proof would then look like this:
Let $V$ be a vector space over $K$ and $\lambda \in K$ (this means that $V$ is a vector space is a true statement, as well as $K$ is a field and $\lambda \in K$ are true as well). Since $V$ is a vector space, it is by definition true that $V$ is a set. Thus $f_{\lambda} \subseteq V \times V$ with $f_{\lambda}:=\{(v,\lambda v) \ | \ v \in V\}$ is a subset (this is true by set theoretic axioms). Furthermore it holds that if $v_1=v_2$, then $\lambda v_1 = \lambda v_2$ since $V$ is equipped with a well defined multiplication function and by definition of a function this implication is true. Therefore $f_{\lambda}$ is a function. Since $f_{\lambda}$ is a function the element $f_{\lambda}(v_1+v_2)$ exists for all $v_1,v_2 \in V$ and it is true that $f_{\lambda}(v_1+v_2)=f_{\lambda}(v_1)+f_{\lambda}(v_2)$ using the axioms of a vector space which were assumed to be true. Thus the statement is true. Here I am also unsure if it is necessary to know that $f_{\lambda}(v_1+v_2)$ exists in order to proceed in the proof and what harm it would cause if it would not. Then the statement would be somewhat vacuous, I suppose.
In textbooks I don't usually see authors saying that the step in their proof is true, but I am correct in saying that this is what is meant when proving things, right? I suspect that when authors write that "something holds" they also mean that the truth value of the statement is (t). Another question is, whether it is good to think this way. I would say that, when one is insecure whether ones proof is correct, this might be helpful, however it makes proofs a lot longer and restricts the readability to permanently write down that something is true.