Skip to content

Commit e792fde

Browse files
committed
checked that the new defn is equal
1 parent 0313dea commit e792fde

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

test-suite/iso/squiggle4TestMinrel.v

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,25 @@ let A_R := (@Build_GoodRel allProps _ _ Ra pta poa) in
3131
let B_R := (@Build_GoodRel allProps _ _ Rb ptb pob) in
3232
Top_squiggle4_obsEq_pmtcty_RR _ _ A_R _ _ B_R
3333
).
34-
Time Detect (
34+
Time
35+
ReduceAwayLamVar sthm := (
3536
fun (pob : oneToOne Rb) =>
3637
let A_R := (@Build_GoodRel allProps _ _ Ra pta poa) in
3738
let B_R := (@Build_GoodRel allProps _ _ Rb ptb pob) in
3839
Top_squiggle4_obsEq_pmtcty_RR _ _ A_R _ _ B_R
3940
).
41+
42+
Check sthm.
43+
Lemma testDefn (pob : oneToOne Rb):
44+
let A_R := (@Build_GoodRel allProps _ _ Ra pta poa) in
45+
let B_R := (@Build_GoodRel allProps _ _ Rb ptb pob) in
46+
JMeq
47+
(Top_squiggle4_obsEq_pmtcty_RR _ _ A_R _ _ B_R)
48+
sthm.
49+
Proof using.
50+
reflexivity.
51+
Qed.
52+
4053
End Test.
4154
Lemma obsEqExistsAOneFreeImpl : existsAOneFreeImpl2
4255
(Top_squiggle4_obsEq_pmtcty_RR).

0 commit comments

Comments
 (0)