Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subsequences and asymptotical properties #1139

Draft
wants to merge 70 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
6a14c46
subsequences
malarbol May 16, 2024
144cfd2
asymptotical equality preserves asymptotical constant sequences
malarbol May 16, 2024
4960088
fix indent
malarbol May 16, 2024
1daaa94
fix typo
malarbol May 16, 2024
b4d8abb
fix typo
malarbol May 16, 2024
fd166d1
fix typo
malarbol May 16, 2024
6e7828f
fix typo
malarbol May 16, 2024
c9456f0
remove unused imports
malarbol May 16, 2024
9a5c4d7
functoriality of subsequences
malarbol May 18, 2024
e54cd0c
rename monotonic-sequences-natural-numbers
malarbol May 18, 2024
fe1669f
constant sequences
malarbol May 18, 2024
c41da7f
refactor using asymptotical dependent sequences
malarbol May 20, 2024
5993bc4
fix typo
malarbol May 21, 2024
38ceb04
asymptotically-map-dependent-sequence
malarbol May 21, 2024
a3ef71d
cleanup
malarbol May 21, 2024
0b7a9b0
characterisation of asymptotically constant sequences
malarbol May 21, 2024
8af986a
cleanup
malarbol May 21, 2024
c74742a
refactor
malarbol May 21, 2024
94b24f5
leq-(left|right)-max-N
malarbol May 21, 2024
8737a71
lemma monotonic sequences natural numbers
malarbol May 23, 2024
449f010
Merge branch 'master' into subsequences
malarbol May 24, 2024
e504583
refactor asymptotical properties monotonic sequences natural numbers
malarbol May 26, 2024
47388b2
cleanup
malarbol May 27, 2024
556b357
cleanup names
malarbol May 27, 2024
6f333c7
fix indent
malarbol May 27, 2024
ebae214
more asymptotical lemma
malarbol May 27, 2024
7b7e1ce
use `tot` instead of `rec-Σ`
malarbol May 27, 2024
234fb41
fix indent
malarbol May 27, 2024
7083da2
le-skip-ℕ
malarbol May 28, 2024
94ee7c4
use `map-right-unit-law-coproduct-is-empty`
malarbol May 28, 2024
ba6b602
refactor/cleanup
malarbol May 28, 2024
d644cf9
fix typos/headers
malarbol May 28, 2024
b31f3a8
fix typo
malarbol May 28, 2024
9ee5a07
fix name
malarbol May 28, 2024
b817ff1
stationnary intervals of decreasing sequences of natural numbers
malarbol May 31, 2024
ea777aa
Merge branch 'master' into subsequences
malarbol May 31, 2024
8169cda
lint
malarbol May 31, 2024
7a3f3e9
WIP sequences posets
malarbol May 31, 2024
463c427
refactor monotonic sequences posets
malarbol Jun 1, 2024
020b954
asymptotical inequality sequences posets
malarbol Jun 1, 2024
da95b0f
fix name
malarbol Jun 1, 2024
50cae56
refactor using map-asymptotically
malarbol Jun 1, 2024
a79ade5
asymptotical lemma
malarbol Jun 1, 2024
b213e76
fix typo
malarbol Jun 1, 2024
5aeb28d
guarded asymptotical lemma sequences posets
malarbol Jun 1, 2024
7b08725
cleanup
malarbol Jun 1, 2024
7c16424
WIP cleanup
malarbol Jun 4, 2024
c646587
paren
malarbol Jun 5, 2024
a53663f
fix name and cleanup
malarbol Jun 5, 2024
605bf17
fix paren
malarbol Jun 5, 2024
711ebff
refactor and fix typo
malarbol Jun 5, 2024
78097dd
rename and add wikipedia ref
malarbol Jun 5, 2024
69855f6
fix name
malarbol Jun 5, 2024
119e759
fix typo
malarbol Jun 5, 2024
e3aafac
remove eq-sequence
malarbol Jun 5, 2024
21ca62e
remove unused import
malarbol Jun 5, 2024
b1c4164
fix typo
malarbol Jun 5, 2024
a21b400
refactor unbounded strict increasing sequencees
malarbol Jun 7, 2024
4e47e01
refactor strict-monotonic-sequences-natural-numbers
malarbol Jun 7, 2024
b216935
fix typo
malarbol Jun 7, 2024
282c311
cleanup
malarbol Jun 7, 2024
a7b9a55
refactor asymptotical value sequences
malarbol Jun 10, 2024
f5dad80
cleanup
malarbol Jun 10, 2024
ffc3d69
Merge branch 'master' into subsequences
malarbol Jun 10, 2024
c548823
refactor monotonic sequences
malarbol Jun 10, 2024
da70318
use preserves-order-Poset
malarbol Jun 10, 2024
43434a9
cleanup
malarbol Jun 11, 2024
92c431a
fix typo
malarbol Jun 11, 2024
23c2f9f
cleanup
malarbol Jun 11, 2024
17deaa9
cleanup
malarbol Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/elementary-number-theory.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ open import elementary-number-theory.decidable-total-order-natural-numbers publi
open import elementary-number-theory.decidable-total-order-rational-numbers public
open import elementary-number-theory.decidable-total-order-standard-finite-types public
open import elementary-number-theory.decidable-types public
open import elementary-number-theory.decreasing-sequences-natural-numbers public
open import elementary-number-theory.difference-integers public
open import elementary-number-theory.difference-rational-numbers public
open import elementary-number-theory.dirichlet-convolution public
Expand Down Expand Up @@ -64,6 +65,7 @@ open import elementary-number-theory.greatest-common-divisor-natural-numbers pub
open import elementary-number-theory.group-of-integers public
open import elementary-number-theory.half-integers public
open import elementary-number-theory.hardy-ramanujan-number public
open import elementary-number-theory.increasing-sequences-natural-numbers public
open import elementary-number-theory.inequality-integer-fractions public
open import elementary-number-theory.inequality-integers public
open import elementary-number-theory.inequality-natural-numbers public
Expand Down Expand Up @@ -144,6 +146,8 @@ open import elementary-number-theory.strict-inequality-integer-fractions public
open import elementary-number-theory.strict-inequality-integers public
open import elementary-number-theory.strict-inequality-natural-numbers public
open import elementary-number-theory.strict-inequality-rational-numbers public
open import elementary-number-theory.strictly-decreasing-sequences-natural-numbers public
open import elementary-number-theory.strictly-increasing-sequences-natural-numbers public
open import elementary-number-theory.strictly-ordered-pairs-of-natural-numbers public
open import elementary-number-theory.strong-induction-natural-numbers public
open import elementary-number-theory.sums-of-natural-numbers public
Expand Down
Loading
Loading