Description
The intermediate value theorem is https://us.metamath.org/mpeuni/ivth.html
In iset.mm we will only be able to prove special cases such as https://us.metamath.org/ileuni/ivthinc.html but can we put a finer point on this?
The proof by bisecting intervals in [Bauer] ("Classical proof" of Theorem 5.1) appears to need real number trichotomy (analytic LPO). It might be a bit tricky to formalize in iset.mm because I don't think we have convergence theorems which directly map to the descending chain argument there, but https://us.metamath.org/ileuni/climcvg1n.html or something like it should be sufficient with only a moderate amount of adaptation, because the intervals are decreasing in size at a bounded rate.
Next question: can we show the intermediate value theorem implies a taboo (and is it analytic LPO or some other taboo)? The problem somewhat reminds me of #4042 but I don't have a specific argument in mind.
More reading:
- A Proof that there's No Constructive Proof of the Intermediate Value Theorem (blog post by Chris Grossack) makes an argument based on "Soundness and Completeness of the topos semantics of constructive logic". Whether this has any direct application to deriving a taboo in iset.mm I'm not sure, but there are pretty pictures (similar to the figure in section 5.1 of [Bauer]).