2017-07-18 45 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我去管理這樣我就不必經常求助於這些技巧的方式我的假設時,通常。