هل تعلم أن براهين الرياضيات مثل بناء جسر؟ كل خطوة يجب أن تكون قوية حتى لا يسقط الجسر!
Imagine أنك تbuild جسر. إذا كانت واحدة من الأعمدة غير قوية، فإن الجسر سيسقط. similarly، في الرياضيات، إذا كانت خطوة واحدة في البرهان غير Strong، فإن البرهان entire سيسقط. هذا هو سبب أهمية الفهم good للبراهين.
Definition: البرهان الرياضي هو سلسلة من الجمل المنطقية التي تshow أن statement معينة true. starts من premises accepted (مثل المحاذير أو theorems proven previously) وends مع statement التي want to prove.
أنواع البرهان
There are different types of proofs, just like there are different ways to build a bridge. Let's explore three main types.
البرهان المباشر (Direct Proof)
- starts من premises وuses logical steps to reach the conclusion.
- Example: Prove that if n is even, then n² is even.
البرهان بالتناقض (Proof by Contradiction)
- suppose أن statement is false وshow أن هذا يؤدي إلى تناقض.
- Example: Prove that √2 is irrational.
الاستقراء (Mathematical Induction)
- used ل prove statements عن numbers natural. starts مع base case وthen shows that if statement true for n, then it is true for n+1.
- Example: Prove that 1 + 2 + ... + n = n(n+1)/2.
Example: Let's prove that √2 is irrational.
- Assume that √2 is rational, so it can be written as a/b where a and b are integers with no common factors.
- Then 2 = a²/b², so a² = 2b². Thus, a is even, so a = 2k.
- Then 4k² = 2b², so b² = 2k², so b is even. But this contradicts that a and b have no common factors. Thus, √2 is irrational.
مقارنة بين أنواع البرهان
| نوع البرهان | وصف | مثال |
|---|---|---|
| مباشر | starts من premises وends مع conclusion | Prove that sum of two evens is even |
| بالتناقض | suppose أن statement false وshow contradiction | Prove that √2 is irrational |
| الاستقراء | used ل prove statements عن numbers natural | Prove that 1 + 2 + ... + n = n(n+1)/2 |
أخطاء شائعة
One of the most common mistakes is assuming what you need to prove. Just like you can't assume the bridge is strong before building it, you can't assume the statement is true before proving it.
Warning: Avoid circular reasoning. For example, saying "A is true because B is true, and B is true because A is true" is not a valid proof.
تمارين للتدريب
Let's practice! Prove that the sum of two even numbers is even.
- Let the two even numbers be 2k and 2m, where k and m are integers.
- Their sum is 2k + 2m = 2(k + m), which is clearly even since it's a multiple of 2.
ملخص
Let's recap what we've learned.
Key point: البرهان الرياضي هو سلسلة من الجمل logical التي shows أن statement true. types مختلفة من البرهان: مباشر، بالتناقض، الاستقراء. avoid circular reasoning وalways start من premises accepted.