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.

Actions

Submit a Proof

Have a proof attempt? Submit it for zero-trust verification.

Submit Proof
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
ID: Mathoverflow__486451__exists_semiring_unique_left_right_maximal_ne
Browse 300 unsolved math conjectures formalized in Lean 4
Browse

All Problems

Explore all 300 unsolved conjectures.

View problems →
ASI Prize documentation for formal verification pipeline
Docs

Verification Pipeline

How zero-trust verification works.

Read docs →
Evaluation Results

Recent Submissions

No submissions yet. Be the first to attempt this problem.