Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
Key points about mathematical induction 본문
Key points about mathematical induction:
- Mathematical induction is used to prove that some statements A(i) hold for all values of .
- An induction proof consists of two parts: the base case and the induction step.
- The base case assures that A(i) holds for some (not necessarily small) values of .
- The base case and the induction step must be consistent: if the induction step uses A(n) and , then the base case should cover at least 2 consecutive values of n.
- The induction step for proving A(n+1) can use A(n) or even all A(i) for i≤n. The latter is called strong induction.
- Sometimes proving a stronger statement by induction may be easier.
728x90
반응형
'🌳Coursework ✨ > Discrete Maths' 카테고리의 다른 글
Comments