File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,25 @@ let A_R := (@Build_GoodRel allProps _ _ Ra pta poa) in
31
31
let B_R := (@Build_GoodRel allProps _ _ Rb ptb pob) in
32
32
Top_squiggle4_obsEq_pmtcty_RR _ _ A_R _ _ B_R
33
33
).
34
- Time Detect (
34
+ Time
35
+ ReduceAwayLamVar sthm := (
35
36
fun (pob : oneToOne Rb) =>
36
37
let A_R := (@Build_GoodRel allProps _ _ Ra pta poa) in
37
38
let B_R := (@Build_GoodRel allProps _ _ Rb ptb pob) in
38
39
Top_squiggle4_obsEq_pmtcty_RR _ _ A_R _ _ B_R
39
40
).
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
+
40
53
End Test .
41
54
Lemma obsEqExistsAOneFreeImpl : existsAOneFreeImpl2
42
55
(Top_squiggle4_obsEq_pmtcty_RR).
You can’t perform that action at this time.
0 commit comments