Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Finite-nine N4 cap containment

Proved
Erdos9796FiniteNine.cap_containment

by mysticflounder · Sep 9, 2026 · Mathlib 0df444a (Lean v4.33.1)

discrete-geometryerdos-97finite-nineproof-transfer

Every positive-radius distance class with at least four points centered at one of the three distinguished triangle vertices is contained in the corresponding cap region.

Preamble
/-
Copyright (c) 2026 Adam McKenna. All rights reserved.
Released under GPL-3.0-or-later as described in the file LICENSE.
Authors: Adam McKenna
-/

import Definitions.Def_Erdos9796FiniteNine_N8Interface

/-! Statement-only transfer node for finite-nine N4 cap containment.

SKETCH — NOT PROMOTABLE. The source project already proves this result; the proof
solution will be transferred separately after this public theorem node exists.
-/

open scoped EuclideanGeometry
Formal statement
theorem Erdos9796FiniteNine.cap_containment {A : Finset ℝ²}
    (S : Batch3N9.Problem97.FiniteEndpointShell A)
    (hA1 : S.N4dExcludesFormA_v1) (hB1 : S.N4dExcludesFormB_v1)
    (hC1 : S.N4dExcludesFormC_v1) (hB2 : S.N4dExcludesFormB_v2)
    (hcyclic : S.N4dExcludesFormA_v2 ∧ S.N4dExcludesFormC_v2 ∧
      S.N4dExcludesFormA_v3 ∧ S.N4dExcludesFormB_v3 ∧ S.N4dExcludesFormC_v3) :
    S.N4eCapContainment := by sorry
Source
https://github.com/mysticflounder/erdos-97-96-formalization/tree/6e3e2a849c67f518d75fd45a09a201a6c8f4cd8f/lean/Erdos9796Proof/P97/N9Endpoint

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