Remove unnecessary lemma
This commit is contained in:
parent
674cee0e87
commit
78935f7c4a
@ -25,6 +25,4 @@ lemma(forward): forall N (N >= 0 and p(N + 1) -> p(N)).
|
||||
lemma(forward): not p(n + 1).
|
||||
lemma(forward): forall N1, N2 (N2 > N1 and N1 >= 0 and p(N2) -> p(N1)).
|
||||
|
||||
lemma(forward): forall N (N >= 0 -> p(N)).
|
||||
|
||||
lemma(forward): forall N2, N3 (q(N2) and N3 > N2 -> not q(N3)).
|
||||
|
Loading…
Reference in New Issue
Block a user