Draft — mutable and not usable as a dependency; its citation marks the draft state.

Lax68.StarTree

Stars are trees

concepts/Lax68/StarTree.lean · lax-68

open

Loading review…

Sign in with ORCID

Community review

Flags

Each flag is tied to a public ORCID identity and explains why this concept may be incorrect.

No flags have been submitted.

    Community review

    Flag this concept

    State precisely what appears incorrect. This explanation will be public under your ORCID name.

    No source line selected.

    Concept map

    Open claimDefinitionThis conceptRelated conceptA → B: B builds on A

    Evidence

    Each proof establishes this claim relative to its assumptions.

    No proof in the archive yet — this claim is open.

    Theorem

    Every star graph is a tree.

    Lean source view on GitHub

    1import Lax68.Stars
    2import Lax68.Trees
    3
    4/-!
    5---
    6title: Stars are trees
    7type: theorem
    8---
    9Every star graph is a tree.
    10-/
    11
    12set_option autoImplicit false
    13
    14namespace Lax68.StarTree
    15
    16axiom star_tree {V : Type*} {G : SimpleGraph V} :
    17 Lax68.Stars.IsStar G →
    18 Lax68.Trees.IsTree G
    19
    20end Lax68.StarTree
    21

    Used by

    none

    From Mathlib

    none

    Community review

    Discussion

    Ask a question or add context. Endorsements and structured flags are kept in the review panel above; your ORCID profile must share a public name.

    0 comments

    Loading discussion…