├── .gitignore ├── LICENSE ├── README.md ├── assets ├── fig-acc.png ├── fig-problem.png ├── fig-ratio.png └── test.txt ├── benchmark ├── README.md ├── amgm_seed.jsonl ├── amgm_type1.jsonl ├── amgm_type2.jsonl ├── cauchy_seed.jsonl ├── cauchy_type1.jsonl ├── cauchy_type2.jsonl ├── comp2_100.jsonl ├── full_answer │ ├── amgm_valid_4.18 │ │ ├── amgm_p1.lean │ │ ├── amgm_p10.lean │ │ ├── amgm_p11.lean │ │ ├── amgm_p12.lean │ │ ├── amgm_p13.lean │ │ ├── amgm_p14.lean │ │ ├── amgm_p15.lean │ │ ├── amgm_p16.lean │ │ ├── amgm_p17.lean │ │ ├── amgm_p18.lean │ │ ├── amgm_p19.lean │ │ ├── amgm_p2.lean │ │ ├── amgm_p20.lean │ │ ├── amgm_p21.lean │ │ ├── amgm_p22.lean │ │ ├── amgm_p23.lean │ │ ├── amgm_p24.lean │ │ ├── amgm_p25.lean │ │ ├── amgm_p3.lean │ │ ├── amgm_p4.lean │ │ ├── amgm_p5.lean │ │ ├── amgm_p6.lean │ │ ├── amgm_p7.lean │ │ ├── amgm_p8.lean │ │ └── amgm_p9.lean │ ├── amgm_valid_4.9 │ │ ├── amgm_p1.lean │ │ ├── amgm_p10.lean │ │ ├── amgm_p11.lean │ │ ├── amgm_p12.lean │ │ ├── amgm_p13.lean │ │ ├── amgm_p14.lean │ │ ├── amgm_p15.lean │ │ ├── amgm_p16.lean │ │ ├── amgm_p17.lean │ │ ├── amgm_p18.lean │ │ ├── amgm_p19.lean │ │ ├── amgm_p2.lean │ │ ├── amgm_p20.lean │ │ ├── amgm_p21.lean │ │ ├── amgm_p22.lean │ │ ├── amgm_p23.lean │ │ ├── amgm_p24.lean │ │ ├── amgm_p25.lean │ │ ├── amgm_p3.lean │ │ ├── amgm_p4.lean │ │ ├── amgm_p5.lean │ │ ├── amgm_p6.lean │ │ ├── amgm_p7.lean │ │ ├── amgm_p8.lean │ │ └── amgm_p9.lean │ ├── cauchy_valid_4.18 │ │ ├── cauchy_p1.lean │ │ ├── cauchy_p10.lean │ │ ├── cauchy_p11.lean │ │ ├── cauchy_p12.lean │ │ ├── cauchy_p13.lean │ │ ├── cauchy_p14.lean │ │ ├── cauchy_p15.lean │ │ ├── cauchy_p16.lean │ │ ├── cauchy_p17.lean │ │ ├── cauchy_p18.lean │ │ ├── cauchy_p19.lean │ │ ├── cauchy_p2.lean │ │ ├── cauchy_p20.lean │ │ ├── cauchy_p21.lean │ │ ├── cauchy_p22.lean │ │ ├── cauchy_p23.lean │ │ ├── cauchy_p24.lean │ │ ├── cauchy_p25.lean │ │ ├── cauchy_p3.lean │ │ ├── cauchy_p4.lean │ │ ├── cauchy_p5.lean │ │ ├── cauchy_p6.lean │ │ ├── cauchy_p7.lean │ │ ├── cauchy_p8.lean │ │ └── cauchy_p9.lean │ ├── cauchy_valid_4.9 │ │ ├── cauchy_p1.lean │ │ ├── cauchy_p10.lean │ │ ├── cauchy_p11.lean │ │ ├── cauchy_p12.lean │ │ ├── cauchy_p13.lean │ │ ├── cauchy_p14.lean │ │ ├── cauchy_p15.lean │ │ ├── cauchy_p16.lean │ │ ├── cauchy_p17.lean │ │ ├── cauchy_p18.lean │ │ ├── cauchy_p19.lean │ │ ├── cauchy_p2.lean │ │ ├── cauchy_p20.lean │ │ ├── cauchy_p21.lean │ │ ├── cauchy_p22.lean │ │ ├── cauchy_p23.lean │ │ ├── cauchy_p24.lean │ │ ├── cauchy_p25.lean │ │ ├── cauchy_p3.lean │ │ ├── cauchy_p4.lean │ │ ├── cauchy_p5.lean │ │ ├── cauchy_p6.lean │ │ ├── cauchy_p7.lean │ │ ├── cauchy_p8.lean │ │ └── cauchy_p9.lean │ ├── misc_valid_4.18 │ │ ├── induction_p1.lean │ │ ├── induction_p2.lean │ │ ├── induction_p3.lean │ │ ├── induction_p4.lean │ │ ├── induction_p5.lean │ │ ├── jensen_p1.lean │ │ ├── jensen_p10.lean │ │ ├── jensen_p2.lean │ │ ├── jensen_p3.lean │ │ ├── jensen_p4.lean │ │ ├── jensen_p5.lean │ │ ├── jensen_p6.lean │ │ ├── jensen_p7.lean │ │ ├── jensen_p8.lean │ │ ├── jensen_p9.lean │ │ ├── schur_p1.lean │ │ ├── schur_p2.lean │ │ ├── schur_p3.lean │ │ ├── schur_p4.lean │ │ ├── schur_p5.lean │ │ ├── sq_p1.lean │ │ ├── sq_p2.lean │ │ ├── sq_p3.lean │ │ ├── sq_p4.lean │ │ └── sq_p5.lean │ └── misc_valid_4.9 │ │ ├── induction_p1.lean │ │ ├── induction_p2.lean │ │ ├── induction_p3.lean │ │ ├── induction_p4.lean │ │ ├── induction_p5.lean │ │ ├── jensen_p1.lean │ │ ├── jensen_p10.lean │ │ ├── jensen_p2.lean │ │ ├── jensen_p3.lean │ │ ├── jensen_p4.lean │ │ ├── jensen_p5.lean │ │ ├── jensen_p6.lean │ │ ├── jensen_p7.lean │ │ ├── jensen_p8.lean │ │ ├── jensen_p9.lean │ │ ├── schur_p1.lean │ │ ├── schur_p2.lean │ │ ├── schur_p3.lean │ │ ├── schur_p4.lean │ │ ├── schur_p5.lean │ │ ├── sq_p1.lean │ │ ├── sq_p2.lean │ │ ├── sq_p3.lean │ │ ├── sq_p4.lean │ │ └── sq_p5.lean ├── misc_seed.jsonl ├── misc_type1.jsonl ├── misc_type2.jsonl └── real.jsonl ├── composition ├── algebraic_op.py ├── algebraic_whole_op.py ├── amgm_problems.jsonl ├── comp2_amgm_100.jsonl ├── comp_100.jsonl ├── comp_amgm_100.jsonl ├── comp_op.py ├── mix.py ├── original_problems.jsonl └── problem.py ├── scripts_eval ├── batch_inference.sh ├── batch_inference_dsprover2.sh ├── batch_inference_kimina.sh ├── batch_inference_think.sh ├── compile_summarize.sh ├── inference_2gpu.sh ├── inference_claude_icl_2gpu.sh ├── inference_dsprover2_2gpu.sh ├── inference_gpt_icl_2gpu.sh ├── inference_kimina_2gpu.sh ├── inference_think_2gpu.sh ├── inference_think_icl_2gpu.sh ├── step1_inference.py ├── step1_inference_claude_icl.py ├── step1_inference_dsprover2.py ├── step1_inference_gpt_icl.py ├── step1_inference_kimina.py ├── step1_inference_think.py ├── step1_inference_think_icl.py ├── step2_compile.py └── step3_summarize_compile.py └── to_parquet.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/README.md -------------------------------------------------------------------------------- /assets/fig-acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/assets/fig-acc.png -------------------------------------------------------------------------------- /assets/fig-problem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/assets/fig-problem.png -------------------------------------------------------------------------------- /assets/fig-ratio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/assets/fig-ratio.png -------------------------------------------------------------------------------- /assets/test.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /benchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/README.md -------------------------------------------------------------------------------- /benchmark/amgm_seed.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/amgm_seed.jsonl -------------------------------------------------------------------------------- /benchmark/amgm_type1.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/amgm_type1.jsonl -------------------------------------------------------------------------------- /benchmark/amgm_type2.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/amgm_type2.jsonl -------------------------------------------------------------------------------- /benchmark/cauchy_seed.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/cauchy_seed.jsonl -------------------------------------------------------------------------------- /benchmark/cauchy_type1.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/cauchy_type1.jsonl -------------------------------------------------------------------------------- /benchmark/cauchy_type2.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/cauchy_type2.jsonl -------------------------------------------------------------------------------- /benchmark/comp2_100.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/comp2_100.jsonl -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p10.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p10.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p11.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p11.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p12.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p12.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p13.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p13.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p14.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p14.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p15.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p15.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p16.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p16.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p17.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p17.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p18.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p18.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p19.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p19.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p20.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p20.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p21.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p21.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p22.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p22.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p23.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p23.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p24.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p24.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p25.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p25.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p6.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p6.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p7.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p7.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p8.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p8.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.18/amgm_p9.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.18/amgm_p9.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p10.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p10.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p11.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p11.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p12.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p12.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p13.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p13.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p14.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p14.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p15.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p15.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p16.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p16.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p17.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p17.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p18.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p18.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p19.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p19.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p20.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p20.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p21.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p21.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p22.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p22.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p23.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p23.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p24.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p24.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p25.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p25.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p6.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p6.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p7.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p7.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p8.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p8.lean -------------------------------------------------------------------------------- /benchmark/full_answer/amgm_valid_4.9/amgm_p9.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/amgm_valid_4.9/amgm_p9.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p10.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p10.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p11.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p11.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p12.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p12.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p13.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p13.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p14.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p14.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p15.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p15.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p16.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p16.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p17.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p17.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p18.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p18.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p19.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p19.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p20.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p20.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p21.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p21.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p22.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p22.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p23.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p23.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p24.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p24.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p25.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p25.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p6.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p6.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p7.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p7.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p8.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p8.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.18/cauchy_p9.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.18/cauchy_p9.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p10.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p10.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p11.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p11.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p12.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p12.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p13.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p13.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p14.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p14.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p15.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p15.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p16.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p16.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p17.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p17.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p18.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p18.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p19.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p19.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p20.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p20.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p21.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p21.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p22.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p22.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p23.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p23.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p24.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p24.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p25.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p25.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p6.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p6.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p7.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p7.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p8.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p8.lean -------------------------------------------------------------------------------- /benchmark/full_answer/cauchy_valid_4.9/cauchy_p9.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/cauchy_valid_4.9/cauchy_p9.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/induction_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/induction_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/induction_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/induction_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/induction_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/induction_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/induction_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/induction_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/induction_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/induction_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p10.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p10.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p6.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p6.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p7.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p7.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p8.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p8.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/jensen_p9.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/jensen_p9.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/schur_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/schur_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/schur_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/schur_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/schur_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/schur_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/schur_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/schur_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/schur_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/schur_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/sq_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/sq_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/sq_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/sq_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/sq_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/sq_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/sq_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/sq_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.18/sq_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.18/sq_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/induction_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/induction_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/induction_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/induction_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/induction_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/induction_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/induction_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/induction_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/induction_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/induction_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p10.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p10.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p6.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p6.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p7.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p7.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p8.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p8.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/jensen_p9.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/jensen_p9.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/schur_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/schur_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/schur_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/schur_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/schur_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/schur_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/schur_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/schur_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/schur_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/schur_p5.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/sq_p1.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/sq_p1.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/sq_p2.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/sq_p2.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/sq_p3.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/sq_p3.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/sq_p4.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/sq_p4.lean -------------------------------------------------------------------------------- /benchmark/full_answer/misc_valid_4.9/sq_p5.lean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/full_answer/misc_valid_4.9/sq_p5.lean -------------------------------------------------------------------------------- /benchmark/misc_seed.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/misc_seed.jsonl -------------------------------------------------------------------------------- /benchmark/misc_type1.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/misc_type1.jsonl -------------------------------------------------------------------------------- /benchmark/misc_type2.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/misc_type2.jsonl -------------------------------------------------------------------------------- /benchmark/real.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/benchmark/real.jsonl -------------------------------------------------------------------------------- /composition/algebraic_op.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/algebraic_op.py -------------------------------------------------------------------------------- /composition/algebraic_whole_op.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/algebraic_whole_op.py -------------------------------------------------------------------------------- /composition/amgm_problems.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/amgm_problems.jsonl -------------------------------------------------------------------------------- /composition/comp2_amgm_100.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/comp2_amgm_100.jsonl -------------------------------------------------------------------------------- /composition/comp_100.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/comp_100.jsonl -------------------------------------------------------------------------------- /composition/comp_amgm_100.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/comp_amgm_100.jsonl -------------------------------------------------------------------------------- /composition/comp_op.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/comp_op.py -------------------------------------------------------------------------------- /composition/mix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/mix.py -------------------------------------------------------------------------------- /composition/original_problems.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/original_problems.jsonl -------------------------------------------------------------------------------- /composition/problem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/composition/problem.py -------------------------------------------------------------------------------- /scripts_eval/batch_inference.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/batch_inference.sh -------------------------------------------------------------------------------- /scripts_eval/batch_inference_dsprover2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/batch_inference_dsprover2.sh -------------------------------------------------------------------------------- /scripts_eval/batch_inference_kimina.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/batch_inference_kimina.sh -------------------------------------------------------------------------------- /scripts_eval/batch_inference_think.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/batch_inference_think.sh -------------------------------------------------------------------------------- /scripts_eval/compile_summarize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/compile_summarize.sh -------------------------------------------------------------------------------- /scripts_eval/inference_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/inference_claude_icl_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_claude_icl_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/inference_dsprover2_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_dsprover2_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/inference_gpt_icl_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_gpt_icl_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/inference_kimina_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_kimina_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/inference_think_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_think_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/inference_think_icl_2gpu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/inference_think_icl_2gpu.sh -------------------------------------------------------------------------------- /scripts_eval/step1_inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference.py -------------------------------------------------------------------------------- /scripts_eval/step1_inference_claude_icl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference_claude_icl.py -------------------------------------------------------------------------------- /scripts_eval/step1_inference_dsprover2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference_dsprover2.py -------------------------------------------------------------------------------- /scripts_eval/step1_inference_gpt_icl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference_gpt_icl.py -------------------------------------------------------------------------------- /scripts_eval/step1_inference_kimina.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference_kimina.py -------------------------------------------------------------------------------- /scripts_eval/step1_inference_think.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference_think.py -------------------------------------------------------------------------------- /scripts_eval/step1_inference_think_icl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step1_inference_think_icl.py -------------------------------------------------------------------------------- /scripts_eval/step2_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step2_compile.py -------------------------------------------------------------------------------- /scripts_eval/step3_summarize_compile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/scripts_eval/step3_summarize_compile.py -------------------------------------------------------------------------------- /to_parquet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haoyuzhao123/LeanIneqComp/HEAD/to_parquet.py --------------------------------------------------------------------------------