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 925a8cf commit 3ff0f75Copy full SHA for 3ff0f75
reals/reals.v
@@ -662,9 +662,9 @@ Proof.
662
move=> A0.
663
pose B : set int := [set x%:~R | x in A].
664
have B0 : B !=set0 by apply: image_nonempty.
665
-have : lbound B 0 by move=> _ [b0 Bb0 <-]; rewrite ler0z.
+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.
+exists i; split=> // k Bk.
668
by have := Bi k%:~R; rewrite ler_int; apply; exists k.
669
Qed.
670
0 commit comments