Term
# Definition
The Set $\mathcal{T}$ of $\mathcal{L}$-Terms is the smallest set such that the following properties hold:
- $c \in \mathcal{T}$ for each $c \in \mathcal{C}$
- ${v_{i} : i \in \mathbb{N}} \subset \mathcal{T}$, where each $v_{i}$ is a distinct Variable Symbol for each $i \in \mathbb{N}$.
- If $t_{1}, \dots, t_{n_{f}} \in \mathcal{T}$, then $f(t_{1}, \dots, t_{n_{f}}) \in \mathcal{T}$.
# Remarks
- Note that the 3rd property makes sense when we interpret it with a Language Structure, since the inputs to the Function are either
- A Constant Symbol
- A Variable Symbol
- The output of another Function.
- Terms are finite strings. Thus, they can only include finitely many Variable Symbols.