src/ZF/Integ/Int.thy
changeset 9578 ab26d6c8ebfe
parent 9570 e16e168984e1
child 9654 9754ba005b64
equal deleted inserted replaced
9577:9e66e8ed8237 9578:ab26d6c8ebfe
    65      "z1 $< z2 == znegative(z1 $- z2)"
    65      "z1 $< z2 == znegative(z1 $- z2)"
    66   
    66   
    67   zle          ::      [i,i]=>o      (infixl "$<=" 50)
    67   zle          ::      [i,i]=>o      (infixl "$<=" 50)
    68      "z1 $<= z2 == z1 $< z2 | intify(z1)=intify(z2)"
    68      "z1 $<= z2 == z1 $< z2 | intify(z1)=intify(z2)"
    69   
    69   
    70 (*div and mod await definitions!*)
       
    71 consts
       
    72   "$'/"       ::      [i,i]=>i      (infixl 70) 
       
    73 
       
    74   "$'/'/"     ::      [i,i]=>i      (infixl 70)
       
    75     
       
    76 end
    70 end