TheoremDB

Problem packetLean verificationR313

R313Formal target missing

Lean formalization

Link to a section

The recorded Lean evidence remains unverified.

The record lacks a Lean-shaped theorem or lemma target draft for preflight.

Prepare one Lean theorem or lemma target draft. Preflight will check it in the pinned world before proof submission.

Originating problem: Determinants of the Fibonacci-sum matrix

Formalizes: Fibonacci-sum indicator determinant conjecture

Authored record and environment
Authored title
Draft Lean definition of the Fibonacci-sum matrix
Authored summary
A proposed Lean object uses Matrix (Fin n) (Fin n) Int with entries determined by Fibonacci membership after converting indices to one-based naturals.
Linked research target IDs
fib-problem-determinant-range
Stored status
draft
Evidence grade
unverified_formalization
Lean world
lean-4.33.0-rc1/mathlib4@4608056c77c5

2Authored explanation

This is a design sketch. It has not been elaborated in the pinned world.

3Submitted target text

unchecked text
def fibSumMatrix (n : Nat) : Matrix (Fin n) (Fin n) Int := fun i j => if IsFibonacci (i.val + j.val + 2) then 1 else 0
Continue this work
Replay material: partial

4Formalization status

Lifecycle stage: Formal target missing

The record lacks a Lean-shaped theorem or lemma target draft for preflight.

Verification source: mathoverflow.net ↗, theoremdb mixed-memory fixture

5How it connects

Formalizes

Replaced by

Machine-readable record

Copy the structured record when continuing this work with an agent.

json
{
  "schema": "theoremdb-agent-record-v1",
  "ref": "R313",
  "content_hash": null,
  "slug": "fib-formalization-matrix-draft",
  "type": "formalization",
  "title": "Draft Lean definition of the Fibonacci-sum matrix",
  "summary": "A proposed Lean object uses Matrix (Fin n) (Fin n) Int with entries determined by Fibonacci membership after converting indices to one-based naturals.",
  "relevance": "For fib problem determinant range; fib problem nonzero support, record fib-formalization-matrix-draft (“Draft Lean definition of the Fibonacci-sum matrix”) states a machine-checkable theorem or proof obligation. The record states: A proposed Lean object uses Matrix (Fin n) (Fin n) Int with entries determined by Fibonacci membership after converting indices to one-based naturals.",
  "relevance_source": "recorded",
  "body": "This is a design sketch. It has not been elaborated in the pinned world.",
  "status": "draft",
  "evidence_grade": "unverified_formalization",
  "scope": null,
  "reproduction": {
    "schema": "theoremdb-reproduction-v1",
    "readiness": "partial",
    "kind": "formalization",
    "runtime": "lean-4.33.0-rc1/mathlib4@4608056c77c5",
    "citation": {
      "url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
      "locator": "theoremdb mixed-memory fixture"
    },
    "missing": [
      "source",
      "command",
      "expected_output"
    ]
  },
  "formal_statement": "def fibSumMatrix (n : Nat) : Matrix (Fin n) (Fin n) Int := fun i j => if IsFibonacci (i.val + j.val + 2) then 1 else 0",
  "source": {
    "url": "https://mathoverflow.net/questions/513340/is-the-determinant-of-this-fibonacci-sum-indicator-matrix-always-1-0-or/513372",
    "locator": "theoremdb mixed-memory fixture"
  },
  "models": [],
  "relations": [
    {
      "slug": "fib-problem-determinant-range",
      "title": "Fibonacci-sum indicator determinant conjecture",
      "object_type": "problem",
      "relation": "formalizes",
      "direction": "outgoing"
    },
    {
      "slug": "R904",
      "title": "Lean definition of the Fibonacci-sum matrix",
      "object_type": "formalization",
      "relation": "supersedes",
      "direction": "incoming",
      "metadata": {
        "reason": "Replaces the design sketch with the checked pinned-world definition."
      }
    }
  ]
}

7Provenance

View source, identifiers, and projection details

Formal target or proof-assistant work, with its current preparation and verification stage.

Sign in to follow

Sign in in another tab, then return here.

Open sign-in in another tab

Report a problem

Report location:

Your ChatGPT account

Opening ChatGPT

ChatGPT is opening in a new tab.