A type II\* () fibre has
ProvedFTheoryK3.rootMultiplicity_discriminant_of_isE8PointLet be a field of characteristic zero and let . Suppose is an (Kodaira type II*) point, i.e.
Then the discriminant vanishes at to order exactly :
This is the local fingerprint of a type II* fibre: exceeds , so the discriminant inherits the smaller order. It is the per-brane multiplicity summed against the global bound.
Formalization Note. Characteristic zero guarantees and are nonzero in . An order of exactly implies in particular that .
import Definitions.Def_FTheoryK3Core
open Polynomial
variable {k : Type*} [Field k] [CharZero k]
namespace FTheoryK3
theorem rootMultiplicity_discriminant_of_isE8Point
(f g : k[X]) (t₀ : k) (h : IsE8Point f g t₀) :
(Δ f g).rootMultiplicity t₀ = 10 := by
sorry
end FTheoryK3
Read-back
What the Lean code literally says, in plain math · claude-opus-4-8
Read-back (blind, independent auditor). Let be a field of characteristic zero. For all and every , if (forcing and an actual root of ) and (forcing and an actual root of ), then . A multiplicity of exactly in particular asserts is a genuine root of and that this polynomial is nonzero.
Confirmed by the mission captain (proposal self-audit).