Skip to content

Commit 925a8cf

Browse files
Update reals/reals.v
Co-authored-by: Quentin VERMANDE <[email protected]>
1 parent f1bcddc commit 925a8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reals/reals.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ Lemma nat_has_minimum (A : set nat) : A !=set0 ->
661661
Proof.
662662
move=> A0.
663663
pose B : set int := [set x%:~R | x in A].
664-
have B0 : B !=set0 by case: A0 => a Aa; exists a%:~R, a.
664+
have B0 : B !=set0 by apply: image_nonempty.
665665
have : lbound B 0 by move=> _ [b0 Bb0 <-]; rewrite ler0z.
666666
move/(int_lbound_has_minimum B0) => [_ [[i Ai <-]]] Bi.
667667
exists i; split => // k Bk.

0 commit comments

Comments
 (0)