Theorems · Inductive type · field theory
Field
Type u → Type u
A Field is a CommRing with multiplicative inverses for nonzero elements.
An instance of Field K includes maps ratCast : ℚ → K and qsmul : ℚ → K → K.
Those two fields are needed to implement the DivisionRing K → Algebra ℚ K instance since we need
to control the specific definitions for some special cases of K (in particular K = ℚ itself).
See also note [forgetful inheritance].
If the field has positive characteristic p, our division by zero convention forces
ratCast (1 / p) = 1 / 0 = 0.
- Defined in
- Mathlib.Algebra.Field.Defs
- Cited by
- 7,404 results in Mathlib
- Foundations
- Depth 0 from the axioms, rests on 1 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by8,507
Results whose statement or proof uses this declaration.
- IntermediateFieldstatement · cited by 988
- NumberFieldstatement · cited by 653
- NumberField.InfinitePlacestatement and proof · cited by 604
- NumberField.RingOfIntegersstatement and proof · cited by 413
- IntermediateField.adjoinstatement and proof · cited by 382
- NumberField.InfinitePlace.IsRealstatement and proof · cited by 301
- NumberField.InfinitePlace.IsComplexstatement and proof · cited by 272
- NumberField.mixedEmbedding.mixedSpacestatement and proof · cited by 239
- CauSeqstatement and proof · cited by 189
- ValuationSubringstatement · cited by 187
- IsAlgClosedstatement · cited by 150
- IsGaloisstatement · cited by 149
Showing the 200 most cited of 8,507.