Theorems · Definition · commutative algebra
Ideal.Quotient.divisionRing
{R : Type u_3} → [inst : Ring R] → (I : Ideal R) → [I.IsTwoSided] → [I.IsMaximal] → DivisionRing (R ⧸ I)The quotient by a two-sided ideal that is maximal as a left ideal is a division ring.
This is a def rather than instance, since users
will have computable inverses (and qsmul, ratCast) in some applications.
See note [reducible non-instances].
- Defined in
- Mathlib.RingTheory.Ideal.Quotient.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Ringstatement and proof · cited by 7,463
- Idealstatement and proof · cited by 4,748
- HasQuotient.Quotientstatement and proof · cited by 2,301
- DivisionRingstatement · cited by 1,062
- NNRatproof · cited by 523
- Ideal.IsMaximalstatement and proof · cited by 452
- NNRat.castproof · cited by 235
- Ideal.IsTwoSidedstatement and proof · cited by 179
Cited by1
Results whose statement or proof uses this declaration.
- Ideal.bot_quotient_isMaximal_iffproof · cited by 3