Skip to content
Snippets Groups Projects
Commit 8bbeaf47 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

reverting

parent ff54e14d
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ theory Sequences =
include ?Logic ❙
forall_seq : {A: type}{n} (A^n ⟶ prop) ⟶ prop ❘ # ∀n 3 prec -101 ❙
exists_seq : {A: type}{n} (A^n ⟶ prop) ⟶ prop ❘ # ∃n 3 prec -101 ❘ ¬ (P s = [A,n][P] ¬ forall_seq A n [s : A^n])❙
exists_seq : {A: type}{n} (A^n ⟶ prop) ⟶ prop ❘ # ∃n 3 prec -101 ❘ = [A,n][P] ¬ forall_seq A n [s : A^n] ¬ (P s)❙
theory Math : ur:?PLF =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment