Skip to content
Snippets Groups Projects
Commit ffcb6d4d authored by Kimaya Bedarkar's avatar Kimaya Bedarkar
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 0fb1c214
No related branches found
No related tags found
1 merge request!588add lemmas about seq
......@@ -98,10 +98,8 @@ Section seq.
k seq j n j k < j + n.
Proof. rewrite elem_of_list_In, in_seq. done. Qed.
Lemma seq_nil n m:
seq n m = []
m = 0.
Proof. by induction n; induction m. Qed.
Lemma seq_nil n m : seq n m = [] m = 0.
Proof. by destruct m. Qed.
Lemma seq_subseteq m n1 n2 :
n1 n2
......
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