Documentation

Mathlib.Algebra.EuclideanDomain.Field

Instances for Euclidean domains #

@[instance 100]
Equations
    @[simp]
    theorem Field.mod_eq {K : Type u_1} [Field K] (a b : K) :
    a % b = a - a * b / b
    @[simp]
    theorem Field.gcd_eq {K : Type u_1} [Field K] [DecidableEq K] (a b : K) :
    theorem Field.gcd_zero_eq {K : Type u_1} [Field K] [DecidableEq K] (b : K) :
    theorem Field.gcd_eq_of_ne {K : Type u_1} [Field K] [DecidableEq K] {a : K} (ha : a 0) (b : K) :