Back to Problems
exists_semiring_unique_left_maximal_not_unique_right_maximal
Specification
There exists a semiring with a unique left maximal ideal but more than one right maximal ideals.
Lean 4 Statement
theorem exists_semiring_unique_left_maximal_not_unique_right_maximal :
∃ (R : Type) (_ : Semiring R), (∃! I : Ideal R, I.IsMaximal) ∧
∃ I J : Ideal Rᵐᵒᵖ, I.IsMaximal ∧ J.IsMaximal ∧ I ≠ J
Browse
All Problems
Explore all 300 unsolved conjectures.
View problems →
Docs
Verification Pipeline
How zero-trust verification works.
Read docs →
Evaluation Results
Recent Submissions
No submissions yet. Be the first to attempt this problem.