Term (FOL)

From Maths
(Redirected from Terms (FOL))
Jump to: navigation, search
Stub grade: A
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
This page was quickly implemented to save me sifting through notes or PDFs to find the content. It will be expanded soon

Definition

Given a first order language, L we define the terms inductively using the following 3 rules[1]:

  1. Each constant symbol is a term
  2. Each variable symbol is a term
  3. If f is an n-ary function symbol and t1,,tn are terms, then ft1tn is a term

The collection of all terms of the FOL is denoted: LT

BNF Definition

We may describe the terms using a BNF grammar:

  • Term ::= c | x | ft1...tn

Caution:This isn't quite right, as we must know the arity of a function first. However there is something here

See next

References

  1. Jump up Mathematical Logic - Foundations for Information Science - Wei Li

Template:Formal logic navbox