Canonical lookup and validity of coverage summaries #
Retrieve the generated pattern summary having one source origin.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Retrieve the generated hard summary having one source origin.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Erdos97Octagon.RawIncidence.StaticDirectCoverage.patternSummaryForOriginLookup_valid
{origin : ℕ}
{summary : PatternSummary}
(hlookup : patternSummaryForOriginLookup origin = some summary)
:
summary.Valid
Every pattern returned by the canonical origin lookup is globally audited.
theorem
Erdos97Octagon.RawIncidence.StaticDirectCoverage.hardSummaryForOriginLookup_valid
{origin : ℕ}
{summary : HardSummary}
(hlookup : hardSummaryForOriginLookup origin = some summary)
:
summary.Valid
Every exact summary returned by the canonical origin lookup is globally audited.