Predicate Logic
Property: predicate that asserts a certain property.
Predicate P
meaning "is-even" and ranging over the integers:
βx β β€. (x Γ· 2 = 0) -> E(x)
is, actually, a biconditional (iff) because the inverse also holds:
βx β β€. (x Γ· 2 = 0) <-> E(x)
also, the first part, βx β β€
, is a shorthand for βx. x β β€
shorthand
βx β S. P(x)
, expandedβx. x β S -> P(x)
shorthand
βx β S. P(x)
, expandedβx. x β S β§ P(x)
Last updated
Was this helpful?