# IMO_Resource **Repository Path**: alexandrelea/IMO_Resource ## Basic Information - **Project Name**: IMO_Resource - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: lean-dojo - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-24 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IMO Resource [中文简体](README.md) | [English](README-en.md) 国际数学奥林匹克竞赛 (IMO, International Mathematical Olympiad) 的资源及 2024 年的题解分析。 ## 文件结构 - `IMO_2024`: AlphaProof 关于问题 1、2 和 6 的[ LEAN 题解](https://storage.googleapis.com/deepmind-media/DeepMind.com/Blog/imo-2024-solutions/index.html)。 - `scripts`: 分析 IMO 2024 习题的 Python 代码。 - `problems` - `Chinese`: 中文版题目(2006-2024)。 - `English`: 英文版题目(1959-2024)。 - `shortlist`: 2006 年至 2023 年 IMO 竞赛候选题及解答。 ## 环境配置 安装教程参看:[LEAN 4 安装和配置教程](https://www.leanprover.cn/tutorial/install/)。 初始化 Lean 环境: ```bash # 克隆仓库 git clone https://github.com/Lean-zh/IMO_Resource.git cd IMO_Resource/ git submodule update --init --recursive # 初始化 Lean 环境 cd IMO_2024 lake update # 更新依赖 lake build # 编译 ``` `scripts` 包含了题目 3 的 Python 分析代码,通过模型对话生成。相关的对话: - `basic.py` 函数代码生成:https://shared-chats.lookeng.cn/IMO_2024_p3_gen_funcs.html - `p3.ipynb` 实验代码生成:https://shared-chats.lookeng.cn/Integer_Sequence_Analysis.html 题解博客(更新中):[国际数学奥林匹克竞赛及 IMO 2024 题解分析](https://lookeng.cn/2024/09/04/imo-competition/)。