Correct namespaces and update `bookshelf-docgen`.
parent
6b389f9170
commit
c5e28d252f
|
@ -1,11 +1,11 @@
|
||||||
import Common.Real.Set
|
import Common.Real.Set
|
||||||
|
|
||||||
/-! # Apostol.Chapter_I_3
|
/-! # Apostol.Chapter_I_03
|
||||||
|
|
||||||
A Set of Axioms for the Real-Number System
|
A Set of Axioms for the Real-Number System
|
||||||
-/
|
-/
|
||||||
|
|
||||||
namespace Apostol.Chapter_I_3
|
namespace Apostol.Chapter_I_03
|
||||||
|
|
||||||
#check Archimedean
|
#check Archimedean
|
||||||
#check Real.exists_isLUB
|
#check Real.exists_isLUB
|
||||||
|
@ -640,4 +640,4 @@ the Archimedean property does not imply the least-upper-bound axiom.
|
||||||
###### TODO
|
###### TODO
|
||||||
-/
|
-/
|
||||||
|
|
||||||
end Apostol.Chapter_I_3
|
end Apostol.Chapter_I_03
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
\input{../../preamble}
|
\input{../../preamble}
|
||||||
|
|
||||||
\newcommand{\link}[1]{\lean{../..}
|
\newcommand{\link}[1]{\lean{../..}
|
||||||
{Bookshelf/Apostol/Chapter\_I\_3}
|
{Bookshelf/Apostol/Chapter\_I\_03} % Location
|
||||||
{Apostol.Chapter\_I\_3.#1}
|
{Apostol.Chapter\_I\_03.#1} % Namespace
|
||||||
{Chapter\_I\_3.#1}
|
{Chapter\_I\_03.#1} % Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
import Bookshelf.Enderton.Chapter0
|
import Bookshelf.Enderton.Chapter_0
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import Common.LTuple.Basic
|
import Common.LTuple.Basic
|
||||||
|
|
||||||
/-! # Enderton.Chapter0
|
/-! # Enderton.Chapter_0
|
||||||
|
|
||||||
Useful Facts About Sets
|
Useful Facts About Sets
|
||||||
-/
|
-/
|
||||||
|
|
||||||
namespace Enderton.Chapter0
|
namespace Enderton.Chapter_0
|
||||||
|
|
||||||
/--
|
/--
|
||||||
The following describes a so-called "generic" tuple. Like an `LTuple`, a generic
|
The following describes a so-called "generic" tuple. Like an `LTuple`, a generic
|
||||||
|
@ -275,4 +275,4 @@ theorem lemma_0a (xs : GTuple α (n, m - 1)) (ys : LTuple α (m + k))
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end Enderton.Chapter0
|
end Enderton.Chapter_0
|
|
@ -3,9 +3,9 @@
|
||||||
\input{../../preamble}
|
\input{../../preamble}
|
||||||
|
|
||||||
\newcommand{\link}[1]{\lean{../..}
|
\newcommand{\link}[1]{\lean{../..}
|
||||||
{Bookshelf/Enderton/Chapter0} % Location
|
{Bookshelf/Enderton/Chapter_0} % Location
|
||||||
{Enderton.Chapter0.#1} % Namespace
|
{Enderton.Chapter_0.#1} % Namespace
|
||||||
{Chapter0.#1} % Presentation
|
{Chapter_0.#1} % Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
|
@ -16,9 +16,9 @@
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/jrpotter/bookshelf-docgen.git",
|
{"url": "https://github.com/jrpotter/bookshelf-docgen.git",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
"rev": "291f71e6c520751d52832c95f47cbc059c77bfa7",
|
"rev": "80a4dc8d508161c859dbbb455f3855e051a28890",
|
||||||
"name": "doc-gen4",
|
"name": "doc-gen4",
|
||||||
"inputRev?": "291f71e6c520751d52832c95f47cbc059c77bfa7"}},
|
"inputRev?": "80a4dc8d508161c859dbbb455f3855e051a28890"}},
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/mhuisi/lean4-cli",
|
{"url": "https://github.com/mhuisi/lean4-cli",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
|
|
|
@ -12,7 +12,7 @@ require std4 from git
|
||||||
"6006307d2ceb8743fea7e00ba0036af8654d0347"
|
"6006307d2ceb8743fea7e00ba0036af8654d0347"
|
||||||
require «doc-gen4» from git
|
require «doc-gen4» from git
|
||||||
"https://github.com/jrpotter/bookshelf-docgen.git" @
|
"https://github.com/jrpotter/bookshelf-docgen.git" @
|
||||||
"291f71e6c520751d52832c95f47cbc059c77bfa7"
|
"80a4dc8d508161c859dbbb455f3855e051a28890"
|
||||||
|
|
||||||
@[default_target]
|
@[default_target]
|
||||||
lean_lib «Bookshelf» {
|
lean_lib «Bookshelf» {
|
||||||
|
|
Loading…
Reference in New Issue