Documentation
Atlas
.
AlgebraNotes
.
code
.
Ideals
Search
return to top
source
Imports
Init
Mathlib
Imported by
Ideals
.
IsIdeal
Ideals
.
principalIdeal
Ideals
.
instCommRingQuotient
Ideals
.
isMaximal_iff
source
def
Ideals
.
IsIdeal
(
R
:
Type
u_1)
[
Ring
R
]
(
I
:
Set
R
)
:
Prop
Instances For
source
def
Ideals
.
principalIdeal
(
R
:
Type
u_1)
[
CommRing
R
]
(
a
:
R
)
:
Ideal
R
Instances For
source
@[implicit_reducible]
instance
Ideals
.
instCommRingQuotient
(
R
:
Type
u_1)
[
CommRing
R
]
(
I
:
Ideal
R
)
:
CommRing
(
R
⧸
I
)
source
theorem
Ideals
.
isMaximal_iff
(
R
:
Type
u_1)
[
CommRing
R
]
(
I
:
Ideal
R
)
:
I
.
IsMaximal
↔
I
≠
⊤
∧
∀ (
J
:
Ideal
R
),
I
≤
J
→
J
=
I
∨
J
=
⊤