Back to Problems
exists_semiring_unique_left_right_maximal_ne
Specification
There exists a semiring with a unique left maximal ideal and a unique right maximal ideal which are not the same as sets.
Lean 4 Statement
theorem exists_semiring_unique_left_right_maximal_ne :
answer(sorry) ↔ ∃ (R : Type) (_ : Semiring R) (hI : ∃! I : Ideal R, I.IsMaximal)
(hJ : ∃! J : Ideal Rᵐᵒᵖ, J.IsMaximal),
(hI.choose : Set R) ≠ MulOpposite.op ⁻¹' hJ.choose
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.