tanszek:oktatas:techcomm:information_-_basics:sciences
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tanszek:oktatas:techcomm:information_-_basics:sciences [2025/09/08 19:03] – [What is science?] knehez | tanszek:oktatas:techcomm:information_-_basics:sciences [2025/09/08 19:42] (current) – [Deductive Sciences] knehez | ||
---|---|---|---|
Line 14: | Line 14: | ||
According to **principles**, | According to **principles**, | ||
+ | |||
+ | ---- | ||
====== Inductive Sciences ====== | ====== Inductive Sciences ====== | ||
Line 30: | Line 32: | ||
**Explanation: | **Explanation: | ||
- | Induction is a generalizing method, which means that we seek a universal or general law from a given set of data with fixed conditions. A well-known example of this method is the [[https:// | + | Induction is a generalizing method, which means that we seek a universal or general law from a given set of data with fixed conditions. A well-known example of this method is the [[https:// |
- | The biggest problem with this method is whether we have (or have yet to) carry out sufficient observations to arrive at a general conclusion. | + | The biggest problem with this method is whether we have (or have yet to) carry out //sufficient observations// to arrive at a general conclusion. |
In natural sciences, we are always dealing with partial induction. The more experiments we do, the more confident we will become and the better our chances of understanding the connections. | In natural sciences, we are always dealing with partial induction. The more experiments we do, the more confident we will become and the better our chances of understanding the connections. | ||
Line 42: | Line 44: | ||
**Remark**: Legislative processes are based on an inductive method that analyzes social problems and their causes and makes new laws as a conclusion. | **Remark**: Legislative processes are based on an inductive method that analyzes social problems and their causes and makes new laws as a conclusion. | ||
- | **Example**: | + | ---- |
+ | |||
+ | **Example | ||
**Problem**: | **Problem**: | ||
Line 54: | Line 58: | ||
- **Inductive Hypothesis**: | - **Inductive Hypothesis**: | ||
- **Inductive Step**: We must prove that if the statement holds for a binary tree with \(k\) nodes, then it also holds for a binary tree with \(k+1\) nodes. \\ Suppose we add one more node to the binary tree, bringing the total number of nodes to \(k+1\). When we add this node, we also add exactly one edge connecting the new node to an existing node in the tree (either as a left or right child of a parent node). \\ \\ By the inductive hypothesis, the tree with \(k\) nodes has \((k - 1)\) edges. Adding one more node introduces one additional edge, so the number of edges in the tree with \((k + 1)\) nodes is: $$ (k-1) + 1 = k $$ This matches the formula for the number of edges in a tree with \((k + 1)\) nodes, which should be \((k-1) + 1 = k\). | - **Inductive Step**: We must prove that if the statement holds for a binary tree with \(k\) nodes, then it also holds for a binary tree with \(k+1\) nodes. \\ Suppose we add one more node to the binary tree, bringing the total number of nodes to \(k+1\). When we add this node, we also add exactly one edge connecting the new node to an existing node in the tree (either as a left or right child of a parent node). \\ \\ By the inductive hypothesis, the tree with \(k\) nodes has \((k - 1)\) edges. Adding one more node introduces one additional edge, so the number of edges in the tree with \((k + 1)\) nodes is: $$ (k-1) + 1 = k $$ This matches the formula for the number of edges in a tree with \((k + 1)\) nodes, which should be \((k-1) + 1 = k\). | ||
+ | |||
+ | ---- | ||
+ | |||
+ | **Example 2**: Sum of consecutive natural numbers. **Claim**: | ||
+ | |||
+ | $$ 1 + 2 + \cdots + n = \frac{n(n+1)}{2}. $$ | ||
+ | |||
+ | Base case (n=1): | ||
+ | |||
+ | $$ 1 = \frac{1 \cdot 2}{2} = 1, $$ | ||
+ | |||
+ | so the statement holds. | ||
+ | |||
+ | **Inductive step**: | ||
+ | |||
+ | Assume the formula is true for \(n = k\): | ||
+ | |||
+ | $$ 1 + 2 + \cdots + k = \frac{k(k+1)}{2}. $$ | ||
+ | |||
+ | **Simplify**: | ||
+ | $$ \frac{k(k+1) + 2(k+1)}{2} = \frac{(k+1)(k+2)}{2}. $$ | ||
+ | |||
+ | Thus, the formula also holds for \( n = k+1 \). | ||
https:// | https:// | ||
+ | |||
+ | ---- | ||
====== Deductive Sciences ====== | ====== Deductive Sciences ====== | ||
Line 99: | Line 128: | ||
The quote from [[https:// | The quote from [[https:// | ||
+ | |||
+ | ---- | ||
====== Reductive Sciences ====== | ====== Reductive Sciences ====== |
tanszek/oktatas/techcomm/information_-_basics/sciences.1757358231.txt.gz · Last modified: 2025/09/08 19:03 by knehez