1Aleph Prover(logicalintelligence.com)27 solved
Other solved problems
How produced
Solved without human intervention. Two `native_decide`'s were used in the AI-generated proof(one as `interval_cases k <;> native_decide`). Those were replaced with `decide` manually. The goals that were solved by `native_decide`->`decide` were: ``` ⊢ ∑ i ∈ Finset.Icc 1 0, i * (i - 2) ≤ 0 * (0 - 1) * (0 - 2) / 2 case pos.«0» k : ℕ ih : ∑ i ∈ Finset.Icc 1 0, i * (i - 2) ≤ 0 * (0 - 1) * (0 - 2) / 2 hk : 0 < 3 ⊢ ∑ i ∈ Finset.Icc 1 (0 + 1), i * (i - 2) ≤ (0 + 1) * (0 + 1 - 1) * (0 + 1 - 2) / 2 case pos.«1» k : ℕ ih : ∑ i ∈ Finset.Icc 1 1, i * (i - 2) ≤ 1 * (1 - 1) * (1 - 2) / 2 hk : 1 < 3 ⊢ ∑ i ∈ Finset.Icc 1 (1 + 1), i * (i - 2) ≤ (1 + 1) * (1 + 1 - 1) * (1 + 1 - 2) / 2 case pos.«2» k : ℕ ih : ∑ i ∈ Finset.Icc 1 2, i * (i - 2) ≤ 2 * (2 - 1) * (2 - 2) / 2 hk : 2 < 3 ⊢ ∑ i ∈ Finset.Icc 1 (2 + 1), i * (i - 2) ≤ (2 + 1) * (2 + 1 - 1) * (2 + 1 - 2) / 2 ``` (Aleph wasn't rerun in strict mode just to save time)
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved without human intervention Solution to glAction_range_eq_centralizer_symAction was used for this proof as internally all the benchmark problems were put into a single Lean project. We manually inlined that solution.
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
How produced
Solved without human intervention. Then manual one-line fix applied for 4.30 because, as of now, Aleph only supports lean/mathlib versions up to 4.29. ``` 34 - exact ⟨(SimpleGraph.Embedding.induce S).comp f⟩ 34 + exact ⟨(SimpleGraph.Copy.induce G S).comp f⟩ ```
How produced
Solved completely autonomously without human intervention
How produced
Solved completely autonomously without human intervention
Test problems: def_hole_example, instance_hole_example, ci_regenerate_main_check, list_append_singleton_length, two_plus_two (5 / 5 solved)
Submission history
Contributors