A clause C is a Herbrand disjunction for a quantified formula P when there is some $n$-ary quantifier-free relation $R$ such that
- C is a disjunction of literals each made up from $R$ and $n$ terms
- P is the existential closure of $R$ (i.e., $\exists x_1,...x_n. R(x_1,...,x_n)$)
- P is satisfiable iff C is.
Finding Herbrand disjunctions is a vital step in Herbrandisation, which shows how from any formula of predicate logic we can construct a proposition in Herbrand-normal form that is satisfiable iff the original formula is. The process of Herbrandisation introduces new constants and functions, so it does not conserve logical equivalence.