teorth/analysis:README に基づく導入ガイド
README、メタデータ、ライセンスに基づく teorth/analysis の導入と確認ガイドです。
プロジェクトの範囲
teorth/analysis の README はプロジェクトを「A Lean companion to Analysis I」と説明しています。ここではリポジトリで確認できる事実だけを整理します。star 数やバッジは注目度の手掛かりであり、品質の証明ではありません。「Lean formalization of Analysis I」には次の説明があります。The files in this directory contain a formalization of my text Analysis I. The formalization is intended to be as faithful a paraphrasing as possible to the original text, while also showcasing Lean's features and syntax.。これは範囲の説明であり、本番検証の結果ではありません。
向いている用途
README の「Lean formalization of Analysis I」にある内容から、用途が合うかを先に判断できます。Many operations that are left undefined in the text, such as division by zero, or taking the formal limit of a non-Cauchy sequence, are instead assigned a "junk" value (e.g., 0) to make the operation totally defined.。目的が違うなら、人気だけで採用する理由にはなりません。プロジェクト名やコマンドは原文のまま残し、一次資料へ戻って用語を確認できるようにしています。 README には次の確認可能な項目もあります。Sequences are indexed to start from zero rather than from one, as Mathlib has much more support for the 0-based natural numbers ℕ than the 1-based natural numbers.。初回テストの材料にはなりますが、実際の環境での確認を省略する理由にはなりません。
動作の考え方
動作の説明は「Lean formalization of Analysis I」など複数の箇所に分かれています。確認できる情報は次の通りです。While the arrangement of definitions, theorems, and proofs here are closely paraphrasing the textbook, I am refraining from directly quoting material from the textbook, instead providing references to the original text where appropriate.。書かれていない構成、性能、セキュリティを推測で補いません。導入時はディレクトリ、設定ファイル、release 履歴を確認してください。
インストールと初回起動
初回導入は README の入口から始めます。確認できるコマンドは次の通りです。 README 没有给出可直接复制的安装命令。 実行可能なコマンドがない場合は手順を作らず、「Sections」で依存関係、待受ポート、初回設定を確認します。
設定と日常運用
日常運用は公式文書の範囲に限ります。「Lean formalization of Analysis I」にはMuch of the material in this text is duplicated in Lean's standard math library Mathlib As such, this formalization can also be used as an introduction to various portions of Mathlib.とあります。設定、環境変数、権限、データ保存先は明記されたものだけを扱います。未記載の既定値は隔離環境で確認し、戻せる設定を保存してください。 同じ資料にはThe Chapter 2 natural numbers are constructed by an inductive type, rather than via a purely axiomatic approach. However, the Peano Axioms are formalized in the epilogue to this chapter.ともあります。