-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSection9.v
114 lines (93 loc) · 2.26 KB
/
Section9.v
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Load Formulas.
Parameter know_veridical_K : forall (x:object) (p:S), know_VS p x -> p.
Theorem FraCaS334: Problem334aTrue.
cbv.
destruct jones_PN as [jones person].
destruct smith_PN as [smith person'].
destruct itel_PN as [itel corpN].
destruct in_1992_Adv as [in92].
intros theContract isContract.
apply know_veridical_K.
Qed.
Theorem FraCaS335: Problem335aTrue.
cbv.
firstorder.
Abort All. (* UNK *)
Theorem FraCaS335: Problem335aFalse.
cbv.
firstorder.
Abort All. (* UNK *)
Parameter manageTo_veridical_K : forall (x:object) (p:VP), manage_VV p x -> p x.
Theorem FraCaS336: Problem336aTrue.
cbv.
destruct in_1992_Adv as [in92 [in92Verid in92Covariant]].
destruct itel_PN as [itel corpN].
intros theContract isContract.
apply in92Covariant.
intro x.
apply manageTo_veridical_K.
Qed.
Theorem FraCaS337: Problem337aTrue.
cbv.
destruct itel_PN as [itel corpN].
firstorder.
Abort all. (*UNK*)
Theorem FraCaS338: Problem338aTrue.
cbv.
destruct itel_PN as [itel corpN].
firstorder.
Qed.
Theorem FraCaS339: Problem339aFalse.
cbv.
destruct itel_PN as [itel corpN].
destruct false_A as [false].
firstorder.
Qed.
Variable see_veridical_K : forall (dobject subject :object) (p:VP), see_V2V dobject p subject -> p dobject.
Theorem FraCaS340: Problem340aTrue.
cbv.
destruct jones_PN as [jones person].
destruct smith_PN as [smith person'].
firstorder.
Abort all. (*UNK*)
Theorem FraCaS341: Problem341aTrue.
cbv.
destruct jones_PN as [jones person].
destruct smith_PN as [smith person'].
firstorder.
Abort all. (*UNK*)
Theorem FraCaS342: Problem342aTrue.
cbv.
intros theContract isContract.
destruct jones_PN as [jones person].
destruct smith_PN as [smith person'].
destruct itel_PN as [itel corpN].
apply see_veridical_K.
Qed.
Theorem FraCaS343: Problem343aTrue.
cbv.
destruct jones_PN as [jones person].
destruct smith_PN as [smith person'].
destruct itel_PN as [itel corporation].
firstorder.
rewrite <- H2.
firstorder.
Qed.
Theorem FraCaS344: Problem344aTrue.
cbv.
destruct helen_PN as [helen person].
firstorder.
Qed.
Theorem FraCaS345: Problem345aTrue.
cbv.
destruct smith_PN as [smith person'].
destruct jones_PN as [jones person].
firstorder.
Qed.
Theorem FraCaS346: Problem346aTrue.
cbv.
intros clause isClause.
intros theContract isContract.
firstorder.
(* FIXME: ellipsis *)
Abort All.