Skip to content

Commit

Permalink
docs(overview, undergrad): add Liouville's Theorem on existence of tr…
Browse files Browse the repository at this point in the history
…anscendental numbers (#8068)


Co-authored-by: Jujian Zhang <jujian.zhang1998@outlook.com>
  • Loading branch information
adomani and jjaassoonn committed Jun 25, 2021
1 parent 2608244 commit 10cd252
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/overview.yaml
Expand Up @@ -128,6 +128,8 @@ General algebra:
"Hensel's lemma (for $\\mathbb{Z}_p$)": 'hensels_lemma'
ring of Witt vectors: 'witt_vector'
perfection of a ring: 'ring.perfection'
Transcendental numbers:
Liouville's theorem on existence of transcendental numbers: liouville.is_transcendental

Linear algebra:
Fundamentals:
Expand Down
2 changes: 1 addition & 1 deletion docs/undergrad.yaml
Expand Up @@ -180,7 +180,7 @@ Ring Theory:
$\C$ is algebraically closed: 'complex.exists_root'
field of fractions of an integral domain: 'fraction_map'
algebraic elements: 'is_algebraic'
transcendental elements:
transcendental elements: 'transcendental'
algebraic extensions: 'algebra.is_algebraic'
algebraically closed fields: 'is_alg_closed'
rupture fields: 'adjoin_root'
Expand Down
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@ Copyright (c) 2020 Jujian Zhang. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Damiano Testa, Jujian Zhang
-/
import analysis.liouville.basic
import number_theory.liouville.basic
/-!
# Liouville constants
Expand Down

0 comments on commit 10cd252

Please sign in to comment.