scilib documentation

topology.algebra.order.archimedean

Rational numbers are dense in a linear ordered archimedean field #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

In this file we prove that coercion from to a linear ordered archimedean field has dense range. This lemma is in a separate file because topology.order.basic does not import algebra.order.archimedean.

theorem rat.dense_range_cast {𝕜 : Type u_1} [linear_ordered_field 𝕜] [topological_space 𝕜] [order_topology 𝕜] [archimedean 𝕜] :

Rational numbers are dense in a linear ordered archimedean field.