Documentation

Mathlib.ModelTheory.Algebra.Field.CharP

First-order theory of fields #

This file defines the first-order theory of fields of characteristic p as a theory over the language of rings

Main definitions #

noncomputable def FirstOrder.Field.eqZero (n : ) :

For a given natural number n, eqZero n is the sentence in the language of rings saying that n is zero.

Instances For
    @[simp]
    theorem FirstOrder.Field.realize_eqZero {K : Type u_1} [CommRing K] [Ring.CompatibleRing K] (n : ) (v : EmptyK) :
    Language.Formula.Realize (eqZero n) v n = 0

    The first-order theory of fields of characteristic p as a theory over the language of rings

    Instances For