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

Theorem 2zsupmax 11176
Description: Two ways to express the maximum of two integers. Because order of integers is decidable, we have more flexibility than for real numbers. (Contributed by Jim Kingdon, 22-Jan-2023.)
Assertion
Ref Expression
2zsupmax  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  sup ( { A ,  B } ,  RR ,  <  )  =  if ( A  <_  B ,  B ,  A ) )

Proof of Theorem 2zsupmax
StepHypRef Expression
1 simpr 109 . . . 4  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  A  <_  B
)  ->  A  <_  B )
2 zre 9203 . . . . . 6  |-  ( A  e.  ZZ  ->  A  e.  RR )
32adantr 274 . . . . 5  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  A  e.  RR )
4 zre 9203 . . . . . . 7  |-  ( B  e.  ZZ  ->  B  e.  RR )
54adantl 275 . . . . . 6  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  B  e.  RR )
65adantr 274 . . . . 5  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  A  <_  B
)  ->  B  e.  RR )
7 maxleb 11167 . . . . 5  |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <_  B  <->  sup ( { A ,  B } ,  RR ,  <  )  =  B ) )
83, 6, 7syl2an2r 590 . . . 4  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  A  <_  B
)  ->  ( A  <_  B  <->  sup ( { A ,  B } ,  RR ,  <  )  =  B ) )
91, 8mpbid 146 . . 3  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  A  <_  B
)  ->  sup ( { A ,  B } ,  RR ,  <  )  =  B )
101iftrued 3532 . . 3  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  A  <_  B
)  ->  if ( A  <_  B ,  B ,  A )  =  B )
119, 10eqtr4d 2206 . 2  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  A  <_  B
)  ->  sup ( { A ,  B } ,  RR ,  <  )  =  if ( A  <_  B ,  B ,  A ) )
12 maxcom 11154 . . . 4  |-  sup ( { B ,  A } ,  RR ,  <  )  =  sup ( { A ,  B } ,  RR ,  <  )
135adantr 274 . . . . . 6  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  B  e.  RR )
143adantr 274 . . . . . 6  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  A  e.  RR )
15 zltnle 9245 . . . . . . . 8  |-  ( ( B  e.  ZZ  /\  A  e.  ZZ )  ->  ( B  <  A  <->  -.  A  <_  B )
)
1615ancoms 266 . . . . . . 7  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  ( B  <  A  <->  -.  A  <_  B )
)
1716biimpar 295 . . . . . 6  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  B  <  A )
1813, 14, 17ltled 8025 . . . . 5  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  B  <_  A )
19 maxleb 11167 . . . . . 6  |-  ( ( B  e.  RR  /\  A  e.  RR )  ->  ( B  <_  A  <->  sup ( { B ,  A } ,  RR ,  <  )  =  A ) )
205, 14, 19syl2an2r 590 . . . . 5  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  ( B  <_  A  <->  sup ( { B ,  A } ,  RR ,  <  )  =  A ) )
2118, 20mpbid 146 . . . 4  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  sup ( { B ,  A } ,  RR ,  <  )  =  A )
2212, 21eqtr3id 2217 . . 3  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  sup ( { A ,  B } ,  RR ,  <  )  =  A )
23 simpr 109 . . . 4  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  -.  A  <_  B )
2423iffalsed 3535 . . 3  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  if ( A  <_  B ,  B ,  A )  =  A )
2522, 24eqtr4d 2206 . 2  |-  ( ( ( A  e.  ZZ  /\  B  e.  ZZ )  /\  -.  A  <_  B )  ->  sup ( { A ,  B } ,  RR ,  <  )  =  if ( A  <_  B ,  B ,  A )
)
26 zdcle 9275 . . 3  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  -> DECID  A  <_  B )
27 exmiddc 831 . . 3  |-  (DECID  A  <_  B  ->  ( A  <_  B  \/  -.  A  <_  B ) )
2826, 27syl 14 . 2  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  ( A  <_  B  \/  -.  A  <_  B
) )
2911, 25, 28mpjaodan 793 1  |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  sup ( { A ,  B } ,  RR ,  <  )  =  if ( A  <_  B ,  B ,  A ) )
Colors of variables: wff set class
Syntax hints:   -. wn 3    -> wi 4    /\ wa 103    <-> wb 104    \/ wo 703  DECID wdc 829    = wceq 1348    e. wcel 2141   ifcif 3525   {cpr 3582   class class class wbr 3987   supcsup 6955   RRcr 7760    < clt 7941    <_ cle 7942   ZZcz 9199
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 609  ax-in2 610  ax-io 704  ax-5 1440  ax-7 1441  ax-gen 1442  ax-ie1 1486  ax-ie2 1487  ax-8 1497  ax-10 1498  ax-11 1499  ax-i12 1500  ax-bndl 1502  ax-4 1503  ax-17 1519  ax-i9 1523  ax-ial 1527  ax-i5r 1528  ax-13 2143  ax-14 2144  ax-ext 2152  ax-coll 4102  ax-sep 4105  ax-nul 4113  ax-pow 4158  ax-pr 4192  ax-un 4416  ax-setind 4519  ax-iinf 4570  ax-cnex 7852  ax-resscn 7853  ax-1cn 7854  ax-1re 7855  ax-icn 7856  ax-addcl 7857  ax-addrcl 7858  ax-mulcl 7859  ax-mulrcl 7860  ax-addcom 7861  ax-mulcom 7862  ax-addass 7863  ax-mulass 7864  ax-distr 7865  ax-i2m1 7866  ax-0lt1 7867  ax-1rid 7868  ax-0id 7869  ax-rnegex 7870  ax-precex 7871  ax-cnre 7872  ax-pre-ltirr 7873  ax-pre-ltwlin 7874  ax-pre-lttrn 7875  ax-pre-apti 7876  ax-pre-ltadd 7877  ax-pre-mulgt0 7878  ax-pre-mulext 7879  ax-arch 7880  ax-caucvg 7881
This theorem depends on definitions:  df-bi 116  df-dc 830  df-3or 974  df-3an 975  df-tru 1351  df-fal 1354  df-nf 1454  df-sb 1756  df-eu 2022  df-mo 2023  df-clab 2157  df-cleq 2163  df-clel 2166  df-nfc 2301  df-ne 2341  df-nel 2436  df-ral 2453  df-rex 2454  df-reu 2455  df-rmo 2456  df-rab 2457  df-v 2732  df-sbc 2956  df-csb 3050  df-dif 3123  df-un 3125  df-in 3127  df-ss 3134  df-nul 3415  df-if 3526  df-pw 3566  df-sn 3587  df-pr 3588  df-op 3590  df-uni 3795  df-int 3830  df-iun 3873  df-br 3988  df-opab 4049  df-mpt 4050  df-tr 4086  df-id 4276  df-po 4279  df-iso 4280  df-iord 4349  df-on 4351  df-ilim 4352  df-suc 4354  df-iom 4573  df-xp 4615  df-rel 4616  df-cnv 4617  df-co 4618  df-dm 4619  df-rn 4620  df-res 4621  df-ima 4622  df-iota 5158  df-fun 5198  df-fn 5199  df-f 5200  df-f1 5201  df-fo 5202  df-f1o 5203  df-fv 5204  df-riota 5806  df-ov 5853  df-oprab 5854  df-mpo 5855  df-1st 6116  df-2nd 6117  df-recs 6281  df-frec 6367  df-sup 6957  df-pnf 7943  df-mnf 7944  df-xr 7945  df-ltxr 7946  df-le 7947  df-sub 8079  df-neg 8080  df-reap 8481  df-ap 8488  df-div 8577  df-inn 8866  df-2 8924  df-3 8925  df-4 8926  df-n0 9123  df-z 9200  df-uz 9475  df-rp 9598  df-seqfrec 10389  df-exp 10463  df-cj 10793  df-re 10794  df-im 10795  df-rsqrt 10949  df-abs 10950
This theorem is referenced by: (None)
  Copyright terms: Public domain W3C validator