Consider a pure lambda calculus, $L$. Denote by $V$ $L$'s set of variables, and by $C$ $L$'s (possibly empty) set of constants. Let $P$ be a term in $L$ (a.k.a. a $\lambda$-term). Denote by $\text{FV}(P)$ the set consisting of all variables $x\in V$ that are free in $P$.
Suppose $P=a$ for some constant $a\in C$. What is $\text{FV}(P)$? Is it $\emptyset$, or is it $V$?
Denote by $R(P)$ the set consisting of all variables $x\in V$ that occur in $P$. Suppose $x\in V$ is such that $x\notin R(P)$. Is $x\in\text{FV}(P)$?