Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Section property. Context (Q : Type). Context `{Qrats : Rationals Q}. Context (F : Type). Context `{Aorderedfield : OrderedField F}. (* We are assuming `A` to be of characteristic 0 because this is what `rationals_to_field` requires. But this requirement should eventually simply be implemented by the fact that F is an ordered field. *) Context {Achar : FieldCharacteristic F 0}. Definition qinc : Cast Q F := rationals_to_field Q F. Existing Instance qinc. Class ArchimedeanProperty := archimedean_property : forall x y, x < y -> hexists (fun q => x < ' q < y). End property.