2017-07-18 44 views

回答

1

这是我能想到的更短:

Lemma test T (P : T -> Prop) (x y : T) (heq : x = y) (hp : P x) : False. 
Proof. 
pose proof hp; rewrite heq in hp. 

但是因人而异,使用ssreflect我去管理这样我就不必经常求助于这些技巧的方式我的假设时,通常。