ILE Home Intuitionistic Logic Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  ILE Home  >  Th. List  >  exbtwnzlemex Unicode version

Theorem exbtwnzlemex 10020
Description: Existence of an integer so that a given real number is between the integer and its successor. The real number must satisfy the  n  <_  A  \/  A  <  n hypothesis. For example either a rational number or a number which is irrational (in the sense of being apart from any rational number) will meet this condition.

The proof starts by finding two integers which are less than and greater than  A. Then this range can be shrunk by choosing an integer in between the endpoints of the range and then deciding which half of the range to keep based on the  n  <_  A  \/  A  <  n hypothesis, and iterating until the range consists of two consecutive integers. (Contributed by Jim Kingdon, 8-Oct-2021.)

Hypotheses
Ref Expression
exbtwnzlemex.a  |-  ( ph  ->  A  e.  RR )
exbtwnzlemex.tri  |-  ( (
ph  /\  n  e.  ZZ )  ->  ( n  <_  A  \/  A  <  n ) )
Assertion
Ref Expression
exbtwnzlemex  |-  ( ph  ->  E. x  e.  ZZ  ( x  <_  A  /\  A  <  ( x  + 
1 ) ) )
Distinct variable groups:    A, n    x, A    ph, n
Allowed substitution hint:    ph( x)

