Second-order logic: Difference between revisions

Content deleted Content added
Examples: minor corrections
Clopes42 (talk | contribs)
Tags: Mobile edit Mobile web edit
Line 20:
Suppose we would like to say that a and b have the same shape. The best we could do in FOL is something like this:
 
(Cube(a) ∧ Cube(b)) ∨ (Tet(a) ∧ Tet(b)) ∨ (Dodec(a) ∧ DocedDodec(b))
 
If the only shapes are cube, tetrahedron, and dodecahedron, for a and b to have the same shape is for them either to be both cubes, both tetrahedra, or both dodecahedra. But this FOL sentence doesn’t seem to mean quite the same thing as the English sentence it is translating — for example, it doesn’t say anything about the fact that it is shape that a and b have in common<ref>Professor Marc Cohen lecture notes https://faculty.washington.edu/smcohen/120/SecondOrder.pdf</ref>.