[FMFP] Exam notes for FP almost complete

This commit is contained in:
2026-07-13 13:07:12 +02:00
parent f36189fac9
commit 4ca561ce49
10 changed files with 41 additions and 4 deletions
@@ -1,6 +1,7 @@
To prove recursive formulas, or more precisely formulated, a formula $P$ (with free variable $n$) for all $n \in \N$,
we have can use weak or strong induction.
Weak induction may be a \textit{slightly} misleading term, because it isn't necessarily weaker than strong induction.
we can use weak or strong induction.
Weak induction may be a \textit{slightly} misleading term, because it isn't necessarily weaker than strong induction,
for mathematical induction, for structural induction, there is a difference.
This section has been moved to the very start of the theory part, even though many of the topics mentioned have not been covered in the summary yet,
such that all the induction proofs can be covered in the same place.