Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 357 Bytes

File metadata and controls

6 lines (6 loc) · 357 Bytes

Translate the following description logic expression (from page description-logic-ex) into first-order logic, and comment on the result:
$$ And(Man, AtLeast(3,Son), AtMost(2,Daughter), \All(Son,And(Unemployed,Married, All(Spouse,Doctor ))), \All(Daughter,And(Professor, Fills(Department ,Physics,Math)))) $$