Looking at the dataprop and axioms and proofs in arith_prf.sats (note:
I’m talking about ATS2, I don’t use ATS1), for multiplication,
division/modulus and exponentiation, I noticed there is no range condition,
and the dataprops and proofs are valid for modulus arithmetic only
(unless I’ve missed or misunderstood something).
That’s not to beg for anything, this just to know: is this all the of
arithmetic provided with ATS2 or is there also bounded arithmetic somewhere?
I’m just wondering before devising to create some dataprops/axioms/proofs
matching my need for bounded non‑modulus arithmetic (better to ask before).
Looking at the dataprop and axioms and proofs in arith_prf.sats (note:
I’m talking about ATS2, I don’t use ATS1), for multiplication,
division/modulus and exponentiation, I noticed there is no range condition,
and the dataprops and proofs are valid for modulus arithmetic only
(unless I’ve missed or misunderstood something).
That’s not to beg for anything, this just to know: is this all the of
arithmetic provided with ATS2 or is there also bounded arithmetic somewhere?
I’m just wondering before devising to create some dataprops/axioms/proofs matching my need for bounded non‑modulus
arithmetic (better to ask before).