theorem
addval_ne_top
{F : Type u_1}
[Field F]
(v : AddValuation F (WithTop ℤ))
{x : F}
(hx : x ≠ 0)
:
theorem
ne_zero_of_val_coe
{F : Type u_1}
[Field F]
{v : AddValuation F (WithTop ℤ)}
{x : F}
{a : ℤ}
(h : v x = ↑a)
:
theorem
construct_tn
{F : Type u_1}
[Field F]
(m : ℕ)
(v : Fin (m + 1) → AddValuation F (WithTop ℤ))
(hv_surj : ∀ (i : Fin (m + 1)), ∃ (u : F), (v i) u = ↑1)
(hv_incomp : ∀ (i j : Fin (m + 1)), i ≠ j → ¬∀ (x : F), 0 ≤ (v i) x → 0 ≤ (v j) x)
(t' : Fin m → F)
(ht' : ∀ (i j : Fin m), (v i.castSucc) (t' j) = ↑(if i = j then 1 else 0))
: