File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 be more elaborate because they need to cover more use cases
2323 than just this result. Of course the proof of the reduction
2424 itself is not trivial at all and in here we only provide
25- the reductions easy BPCPd ⪯ₘ dPCPb and H10 ⪯ₘ H10nat
25+ the easy reductions BPCPd ⪯ₘ dPCPb and H10 ⪯ₘ H10nat
2626 as translation layers, and otherwise use the reduction
2727 chain dPCPb ⪯ₘ .... ⪯ₘ H10 from summary.v for the
2828 hard part.
@@ -130,7 +130,7 @@ Section H10_H10nat.
130130 (* The reduction from
131131 - H10 as defined in the library, unknowns ranging over pos n
132132 and parameters over the empty type pos 0
133- - H10nat as defined above, unknows ranging over U/nat
133+ - H10nat as defined above, unknowns ranging over U/nat
134134 and without parameters *)
135135
136136 Section dp2p.
@@ -152,7 +152,7 @@ Section H10_H10nat.
152152
153153 Hypothesis Hφψ : valuations_match.
154154
155- Fact dp2p_spec p ν : dp_eval φ ν p = ⟦dp2p p⟧ ψ.
155+ Local Fact dp2p_spec p ν : dp_eval φ ν p = ⟦dp2p p⟧ ψ.
156156 Proof .
157157 induction p as [ | | a | [] ]; simpl; auto.
158158 invert pos a.
You can’t perform that action at this time.
0 commit comments