Skip to content

Commit

Permalink
remove Search command
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Mar 3, 2017
1 parent 2401254 commit 01ec9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grobner.v
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ Proof.
apply: (iffP hasP)=> [[m Im /and3P[NIm /allP /=Hq /allP Hp]]|[m [Im NIm HA]]].
exists m; split=> // m1 Lm.
have := Hq m1; have := Hp m1; do 2 case: (_ \in _) => //=.
Search _ (_ <= _)%O (_ < _)%O.
by rewrite leNgt Lm => /(_ is_true_true).
by rewrite ltNge [(m <= _)%O]ltW // => _ /(_ is_true_true).
exists m => //; apply/and3P; split=>//; apply/allP=> m1 Im1.
Expand Down

0 comments on commit 01ec9f9

Please sign in to comment.