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

Theorem exbtwnzlemex 10185
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 9310 . . . 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 2635 . . 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 525 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  e.  ZZ )
76zred 9313 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  e.  RR )
81ad2antrr 480 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A  e.  RR )
9 simprl 521 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  <  A )
107, 8, 9ltled 8017 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  <_  A )
11 simprr 522 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A  <  j )
126zcnd 9314 . . . . . . . 8  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  e.  CC )
13 simplrr 526 . . . . . . . . 9  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
j  e.  ZZ )
1413zcnd 9314 . . . . . . . 8  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
j  e.  CC )
1512, 14pncan3d 8212 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
( m  +  ( j  -  m ) )  =  j )
1611, 15breqtrrd 4010 . . . . . 6  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A  <  ( m  +  ( j  -  m
) ) )
17 breq1 3985 . . . . . . . 8  |-  ( y  =  m  ->  (
y  <_  A  <->  m  <_  A ) )
18 oveq1 5849 . . . . . . . . 9  |-  ( y  =  m  ->  (
y  +  ( j  -  m ) )  =  ( m  +  ( j  -  m
) ) )
1918breq2d 3994 . . . . . . . 8  |-  ( y  =  m  ->  ( A  <  ( y  +  ( j  -  m
) )  <->  A  <  ( m  +  ( j  -  m ) ) ) )
2017, 19anbi12d 465 . . . . . . 7  |-  ( y  =  m  ->  (
( y  <_  A  /\  A  <  ( y  +  ( j  -  m ) ) )  <-> 
( m  <_  A  /\  A  <  ( m  +  ( j  -  m ) ) ) ) )
2120rspcev 2830 . . . . . 6  |-  ( ( m  e.  ZZ  /\  ( m  <_  A  /\  A  <  ( m  +  ( j  -  m
) ) ) )  ->  E. y  e.  ZZ  ( y  <_  A  /\  A  <  ( y  +  ( j  -  m ) ) ) )
226, 10, 16, 21syl12anc 1226 . . . . 5  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  E. y  e.  ZZ  ( y  <_  A  /\  A  <  ( y  +  ( j  -  m ) ) ) )
2313zred 9313 . . . . . . . 8  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  -> 
j  e.  RR )
247, 8, 23, 9, 11lttrd 8024 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  m  <  j )
25 znnsub 9242 . . . . . . . 8  |-  ( ( m  e.  ZZ  /\  j  e.  ZZ )  ->  ( m  <  j  <->  ( j  -  m )  e.  NN ) )
2625ad2antlr 481 . . . . . . 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 2539 . . . . . . . . 9  |-  ( ph  ->  A. n  e.  ZZ  ( n  <_  A  \/  A  <  n ) )
30 breq1 3985 . . . . . . . . . . 11  |-  ( n  =  a  ->  (
n  <_  A  <->  a  <_  A ) )
31 breq2 3986 . . . . . . . . . . 11  |-  ( n  =  a  ->  ( A  <  n  <->  A  <  a ) )
3230, 31orbi12d 783 . . . . . . . . . 10  |-  ( n  =  a  ->  (
( n  <_  A  \/  A  <  n )  <-> 
( a  <_  A  \/  A  <  a ) ) )
3332cbvralv 2692 . . . . . . . . 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 480 . . . . . . 7  |-  ( ( ( ph  /\  (
m  e.  ZZ  /\  j  e.  ZZ )
)  /\  ( m  <  A  /\  A  < 
j ) )  ->  A. a  e.  ZZ  ( a  <_  A  \/  A  <  a ) )
3635r19.21bi 2554 . . . . . 6  |-  ( ( ( ( ph  /\  ( m  e.  ZZ  /\  j  e.  ZZ ) )  /\  ( m  <  A  /\  A  <  j ) )  /\  a  e.  ZZ )  ->  ( a  <_  A  \/  A  <  a ) )
3727, 8, 36exbtwnzlemshrink 10184 . . . . 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 418 . . . 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 2591 . 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 698    e. wcel 2136   A.wral 2444   E.wrex 2445   class class class wbr 3982  (class class class)co 5842   RRcr 7752   1c1 7754    + caddc 7756    < clt 7933    <_ cle 7934    - cmin 8069   NNcn 8857   ZZcz 9191
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 604  ax-in2 605  ax-io 699  ax-5 1435  ax-7 1436  ax-gen 1437  ax-ie1 1481  ax-ie2 1482  ax-8 1492  ax-10 1493  ax-11 1494  ax-i12 1495  ax-bndl 1497  ax-4 1498  ax-17 1514  ax-i9 1518  ax-ial 1522  ax-i5r 1523  ax-13 2138  ax-14 2139  ax-ext 2147  ax-sep 4100  ax-pow 4153  ax-pr 4187  ax-un 4411  ax-setind 4514  ax-cnex 7844  ax-resscn 7845  ax-1cn 7846  ax-1re 7847  ax-icn 7848  ax-addcl 7849  ax-addrcl 7850  ax-mulcl 7851  ax-addcom 7853  ax-addass 7855  ax-distr 7857  ax-i2m1 7858  ax-0lt1 7859  ax-0id 7861  ax-rnegex 7862  ax-cnre 7864  ax-pre-ltirr 7865  ax-pre-ltwlin 7866  ax-pre-lttrn 7867  ax-pre-ltadd 7869  ax-arch 7872
This theorem depends on definitions:  df-bi 116  df-3or 969  df-3an 970  df-tru 1346  df-fal 1349  df-nf 1449  df-sb 1751  df-eu 2017  df-mo 2018  df-clab 2152  df-cleq 2158  df-clel 2161  df-nfc 2297  df-ne 2337  df-nel 2432  df-ral 2449  df-rex 2450  df-reu 2451  df-rab 2453  df-v 2728  df-sbc 2952  df-dif 3118  df-un 3120  df-in 3122  df-ss 3129  df-pw 3561  df-sn 3582  df-pr 3583  df-op 3585  df-uni 3790  df-int 3825  df-br 3983  df-opab 4044  df-id 4271  df-xp 4610  df-rel 4611  df-cnv 4612  df-co 4613  df-dm 4614  df-iota 5153  df-fun 5190  df-fv 5196  df-riota 5798  df-ov 5845  df-oprab 5846  df-mpo 5847  df-pnf 7935  df-mnf 7936  df-xr 7937  df-ltxr 7938  df-le 7939  df-sub 8071  df-neg 8072  df-inn 8858  df-n0 9115  df-z 9192
This theorem is referenced by:  qbtwnz  10187  apbtwnz  10209
  Copyright terms: Public domain W3C validator