Nat_Sum
,
Nat_Factorial
and
Nat_Binomial
that are equipped with guidance comments for students, and
solution(s) for teachers;
(*Begin solution for the teacher.*)
to next marker (included)
(*End solution for the teacher.*)
(*Fill the proof here*)
Admitted.
(*Replace this line with Qed.*)
by
Admitted.
, and will remove lines from marker
(*Begin other solution for the teacher.*)
to next marker (included)
(*End other solution for the teacher.*)
That way, both teacher and student versions of the file are compiling, and
teachers can verify the validity of the provided solution(s).