A polyadic predicate can be used to assign a relation to an ordered list of individuals, the notation has the form:
Predicate(term1,...,termn)
where Predicate is an n-place (or, otherwise n-ary) predicate.
n is the Arity of the predicate.
Examples:
- Divides(13,91): 13 divides 91 (with no remainder)
- In(helsinki,finland): Helsinki is in Finland