Built with Alectryon, running Coq+SerAPI v8.10.0+0.7.0. Coq sources are in this panel; goals and messages will appear in the other. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus.
(************************************************************************) (* * The Coq Proof Assistant / The Coq Development Team *) (* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) (* <O___,, * (see CREDITS file for the list of authors) *) (* \VV/ **************************************************************) (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (* * (see LICENSE file for the text of the license) *) (************************************************************************) Require Import Rbase. Require Import Rfunctions. Require Import Rtrigo. Require Import SeqSeries. Require Export Ranalysis1. Require Export Ranalysis2. Require Export Ranalysis3. Require Export Rtopology. Require Export MVT. Require Export PSeries_reg. Require Export Exp_prop. Require Export Rtrigo_reg. Require Export Rsqrt_def. Require Export R_sqrt. Require Export Rtrigo_calc. Require Export Rgeom. Require Export RList. Require Export Sqrt_reg. Require Export Ranalysis4. Require Export Rpower. Require Export Ranalysis_reg.