next up previous notation contents
Next: 2.7.4 Interval Extension Up: 2.7 Interval Arithmetic Previous: 2.7.2 Order

2.7.3 Inclusion Property

  There are guidelines to follow when implementing interval operators. It is crucial that the implementations follow the spirit of interval arithmetic: the intervals represent any fixed real number in their range, and that the operator's result represents every possible real result. The inclusion property formally states this.

Unary function tex2html_wrap_inline32571 has the inclusion property if

math6669

A binary function tex2html_wrap_inline32571 has the inclusion property if

math6676

A function which has the inclusion property can also be said to satisfy the inclusion property. Since intervals are essentially a computational tool, a function will often be identified with, or described by, an algorithm. The function tex2html_wrap_inline32571 is said to model the underlying function tex2html_wrap_inline32577 .

In general, an n-ary function tex2html_wrap_inline32571 satisfies the inclusion property if

math6685

The inclusion property codifies validity. The implementation tex2html_wrap_inline32571 of real function tex2html_wrap_inline32577 is a valid implementation if tex2html_wrap_inline32571 has the inclusion property.


next up previous notation contents
Next: 2.7.4 Interval Extension Up: 2.7 Interval Arithmetic Previous: 2.7.2 Order
Jeff TupperMarch 1996