Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Dec 14, 2023
1 parent 0385cce commit 55c498c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theories/realfun.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ From HB Require Import structures.
(* This file provides properties of standard real-valued functions over real *)
(* numbers (e.g., the continuity of the inverse of a continuous function). *)
(* *)
(* nondecreasing_fun f == the function f is non-decreasing *)
(* nonincreasing_fun f == the function f is non-increasing *)
(* increasing_fun f == the function f is (strictly) increasing *)
(* decreasing_fun f == the function f is (strictly) decreasing *)
(* *)
(* derivable_oo_continuous_bnd f x y == f is derivable on `]x, y[ and *)
(* continuous up to the boundary *)
(* *)
Expand Down
5 changes: 5 additions & 0 deletions theories/sequences.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Require Import reals ereal signed topology normedtype landau.
(* The purpose of this file is to gather generic definitions and lemmas about *)
(* sequences. *)
(* *)
(* nondecreasing_seq u == the sequence u is non-decreasing *)
(* nonincreasing_seq u == the sequence u is non-increasing *)
(* increasing_seq u == the sequence u is (strictly) increasing *)
(* decreasing_seq u == the sequence u is (strictly) decreasing *)
(* *)
(* * About sequences of real numbers: *)
(* [sequence u_n]_n == the sequence of general element u_n *)
(* R ^nat == notation for the type of sequences, i.e., *)
Expand Down

0 comments on commit 55c498c

Please sign in to comment.