ece108: add wlog
This commit is contained in:
parent
3e6e80d91b
commit
d5194fc1c6
@ -256,6 +256,9 @@ $$n\text{ is a perfect square}\iff \exists k\in\mathbb Z,n=k^2$$
|
||||
|
||||
### Induction
|
||||
|
||||
!!! definition
|
||||
- A proof **without loss of generality** (WLOG) indicates that the roles of variables do not matter — so long as the symbols CTRL-H'd, the proof remains exactly the same. For example, "WLOG, let $x,y\in\mathbb Z$ st. $x<y$."
|
||||
|
||||
Induction is a proof technique that can be used if the open sentence $P(n)$ depends on the parameter $n\in\mathbb N$. Because induction works in discrete steps, it generally cannot be applied domains of all real numbers.
|
||||
|
||||
To do so, the following must be proven:
|
||||
|
Loading…
Reference in New Issue
Block a user