Mathlib Map

Theorems · Definition · number theory

WittVector.RecursionMain.succNthVal

(p : ℕ) →
  [hp : Fact (Nat.Prime p)] →
    {k : Type u_1} →
      [inst : Field k] →
        [CharP k p] →
          [IsAlgClosed k] → (n : ℕ) → (a₁ a₂ : WittVector p k) → (Fin (n + 1) → k) → a₁.coeff 0 ≠ 0 → a₂.coeff 0 ≠ 0 → k

This is the n+1st coefficient of our solution, projected from root_exists.

Defined in
Mathlib.RingTheory.WittVector.FrobeniusFractionField
Cited by
5 results in Mathlib
Foundations
Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactFieldCharPIsAlgClosed

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.

Cited by6

Results whose statement or proof uses this declaration.