Basic divisor API aliases #
This file re-exports the coordinate divisor API from FunctionField.Divisor under the names
used in downstream modules (degA, placeDegA), and hosts the standing
IsFullConstantField hypothesis.
Backward-compatible alias for placeDegree.
Equations
- FunctionField.placeDegA k K v = FunctionField.Chart.placeDegree k K v
Instances For
Backward-compatible alias for deg.
Equations
- FunctionField.degA k K D = FunctionField.Chart.deg k K D
Instances For
Every element of K that is algebraic over the base field k is already in k.
This is the standing hypothesis for the Stichtenoth/Serre adelic proof track. It is equivalent
to k being relatively algebraically closed in K, i.e. Mathlib's algebraicClosure k K = ⊥;
see FunctionField.isFullConstantField_iff_algebraicClosure_eq_bot.
- algebraic_mem (x : K) : IsAlgebraic k x → ∃ (c : k), x = (algebraMap k K) c
Every element of
Kthat is algebraic overkalready lies in the image ofk.
Instances
IsFullConstantField k K is exactly the statement that k is relatively algebraically
closed in K, i.e. it coincides with Mathlib's algebraicClosure k K = ⊥. This identifies the
standing hypothesis with the standard field-theoretic notion.