Skip to content

Commit 2f9f71b

Browse files
authored
detail (#43)
1 parent 3b45872 commit 2f9f71b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Z.lp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,10 @@ begin
557557
{ assume y h H; refine H }
558558
{ assume x;
559559
induction
560-
{ assume h1 h2; refine λ x, x; }
561-
{ assume y h h'; refine λ x, x }
562-
{ simplify; assume y h f; apply ⊥ₑ; refine f ⊤ᵢ } }
563-
{ assume x y f h; apply ⊥ₑ; refine f ⊤ᵢ }
560+
{ assume h1 h2; refine h1 }
561+
{ assume y h h' i; refine i }
562+
{ assume y h f i; refine f ⊤ᵢ } }
563+
{ assume x y f h i; refine f ⊤ᵢ }
564564
end;
565565

566566
symbol <_compat_x y : π (Z0 < xZ0yZ0 < x + y) ≔

0 commit comments

Comments
 (0)