Final answer:
The correct negation of the statement ∀x∀y, enrolled(x, y) is ∃x∃y, ¬enrolled(x, y), meaning there is at least one student not enrolled in at least one degree group.
Step-by-step explanation:
To negate the statement ∀x∀y, enrolled(x, y), where 'x' is a student at Champlain College and 'y' is a degree group, we look for a proposition that states there is at least one student and at least one degree group where the student is not enrolled. The correct negation is the existence of at least one counterexample to the universal claim. Thus, the correct negated proposition is ∃x∃y, ¬enrolled(x, y), which means 'There exists at least one student x at Champlain College and at least one degree group y such that x is not enrolled in y'.
Understanding valid deductive inferences like disjunctive syllogism, modus ponens, and modus tollens is essential in the negation of propositions. In negating the statement, we take the universal affirmative and provide a counterexample, creating a universal negative statement. Negating quantified statements often involves switching from universal (∀) to existential (∃) quantifiers and negating the predicate.