Forgot password?
 Register account
View 157|Reply 0

[函数] McCarthy 91 function

[Copy link]

3158

Threads

7933

Posts

45

Reputation

Show all posts

hbghlyj posted 2023-2-4 21:25 |Read mode
定义$$M(n)=\begin{cases}n-10,&{\mbox{if }}n>100{\mbox{ }}\\M(M(n+11)),&{\mbox{if }}n\leq 100{\mbox{ }}\end{cases}$$证明: 对任何整数$ n ≤ 100$有$M(n) = 91$.
提示
Example A)
$$\eqalign{M(99)&= M(M(110))&\text{since }99 ≤ 100\\
      &= M(100)    &\text{since }110 > 100\\
      &= M(M(111)) &\text{since }100 ≤ 100\\
      &= M(101)   & \text{since }111 > 100\\
      &= 91       & \text{since }101 > 100}$$
Example B)\begin{align*}M(87)&= M(M(98))\\
     &= M(M(M(109)))\\
     &= M(M(99))\\
     &= M(M(M(110)))\\
     &= M(M(100))\\
     &= M(M(M(111)))\\
     &= M(M(101))\\
     &= M(91)\\
     &= M(M(102))\\
     &= M(92)\\
     &= M(M(103))\\
     &= M(93)\\
&\ldots&\text{ Pattern continues increasing till M(99), M(100) and M(101),}\\&&\text{ exactly as we saw on the example A)}\\
     &= M(101)  &  \text{since 111 > 100}\\
     &= 91      &  \text{since 101 > 100}\end{align*}

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | 快速注册

$\LaTeX$ formula tutorial

Mobile version

2025-6-8 06:42 GMT+8

Powered by Discuz!

Processed in 0.041717 second(s), 24 queries

× Quick Reply To Top Edit