コンテンツにスキップ

利用者:Pertiallic

提供: ウィキバーシティ

自己紹介など

[編集]

しばらく翻訳をしつつ数学基礎論についての記事を書きたいと思っています

アイデア置き場

[編集]

すでにどこかに発表されていたりしたら連絡お願いします

  • ペアノの公理で後者写像を2変数にする

種本

[編集]

//どういう順番で情報を並べればいいかわかりません
現代数学小事典(ブルーバックス) 寺坂英孝編 第41版 2015年7月3日発行 講談社 ISBN4-06-117925-X
岩波数学辞典 第3版 1986年3月20日発行 岩波書店 ISBN4-00-080016-7
証明作法ー論理の初歩から証明の実践へー 石原哉 2023年3月31日発行 共同出版株式会社 ISBN978-4-320-11489-0

sandbox

[編集]

テンプレート:User sandbox
参照:https://www.mediawiki.org/wiki/Extension:Math/Syntax/ja https://mathlandscape.com/latex-logic/

proof:
そのようなが存在するとする

よって

したがって

全単射の写像 が存在するとする

記事のもと

[編集]

例題

[編集]

例題 1 関数の極限を求めよ。

この式そのものに関する定理はないため、この問題を単純化する必要があります。上の恒等定理から、であることがわかります。べき法則より、です。 最後に、スカラー倍の定理より、 となります。

例題 2

関数の極限を求めよ。

To do this informally, we split up the expression, once again, into its components. As above,.

この問題を解くために、式をその項ごとに分けます。例題 1よりです。

また、

であり、 です。 これらを足し合わせて、

となります。

例題 3

//より単純な例は?

次の関数の極限を求めよ:

From the previous example the limit of the numerator is The limit of the denominator is

例題 2より、分子の極限はであり、分母の極限は

です。

As the limit of the denominator is not equal to zero we can divide which gives

分母の極限が0でないので、単純に割って答えを出すことができます。よって、

となります。

例題 4

//必要ないのでは?

次の関数の極限を求めよ:

We apply the same process here as we did in the previous set of examples;

We can evaluate each of these;

例題 5

Evaluate the limit .

To evaluate this seemingly complex limit, be aware of your sine and cosine identities. We will also have to use two new facts. First, if f(x) is a trigonometric function (that is, one of sine, cosine, tangent, cotangent, secant or cosecant) and is defined at a, then . Second, .

To evaluate the limit, recognize that can be multiplied by to obtain which, by our trig identities, is . So, multiply the top and bottom by (This is allowed because it is identical to multiplying by one). This is a standard trick for evaluating limits of fractions; multiply the numerator and the denominator by a carefully chosen expression which will make the expression simplify somehow. In this case, we should end up with:

Your next step shall be to break this up into by the limit rule of multiplication. By the fact mentioned above, .

Next, .

Thus, by multiplying these two results, we obtain 0.


We will now present an amazingly useful result, even though we cannot prove this yet. We can find the limit of any polynomial or rational function, as above, as long as that rational function is defined at c (so we are not dividing by zero). More precisely, c must be in the domain of the function.


Limits of Polynomials and Rational functions

If f is a polynomial or rational function that is defined at c then


We already learned this for trigonometric functions, so we see that it is easy to find limits of polynomial, rational or trigonometric functions wherever they are defined. In fact, this is true even for combinations of these functions; thus, for example, .

The Squeeze Theorem

[編集]
Graph showing f being squeezed between g and h

The squeeze theorem is very important in calculus proofs, where it typically are used to confirm the limit of a function via comparison with with two other functions whose limits are known.

It is called the Squeeze Theorem because it refers to a function f whose values are squeezed between the values of two other function g and h. g and h both have the same limit L at a point a. As f are trapped between the values of the two functions that approach L, the values of f must also approach L.

A more mathematical definition is:

Suppose that hold for all x in some open interval containing a, except possibly at itself. Suppose also that . Then also. Similar statements hold for left and right limit


初等論理学/数学基礎論

[編集]

論理学とは、端的に言えば証明の書き方を学ぶ学問です。特に大学数学において重要となる証明の、正しい書き方を学びましょう。

命題

[編集]

概要

[編集]

命題(proposition)とは、真偽が定まっている文のことです。その文の主張が正しいときは、その命題(の値)は真(true)、正しくないときは偽(false)であるといいます。また、命題の値をその命題の真理値(truth value)といいます。

命題である文の例
[編集]
  • 2は素数である(真)
  • 全ての人間の血液型はA型である(偽)
  • 元を持たない集合が存在する(真)
命題でない文の例
[編集]
  • 命題とはなにか
  • ガウスは頭がいい
  • ウィキバーシティは役にたつ

以下命題は などの記号、もしくは添え字などをつけて などと表します。

論理演算

[編集]

基本的な命題を組み合わせることで、より複雑な命題を作ることができます。
こういった操作を論理演算(logical operation)といいます。

連言

[編集]

命題と命題について、命題「かつ」を、連言(conjunction)といいます。
例えば、

:「2は素数である」
:「3は偶数である」

とすれば、の連言は「2は素数であり、かつ、3は偶数である」となります。連言が真となるためには、両方の命題が真とならなければならないことが容易にわかります。
連言は記号 で表します。

選言

[編集]

命題と命題について、命題「または」を、選言(disjunction)といいます。
例えば、

:「2は素数である」
:「3は偶数である」

とすれば、の選言は「2は素数である、または、3は偶数である」となります。連言が真となるためには、少なくとも一方の命題が真となれば良いことが容易にわかります。
選言は記号 で表します。