Whats the definition of a well formed term for first-order logic?
The smallest set such that
Where:
What is a constant in first order logic?
A function with an arity of zero
What is the definition for a wff in first-order logic?
The smallest set such that
where P is a countable infinite set of predicates each with an arity
Whats the binding strength or ∀, ∃?
Weaker than any of the propositional connectives
What is a bound variable (FOL)?
A variable x in formula P is bound if its within the scope of a quantifier
What is a free variable (FOL)?
A variable that is not bound
What does P[s/x] mean?
The formula obtained by substituting s for all free occurrences of x in P
How can a relation r(x, y) be represented as a function in FOL?
f_r(x) = {y | r(x, y)}