How can i create a sentence in FOL which contains a quantum of subjects? E.g. "Five students took Greek in spring 2001."
I can phrase something like "One student took Greek in spring 2001" with:
âxy : (took(x, Greek, Spring2001) â§ took(y, Greek, Spring2001)) â (x = y)
Sure I can chain this phrase until all subjects (x, y, z, ...) are defined, but are there any patterns to do this?