Proof of Theorem exbtwnzlemex
Dummy variables  a  j  m  y are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 exbtwnzlemex.a . . . 4  |-  ( ph  ->  A  e.  RR )
2 btwnz 9163 . . . 4  |-  ( A  e.  RR  ->  ( E. m  e.  ZZ  m  <  A  /\  E. j  e.  ZZ  A  <  j ) )
31, 2syl 14 . . 3  |-  ( ph  ->  ( E. m  e.  ZZ  m  <  A  /\  E. j  e.  ZZ  A  <  j ) )
4 reeanv 2598 . . 3  |-  ( E. m  e.  ZZ  E. j  e.  ZZ  (
m  <  A  /\  A  <  j )  <->  ( E. m  e.  ZZ  m  <  A  /\  E. j  e.  ZZ  A  <  j
) )
53, 4sylibr 133 . 2  |-  ( ph  ->  E. m  e.  ZZ  E. j  e.  ZZ  (
m  <  A  /\  A  <  j ) )
6 simplrl 524 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  e.  ZZ )
76zred 9166 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  e.  RR )
81ad2antrr 479 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A  e.  RR )
9 simprl 520 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  <  A )
107, 8, 9ltled 7874 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  <_  A )
11 simprr 521 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A  <  j )
126zcnd 9167 . . . . . . . 8  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  e.  CC )
13 simplrr 525 . . . . . . . . 9  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
j  e.  ZZ )
1413zcnd 9167 . . . . . . . 8  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
j  e.  CC )
1512, 14pncan3d 8069 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
( m  +  ( j  -  m ) )  =  j )
1611, 15breqtrrd 3951 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A  <  ( m  +  ( j  -  m
) ) )
17 breq1 3927 . . . . . . . 8  |-  ( y  =  m  ->  (
y  <_  A  <->  m  <_  A ) )
18 oveq1 5774 . . . . . . . . 9  |-  ( y  =  m  ->  (
y  +  ( j  -  m ) )  =  ( m  +  ( j  -  m
) ) )
1918breq2d 3936 . . . . . . . 8  |-  ( y  =  m  ->  ( A  <  ( y  +  ( j  -  m
) )  <->  A  <  ( m  +  ( j  -  m ) ) ) )
2017, 19anbi12d 464 . . . . . . 7  |-  ( y  =  m  ->  (
( y  <_  A  /\  A  <  ( y  +  ( j  -  m ) ) )  <-> 
( m  <_  A  /\  A  <  ( m  +  ( j  -  m ) ) ) ) )
2120rspcev 2784 . . . . . 6  |-  ( ( m  e.  ZZ  /\  ( m  <_  A  /\  A  <  ( m  +  ( j  -  m
) ) ) )  ->  E. y  e.  ZZ  ( y  <_  A  /\  A  <  ( y  +  ( j  -  m ) ) ) )
226, 10, 16, 21syl12anc 1214 . . . . 5  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  E. y  e.  ZZ  ( y  <_  A  /\  A  <  ( y  +  ( j  -  m ) ) ) )
2313zred 9166 . . . . . . . 8  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
j  e.  RR )
247, 8, 23, 9, 11lttrd 7881 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  <  j )
25 znnsub 9098 . . . . . . . 8  |-  ( ( m  e.  ZZ  /\  j  e.  ZZ )  ->  ( m  <  j  <->  ( j  -  m )  e.  NN ) )
2625ad2antlr 480 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
( m  <  j  <->  ( j  -  m )  e.  NN ) )
2724, 26mpbid 146 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
( j  -  m
)  e.  NN )
28 exbtwnzlemex.tri . . . . . . . . . 10  |-  ( (
ph  /\  n  e.  ZZ )  ->  ( n  <_  A  \/  A  <  n ) )
2928ralrimiva 2503 . . . . . . . . 9  |-  ( ph  ->  A. n  e.  ZZ  ( n  <_  A  \/  A  <  n ) )
30 breq1 3927 . . . . . . . . . . 11  |-  ( n  =  a  ->  (
n  <_  A  <->  a  <_  A ) )
31 breq2 3928 . . . . . . . . . . 11  |-  ( n  =  a  ->  ( A  <  n  <->  A  <  a ) )
3230, 31orbi12d 782 . . . . . . . . . 10  |-  ( n  =  a  ->  (
( n  <_  A  \/  A  <  n )  <-> 
( a  <_  A  \/  A  <  a ) ) )
3332cbvralv 2652 . . . . . . . . 9  |-  ( A. n  e.  ZZ  (
n  <_  A  \/  A  <  n )  <->  A. a  e.  ZZ  ( a  <_  A  \/  A  <  a ) )
3429, 33sylib 121 . . . . . . . 8  |-  ( ph  ->  A. a  e.  ZZ  ( a  <_  A  \/  A  <  a ) )
3534ad2antrr 479 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A. a  e.  ZZ  ( a  <_  A  \/  A  <  a ) )
3635r19.21bi 2518 . . . . . 6  |-  ( ( ( ( ph  /\  ( m  e.  ZZ  /\  j  e.  ZZ ) )  /\  ( m  <  A  /\  A  <  j ) )  /\  a  e.  ZZ )  ->  ( a  <_  A  \/  A  <  a ) )
3727, 8, 36exbtwnzlemshrink 10019 . . . . 5  |-  ( ( ( ( ph  /\  ( m  e.  ZZ  /\  j  e.  ZZ ) )  /\  ( m  <  A  /\  A  <  j ) )  /\  E. y  e.  ZZ  (
y  <_  A  /\  A  <  ( y  +  ( j  -  m
) ) ) )  ->  E. x  e.  ZZ  ( x  <_  A  /\  A  <  ( x  + 
1 ) ) )
3822, 37mpdan 417 . . . 4  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  E. x  e.  ZZ  ( x  <_  A  /\  A  <  ( x  + 
1 ) ) )
3938ex 114 . . 3  |-  ( (
ph  /\  ( m  e.  ZZ  /\  j  e.  ZZ ) )  -> 
( ( m  < 
A  /\  A  <  j )  ->  E. x  e.  ZZ  ( x  <_  A  /\  A  <  (
x  +  1 ) ) ) )
4039rexlimdvva 2555 . 2  |-  ( ph  ->  ( E. m  e.  ZZ  E. j  e.  ZZ  ( m  < 
A  /\  A  <  j )  ->  E. x  e.  ZZ  ( x  <_  A  /\  A  <  (
x  +  1 ) ) ) )
415, 40mpd 13 1  |-  ( ph  ->  E. x  e.  ZZ  ( x  <_  A  /\  A  <  ( x  + 
1 ) ) )
Colors of variables: wff set class
Syntax hints:    -> wi 4    /\ wa 103    <-> wb 104    \/ wo 697    e. wcel 1480   A.wral 2414   E.wrex 2415   class class class wbr 3924  (class class class)co 5767   RRcr 7612   1c1 7614    + caddc 7616    < clt 7793    <_ cle 7794    - cmin 7926   NNcn 8713   ZZcz 9047
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-ia1 105  ax-ia2 106  ax-ia3 107  ax-in1 603  ax-in2 604  ax-io 698  ax-5 1423  ax-7 1424  ax-gen 1425  ax-ie1 1469  ax-ie2 1470  ax-8 1482  ax-10 1483  ax-11 1484  ax-i12 1485  ax-bndl 1486  ax-4 1487  ax-13 1491  ax-14 1492  ax-17 1506  ax-i9 1510  ax-ial 1514  ax-i5r 1515  ax-ext 2119  ax-sep 4041  ax-pow 4093  ax-pr 4126  ax-un 4350  ax-setind 4447  ax-cnex 7704  ax-resscn 7705  ax-1cn 7706  ax-1re 7707  ax-icn 7708  ax-addcl 7709  ax-addrcl 7710  ax-mulcl 7711  ax-addcom 7713  ax-addass 7715  ax-distr 7717  ax-i2m1 7718  ax-0lt1 7719  ax-0id 7721  ax-rnegex 7722  ax-cnre 7724  ax-pre-ltirr 7725  ax-pre-ltwlin 7726  ax-pre-lttrn 7727  ax-pre-ltadd 7729  ax-arch 7732
This theorem depends on definitions:  df-bi 116  df-3or 963  df-3an 964  df-tru 1334  df-fal 1337  df-nf 1437  df-sb 1736  df-eu 2000  df-mo 2001  df-clab 2124  df-cleq 2130  df-clel 2133  df-nfc 2268  df-ne 2307  df-nel 2402  df-ral 2419  df-rex 2420  df-reu 2421  df-rab 2423  df-v 2683  df-sbc 2905  df-dif 3068  df-un 3070  df-in 3072  df-ss 3079  df-pw 3507  df-sn 3528  df-pr 3529  df-op 3531  df-uni 3732  df-int 3767  df-br 3925  df-opab 3985  df-id 4210  df-xp 4540  df-rel 4541  df-cnv 4542  df-co 4543  df-dm 4544  df-iota 5083  df-fun 5120  df-fv 5126  df-riota 5723  df-ov 5770  df-oprab 5771  df-mpo 5772  df-pnf 7795  df-mnf 7796  df-xr 7797  df-ltxr 7798  df-le 7799  df-sub 7928  df-neg 7929  df-inn 8714  df-n0 8971  df-z 9048
This theorem is referenced by:  qbtwnz  10022  apbtwnz  10040
  Copyright terms: Public domain W3C validator