File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ Section LowFacts.
112112 apply jump_P_limit; eauto.
113113 - eapply P_simple.
114114 intros. intros d. apply d.
115- apply wall_convergence. assumption.
115+ apply wall_convergence. by unfold wall.
116+ assumption.
116117 Qed .
117118
118119 End LowSimplePredicate.
@@ -130,10 +131,13 @@ Section LowFacts.
130131 Theorem PostProblem_from_neg_negLPO :
131132 ∃ p: nat → Prop, ¬ decidable p ∧ semi_decidable p ∧ (¬¬ (¬¬Σ⁰₁)-LEM → ¬ K ⪯ᴛ p).
132133 Proof .
133- eexists .
134+ exists (P wall) .
134135 repeat split.
135136 - apply simple_undecidable.
136- eapply P_simple. apply wall_convergence_classically.
137+ eapply P_simple. intro e.
138+ unfold lim_to. cbn.
139+ apply wall_convergence_classically.
140+ by unfold wall.
137141 - apply P_semi_decidable.
138142 - intros L. intros G. apply L. clear L. intros L.
139143 assert (~~ definite K) as hK.
You can’t perform that action at this time.
0 commit comments