File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1436,7 +1436,7 @@ lemma non_eq_of_ltSequent : lt_Sequent X Y → X ≠ Y := by
14361436 intro lt X_eq_Y
14371437 subst X_eq_Y
14381438 absurd lt
1439- -- This us easy, because DM ordering is irreflexive.
1439+ -- This is easy, because the DM ordering is irreflexive.
14401440 have := WellFounded.irrefl (instWellFoundedRelationSequent.2 )
14411441 apply this.1
14421442
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ theorem boxHelperTermination α (ℓ : TP α) :
546546 · simp_all [subprograms]
547547
548548/-- Where formulas in the unfolding can come from.
549- The article also says `φ ∈ fischerLadner [⌈α⌉ψ]` which we omit here . -/
549+ The article also says `φ ∈ fischerLadner [⌈α⌉ψ]` which we prove later in `unfoldBox_in_FL` . -/
550550theorem unfoldBoxContent α ψ :
551551 ∀ X ∈ (unfoldBox α ψ),
552552 ∀ φ ∈ X,
You can’t perform that action at this time.
0 commit comments