惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
T
The Exploit Database - CXSecurity.com
V
Vulnerabilities – Threatpost
Know Your Adversary
Know Your Adversary
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
N
News and Events Feed by Topic
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog
S
Secure Thoughts
G
GRAHAM CLULEY
Google Online Security Blog
Google Online Security Blog
Help Net Security
Help Net Security
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
O
OpenAI News
Google DeepMind News
Google DeepMind News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Security Archives - TechRepublic
Security Archives - TechRepublic
L
LINUX DO - 最新话题
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Stack Overflow Blog
Stack Overflow Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
Lohrmann on Cybersecurity
H
Hacker News: Front Page
W
WeLiveSecurity
P
Privacy International News Feed
Forbes - Security
Forbes - Security
月光博客
月光博客
PCI Perspectives
PCI Perspectives
T
Tailwind CSS Blog
N
News and Events Feed by Topic
T
Threat Research - Cisco Blogs
Engineering at Meta
Engineering at Meta
F
Full Disclosure
AI
AI
Hacker News - Newest:
Hacker News - Newest: "LLM"
Schneier on Security
Schneier on Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Darknet – Hacking Tools, Hacker News & Cyber Security
V
Visual Studio Blog
The Hacker News
The Hacker News
博客园 - 叶小钗
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss

Ridic

一个关于映射度的问题 买原版书遇到的坑 区域不变性及相关应用 Klein瓶的高维推广 待解决的问题 一些待整理的资料 记录一些想看的书和课程 在服务器中部署Overleaf 高等代数习题课-记录 关于学习过程的“参数权重”设置 从今天开始写一些东西 不定积分练习 国内Docker镜像代理 《上海高考指南》数学部分阅读与分析 数学笔记-第八周 数学笔记-第七周 二模前复习总结 6 数学笔记-第六周 将 word 中的 Mathtype 公式转为 Latex 原创一题 为什么高中数学题越来越难 有趣的开源项目整理 5 4 3 上海高考数学压轴题 2023年普通高中学业水平模拟测试 2 1 典型难题整理 Linux 相关操作 参加 TACA 考试 一些导数题 博客加入数学公式支持 新买的乒乓球拍 数学综合卷 使用 Git Hook 将网站部署到服务器 利用BurpSuite和Charles进行抓包 关于window.opener 2023上海英语春考 解决Mac开机界面壁纸不同的问题 迁移到了新域名 期中考复习试卷 关于 友链 Helloworld 随时随地写代码--基于Code-server部署自己的云开发环境 GAN CFOP 学校的电脑 嘀咕
函数关于两点对称问题
Tom · 2024-05-12 · via Ridic

函数$f(x)$是定义域$\mathbf{R}$上的单调递增函数,图像同时关于两个点$(a,b)$和$(c,d)$对称($a,b,c,d$互不相等),证明:存在实数$k$和$M$,满足:$|f(x)-kx|\leq{M}$恒成立.

证明:由$f(x)$关于$(a,b)$对称:$f(x)+f(2a-x)=2b$,同理$f(x)+f(2c-x)=2d$,两式相减得

$$f(2a-x)-f(2c-x)=2b-2d$$

$$\Rightarrow{f(2a-2c+x)=f(x)+2b-2d}$$

设$g(x)=f(x)-\dfrac{b-d}{a-c}x-\dfrac{ad-bc}{a-c}$,则可得

$$g(x+2a-2c)=g(x)$$

不妨设$a>c$,则$[2c-a,a]$是$g(x)$的一个周期.

在$[c,a]$上,$f(x)\in[d,b]$且$\dfrac{b-d}{a-c}x+\dfrac{ad-bc}{a-c}\in[d,b]$,故$g(x)\in[d-b,b-d]$.

由对称性,在$[2c-a,c]$上,$g(x)\in[d-b,b-d]$,故取$k=\dfrac{b-d}{a-c},M=b-d+\left|\dfrac{ad-bc}{a-c}\right|$即满足$|f(x)-kx|\leq{M}$恒成立.

注:题目中给出的条件“$f(x)$在$\mathbf{R}$上递增”是为了排除$f(x)=\tan{x}+x$等在一段“周期”内都无界的函数。所以,把单调增的条件改为“$f(x)$在$\mathbf{R}$上连续”也使得命题成立,但证明需要用到数学分析中“连续函数在闭区间上有界”的结论.