THALES
Thales used the principles of geometry to solve real life problems. Therefore, he is considered as the ‘First true mathematician’.
simplified and solved
Thales used the principles of geometry to solve real life problems. Therefore, he is considered as the ‘First true mathematician’.
Pythagoras is best known in mathematics for the Pythagoras theorem .
He was a philosopher who related numbers to the things in real life. He linked numbers with gender,colors, music etc.,
Pythagoras believed the earth was round and orbits are circular, This belief led to the Copernican theory of the universe.


This theorem says that every positive number (except 1) is either a prime number or can be written uniquely as a product of prime numbers. (i.e.,) we can always break a positive integer into prime factors.
Euclid gave an almost complete proof over 2000 years ago.
| 2 | PRIME |
| 3 | PRIME |
| 4 | 2 X 2 |
| 5 | PRIME |
| 6 | 2 X 3 |
| 7 | PRIME |
| 8 | 2 X 2 X 2 |
| 9 | 3 X 3 |
| 10 | 2 X 5 |
| … | … |

Carl Friedrich Gauss was the first who provided the first proof in 1801.
There are infinitely many prime numbers ‘p’ such that ‘p+2’ is also prime. Such a kind of pairs of prime numbers are called as twin primes.

Pythagoras theorem holds an important place in geometry.
The theorem states that

There are hundreds of different proofs of the Pythagoras theorem.
One of the following is proved by US President Garfield.

Build another triangle like the first one, however, this time side ‘b’ will radiate outward in a straight line from the initial side ‘a’.
Side ‘a’ construct from ‘b’ which is also parallel to the initial side ‘b’.
Side c connecting the endpoints of the new a and new b.
We need to find the unknown angle ‘x’.
Angle of the straight line sum upto 180°
Therefore, 90°-ϴ +x + ϴ = 90°
Now join the end points of the sides ‘b’ and ‘a’.
View the illustration as a trapezium.

Now it is easy to understand the proof given by Garfield.
Induction is the method of considering certain set of statements as true and coming up with the general conclusion.
We can also compare this with the recursion in computers.
The description is:
1. Show the first element of the series is true
2. Then assume any one of the element in the series is true and prove the very next element is true.
3. Conclude for all.
The falling dominoes speaks about this:
1. The first domino falls
2. If any one of the domino falls, the next will fall
The conclusion is : All fall down.
Mathematically we says that,
First prove for n=1
Assume the result is true for n=k, and prove the result is true for n=k+1.
Then generalize it for all
one of the easiest induction problem anyone can solve is:
Sum of the positive integers =n(n+1)/2
(i.e.,) 1+2+3+…+n=n(n+1)/2