Skip to content

Resource of IMO(International Mathematical Olympiad)

License

Notifications You must be signed in to change notification settings

Lean-zh/IMO_Resource

Repository files navigation

IMO Resource

中文简体 | English

国际数学奥林匹克竞赛 (IMO, International Mathematical Olympiad) 的资源及 2024 年的题解分析。

文件结构

  • IMO_2024: AlphaProof 关于问题 1、2 和 6 的 LEAN 题解
  • scripts: 分析 IMO 2024 习题的 Python 代码。
  • problems
    • Chinese: 中文版题目(2006-2024)。
    • English: 英文版题目(1959-2024)。
  • shortlist: 2006 年至 2023 年 IMO 竞赛候选题及解答。

环境配置

安装教程参看:LEAN 4 安装和配置教程

初始化 Lean 环境:

# 克隆仓库
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 分析代码,通过模型对话生成。相关的对话:

题解博客(更新中):国际数学奥林匹克竞赛及 IMO 2024 题解分析

About

Resource of IMO(International Mathematical Olympiad)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published