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

Theorem eucalgval2 11734
Description: The value of the step function  E for Euclid's Algorithm on an ordered pair. (Contributed by Paul Chapman, 31-Mar-2011.) (Revised by Mario Carneiro, 28-May-2014.)
Hypothesis
Ref Expression
eucalgval.1  |-  E  =  ( x  e.  NN0 ,  y  e.  NN0  |->  if ( y  =  0 , 
<. x ,  y >. ,  <. y ,  ( x  mod  y )
>. ) )
Assertion
Ref Expression
eucalgval2  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  -> 
( M E N )  =  if ( N  =  0 , 
<. M ,  N >. , 
<. N ,  ( M  mod  N ) >.
) )
Distinct variable groups:    x, y, M   
x, N, y
Allowed substitution hints:    E( x, y)

Proof of Theorem eucalgval2
StepHypRef Expression
1 opexg 4150 . . . 4  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  <. M ,  N >.  e. 
_V )
21adantr 274 . . 3  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  N  =  0
)  ->  <. M ,  N >.  e.  _V )
3 simpr 109 . . . . 5  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  N  e.  NN0 )
43adantr 274 . . . 4  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  N  e.  NN0 )
5 simpl 108 . . . . . . 7  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  M  e.  NN0 )
65nn0zd 9171 . . . . . 6  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  M  e.  ZZ )
76adantr 274 . . . . 5  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  M  e.  ZZ )
8 simpr 109 . . . . . . 7  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  -.  N  =  0 )
98neqned 2315 . . . . . 6  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  N  =/=  0 )
10 elnnne0 8991 . . . . . 6  |-  ( N  e.  NN  <->  ( N  e.  NN0  /\  N  =/=  0 ) )
114, 9, 10sylanbrc 413 . . . . 5  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  N  e.  NN )
127, 11zmodcld 10118 . . . 4  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  ( M  mod  N )  e.  NN0 )
13 opexg 4150 . . . 4  |-  ( ( N  e.  NN0  /\  ( M  mod  N )  e.  NN0 )  ->  <. N ,  ( M  mod  N ) >.  e.  _V )
144, 12, 13syl2anc 408 . . 3  |-  ( ( ( M  e.  NN0  /\  N  e.  NN0 )  /\  -.  N  =  0 )  ->  <. N , 
( M  mod  N
) >.  e.  _V )
153nn0zd 9171 . . . 4  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  N  e.  ZZ )
16 0zd 9066 . . . 4  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  -> 
0  e.  ZZ )
17 zdceq 9126 . . . 4  |-  ( ( N  e.  ZZ  /\  0  e.  ZZ )  -> DECID  N  =  0 )
1815, 16, 17syl2anc 408 . . 3  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  -> DECID  N  =  0 )
192, 14, 18ifcldadc 3501 . 2  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  if ( N  =  0 ,  <. M ,  N >. ,  <. N ,  ( M  mod  N )
>. )  e.  _V )
20 simpr 109 . . . . 5  |-  ( ( x  =  M  /\  y  =  N )  ->  y  =  N )
2120eqeq1d 2148 . . . 4  |-  ( ( x  =  M  /\  y  =  N )  ->  ( y  =  0  <-> 
N  =  0 ) )
22 opeq12 3707 . . . 4  |-  ( ( x  =  M  /\  y  =  N )  -> 
<. x ,  y >.  =  <. M ,  N >. )
23 oveq12 5783 . . . . 5  |-  ( ( x  =  M  /\  y  =  N )  ->  ( x  mod  y
)  =  ( M  mod  N ) )
2420, 23opeq12d 3713 . . . 4  |-  ( ( x  =  M  /\  y  =  N )  -> 
<. y ,  ( x  mod  y ) >.  =  <. N ,  ( M  mod  N )
>. )
2521, 22, 24ifbieq12d 3498 . . 3  |-  ( ( x  =  M  /\  y  =  N )  ->  if ( y  =  0 ,  <. x ,  y >. ,  <. y ,  ( x  mod  y ) >. )  =  if ( N  =  0 ,  <. M ,  N >. ,  <. N , 
( M  mod  N
) >. ) )
26 eucalgval.1 . . 3  |-  E  =  ( x  e.  NN0 ,  y  e.  NN0  |->  if ( y  =  0 , 
<. x ,  y >. ,  <. y ,  ( x  mod  y )
>. ) )
2725, 26ovmpoga 5900 . 2  |-  ( ( M  e.  NN0  /\  N  e.  NN0  /\  if ( N  =  0 ,  <. M ,  N >. ,  <. N ,  ( M  mod  N )
>. )  e.  _V )  ->  ( M E N )  =  if ( N  =  0 ,  <. M ,  N >. ,  <. N ,  ( M  mod  N )
>. ) )
2819, 27mpd3an3 1316 1  |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  -> 
( M E N )  =  if ( N  =  0 , 
<. M ,  N >. , 
<. N ,  ( M  mod  N ) >.
) )
Colors of variables: wff set class
Syntax hints:   -. wn 3    -> wi 4    /\ wa 103  DECID wdc 819    = wceq 1331    e. wcel 1480    =/= wne 2308   _Vcvv 2686   ifcif 3474   <.cop 3530  (class class class)co 5774    e. cmpo 5776   0cc0 7620   NNcn 8720   NN0cn0 8977   ZZcz 9054    mod cmo 10095
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 2121  ax-sep 4046  ax-pow 4098  ax-pr 4131  ax-un 4355  ax-setind 4452  ax-cnex 7711  ax-resscn 7712  ax-1cn 7713  ax-1re 7714  ax-icn 7715  ax-addcl 7716  ax-addrcl 7717  ax-mulcl 7718  ax-mulrcl 7719  ax-addcom 7720  ax-mulcom 7721  ax-addass 7722  ax-mulass 7723  ax-distr 7724  ax-i2m1 7725  ax-0lt1 7726  ax-1rid 7727  ax-0id 7728  ax-rnegex 7729  ax-precex 7730  ax-cnre 7731  ax-pre-ltirr 7732  ax-pre-ltwlin 7733  ax-pre-lttrn 7734  ax-pre-apti 7735  ax-pre-ltadd 7736  ax-pre-mulgt0 7737  ax-pre-mulext 7738  ax-arch 7739
This theorem depends on definitions:  df-bi 116  df-dc 820  df-3or 963  df-3an 964  df-tru 1334  df-fal 1337  df-nf 1437  df-sb 1736  df-eu 2002  df-mo 2003  df-clab 2126  df-cleq 2132  df-clel 2135  df-nfc 2270  df-ne 2309  df-nel 2404  df-ral 2421  df-rex 2422  df-reu 2423  df-rmo 2424  df-rab 2425  df-v 2688  df-sbc 2910  df-csb 3004  df-dif 3073  df-un 3075  df-in 3077  df-ss 3084  df-nul 3364  df-if 3475  df-pw 3512  df-sn 3533  df-pr 3534  df-op 3536  df-uni 3737  df-int 3772  df-iun 3815  df-br 3930  df-opab 3990  df-mpt 3991  df-id 4215  df-po 4218  df-iso 4219  df-xp 4545  df-rel 4546  df-cnv 4547  df-co 4548  df-dm 4549  df-rn 4550  df-res 4551  df-ima 4552  df-iota 5088  df-fun 5125  df-fn 5126  df-f 5127  df-fv 5131  df-riota 5730  df-ov 5777  df-oprab 5778  df-mpo 5779  df-1st 6038  df-2nd 6039  df-pnf 7802  df-mnf 7803  df-xr 7804  df-ltxr 7805  df-le 7806  df-sub 7935  df-neg 7936  df-reap 8337  df-ap 8344  df-div 8433  df-inn 8721  df-n0 8978  df-z 9055  df-q 9412  df-rp 9442  df-fl 10043  df-mod 10096
This theorem is referenced by:  eucalgval  11735
  Copyright terms: Public domain W3C validator