Skip to content

Commit

Permalink
Examples of sequences and series
Browse files Browse the repository at this point in the history
Definitions:
- `arithmetic`, `geometric`, `riemann` are names of sequences

Theorems:
- divergence of the harmonic series
- convergence of the series x^n/n!
- generalization of the exponential series to any x
- convergence of geometric series
- divergence of arithmetic sequence
  • Loading branch information
affeldt-aist committed Jun 17, 2020
1 parent eb14886 commit db2462f
Show file tree
Hide file tree
Showing 2 changed files with 753 additions and 0 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ theories/topology.v
theories/prodnormedzmodule.v
theories/normedtype.v
theories/sequences.v
theories/sequences_wip.v
theories/forms.v
theories/derive.v
theories/summability.v
Expand Down
Loading

0 comments on commit db2462f

Please sign in to comment.