Glossary Category:

Conjunct

A conjunct is one term of a conjunction. For example, this conjunction has three conjuncts: (and (colorOfObject Leaf0475 GreenColor) (colorOfObject Kermit GreenColor) (or (colorOfObject DollarBill234820 GreenColor) (colorOfObject BladeOfGrass92112 GreenColor))) These...

Conjunction

Conjunction is represented in Cyc by the CycL logical connective #$and. A CycL formula is sometimes called a conjunction if it begins with #$and.

conjunctive normal form

A formula in CycL or first-order predicate calculus is in conjunctive normal form (CNF) if it is a conjunction of disjunctions of literals. For example, (#$and (#$or (#$not (#$isa ?C #$Cloud)) (#$colorOfObject ?C #$WhiteColor) (#$colorOfObject ?C #$GreyColor)) (#$or...

Consequent

The consequent of a rule is its right-hand side (RHS), that is, the second argument to the #$implies connective with which the rule begins. Intuitively, every rule states that if the antecedent is true, then the consequent is true.

Constant

Constants, represented in the Cyc Knowledge Base by #$CycLConstant, are atomic terms introduced into CycL by explicit creation. Constants such as #$FishTaco or #$likesAsFriend begin with #$. Constants are one type of FORT; the other type are non-atomic reified...