predikátumkifejezéseknél
Predikátumkifejezés, or predicate expression, is a concept in logic and computer science. A predicate is a symbol that denotes a relation on a domain and may take one or more arguments. The arity of a predicate is the number of its arguments. A predicate application, written as P(t1, ..., tn), is an atomic formula whose truth value depends on the interpretation of P and the values of the terms t1 through tn.
In first-order logic, formulas are built from such atomic formulas using logical connectives and quantifiers; sentences
Outside pure logic, predicate expressions appear in programming and query languages as boolean conditions used in