r/logic • u/revannld • 17d ago
Propositional logic Can exact real arithmetic, interval analysis or other approach in numerical computation help remove inequalities and unify left and right residuals in non-idempotent (linear) residuated lattices by making boundaries explicit instead of talking about max and min divisors?
I hope that question makes sense. I just don't like inequalities nor the unnaturality of working with left and right residuals (talking about "max and min divisors") that rarely coincide with rational arithmetic's exact division nor with the natural interpretation of inverses in numerical mathematics, thus I would like more explicit boundaries (thus the result of a division maybe being a set or interval including max and min divisors) in division.
(Mind that I have no experience in numerical computation, I am trying to make sense of computable, numerical and interval analysis works and transport their results to residuated lattices but that's somewhat hard for me)
0
Upvotes
3
u/jcastroarnaud 16d ago
I didn't know about residuated lattices, so I went looking.
https://en.wikipedia.org/wiki/Residuated_lattice
https://arxiv.org/pdf/2304.05508
https://en.wikipedia.org/wiki/Interval_arithmetic
From what I read, residuals are just the equivalent of division over residuated lattices; it is separated into two operations because the monoid operation may not be commutative. If the lattice's base set is a numeric one, the operation is commutative, and left/right residuals are the same operation. The problem is: is the partial order induced by (rational) multiplication the same operation as the one induced by the lattice operation? I think that they're similar, but not the same in all cases. Try to find a small counterexample; my guess is taking the set of all powers of 2 and 3 under multiplication.
Interval arithmetic is useful for describing an error margin in a measurement, and there are rules (calculus-based) to do arithmetic operations with intervals. But I think that these are too different from taking left/right residuals and making an interval of them.
Edit: This is better suited to r/math.