Is there any means of converting Prop to bool? I know that forall a b : nat, a <? b -> a < b, but is this thing is valid at all: forall a b: nat, a < b -> a <? b? If not, are there any restrictions I should add, to make this real? And, for other operators that have both Prop and bool counterparts, can they be converted in such way?