We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bcddc commit 925a8cfCopy full SHA for 925a8cf
reals/reals.v
@@ -661,7 +661,7 @@ Lemma nat_has_minimum (A : set nat) : A !=set0 ->
661
Proof.
662
move=> A0.
663
pose B : set int := [set x%:~R | x in A].
664
-have B0 : B !=set0 by case: A0 => a Aa; exists a%:~R, a.
+have B0 : B !=set0 by apply: image_nonempty.
665
have : lbound B 0 by move=> _ [b0 Bb0 <-]; rewrite ler0z.
666
move/(int_lbound_has_minimum B0) => [_ [[i Ai <-]]] Bi.
667
exists i; split => // k Bk.
0 commit comments