What could be the reason for the following error message:
Pending sort hypotheses: trelations
Here,
trelations is a class type
the error is generated when proving a collection of subgoals by contradiction. Subgoals are of the form: "premise1 ==> premise2 ==> False"
the proof state says "No subgoals!", though.
the assumptions of trelations are consistent to me (https://lists.cam.ac.uk/pipermail/cl-isabelle-users/2012-July/msg00023.html)
Thanks.