Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

residual_budget

Proved
FTheoryK3Tate.residual_budget

by andreaskapfer · Sep 22, 2026 · Mathlib 0df444a (Lean v4.33.1)

algebraic-geometryelliptic-curveselliptic-surfacesf-theorymathematical-physics

Residual budget. For a characteristic-zero K3-degree model, a finite set EEE of E8E_8E8​ (type II∗\mathrm{II}^*II∗) points, and a finite set SSS disjoint from EEE, 10∣E∣+∑t∈Sord⁡tΔ≤2410|E| + \sum_{t \in S}\operatorname{ord}_t\Delta \le 2410∣E∣+∑t∈S​ordt​Δ≤24. In particular two E8E_8E8​ points leave at most 444 for the remaining fibres. Stated additively to avoid truncated subtraction.

Preamble
import Definitions.Def_FTheoryK3TateCore
open Polynomial
Formal statement
namespace FTheoryK3Tate
variable {k : Type*} [Field k] [CharZero k]
/-- Corollary (residual budget). Fix a finite set `E` of `E₈` (type II*) points and a finite set
    `S` of further base points disjoint from `E`. Each `E₈` point uses `10` of the discriminant
    budget, so
    `10 * |E| + ∑_{t ∈ S} ord_t Δ ≤ 24`.
    In particular, two `E₈` points leave at most `4` for the remaining fibres. Stated additively
    to avoid truncated natural-number subtraction. -/
theorem residual_budget (f g : k[X]) (h : IsK3Data f g)
    (E S : Finset k) (hE : ∀ t ∈ E, IsE8Point f g t) (hd : Disjoint E S) :
    10 * E.card + ∑ t ∈ S, (Δ f g).rootMultiplicity t ≤ 24 := by
  sorry
end FTheoryK3Tate
Source
Kodaira/Tate classification of singular fibres: J. Tate (LNM 476, 1975); M. Schuett, T. Shioda, Elliptic Surfaces, arXiv:0907.0298; F-theory dictionary: T. Weigand, TASI Lectures on F-theory, arXiv:1806.01854.
Human review
  • Endorsed by Shuze Chen · Sep 22, 2026

  • Endorsed by andreaskapfer · Sep 22, 2026

    Confirmed by the mission captain (proposal self-audit).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me