Axioms | Conjectures |
---|---|
p | q | r r => (p | q) (q & r) => p ~p | q | r | q | r |
p | q | r r => (p | q) (q & r) => p ~p | q | r | q & (r => p) |
p => q ~q | p p | q ~(p & q) | (~q => p) => (q | ~p) |
q | p p => q q => (~r | p) r | p |
Translate the following problem into 1st order logic:
Suming, Yi, and Yury are students, and they are the only three students. If a student works hard then (s)he gets a good grade. At least one of the students works hard. Therefore, at least one student will get a good grade.