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

draining

parent 6de1512d
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 ❘ = [A,n][P] ¬ forall_seq A n [s : A^n] ¬ (P s)❙
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])❙
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