Author: Norbert Nopper
The expressions
Keywords: indeterminate forms, interval arithmetic, extended real numbers, algebraic structure, interval algebra
- Introduction
- Related Work
- Interval Numbers: Formal Definition
- Operations on Interval Numbers
- Algebraic Structure
- Worked Examples and Classical Forms
- Conclusion and Future Work
- References
A C++ reference implementation accompanies the paper; see test/README.md for build instructions, the test suite, and a mapping of mathematical claims to verification tests.
ZeroInfinity/
├── README.md Entry point (this file)
├── chapters/ Individual chapter sources
│ ├── 01_introduction.md
│ ├── 02_related_work.md
│ ├── 03_interval_numbers.md
│ ├── 04_operations.md
│ ├── 05_algebraic_structure.md
│ ├── 06_applications.md
│ ├── 07_conclusion.md
│ └── 08_references.md
├── illustrations/ Figures and figure-generation script
│ ├── README.md
│ ├── generate_figures.py
│ ├── fig_extended_real_intervals.png
│ ├── fig_indeterminate_limits.png
│ ├── fig_interval_multiplication.png
│ ├── fig_reciprocal_zero_spanning.png
│ ├── fig_non_associativity.png
│ └── fig_algebraic_hierarchy.png
├── test/ C++ reference implementation and unit tests
│ ├── README.md
│ ├── CMakeLists.txt
│ └── src/
│ ├── IntervalNumber.hpp
│ └── main.cpp
└── LICENSE
The author gratefully acknowledges:
- Ingeborg Kettern, for analysis at the Fachhochschule Furtwangen
- Prof. Dr. Peter Fleischer, for algebra at the Fachhochschule Furtwangen
- Eric Lengyel, for insightful questions during the more recent development of this work
- 🤖 AI assistants, for review, critique, and editorial support during the preparation of the manuscript
The author gratefully acknowledges:
- his parents, Monika Friedel Nopper and Ernst Christian Nopper
- his wife, Iris Karoline Nopper
- his family and friends
- his close colleagues