Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 31 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

31 results

Clear filters
Project-declaredLean 4.32.1

Polynomial induction

LO.FirstOrder.Arithmetic.polynomial_induction

Project documentation

!⟪x, y, z, ...⟫ notation for Seq -/ syntax "⟪" term,* "⟫" : term macro_rules | (⟪$term:term, $terms:term,*⟫) => (pair termterm ⟪terms,*⟫) | (⟪$term:term⟫) => (term)@[appunexpanderpair]metadefpairUnexpander:Lean.PrettyPrinter.Unexpander(term) @[app_unexpander pair] meta def pairUnexpander : Lean.PrettyPrinter.Unexpander | `(_ termterm term2) => `(⟪term,term, term2⟫) | _ => throw () lemma pair_graph {a b c : V} : c = ⟪a, b⟫ ↔ (a...

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

Quote ball

LO.FirstOrder.Arithmetic.quote_ball

Plain-language statement

The code of the bounded universal ∀¹[#0 < bShift t] φ is qqBall (termBShift ⌜t⌝) ⌜φ⌝.

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

True restricted Gödel

LO.FirstOrder.Arithmetic.true_restrictedGödel

Project documentation

Gödel sentence by restricted provability -/ noncomputable abbrev restrictedGödel (e : ℕ) (T : Theory L) [T.Δ₁] : ArithmeticSentence := fixedpoint (∼(T.restrictedProvable e)) private noncomputable abbrev restrictedGödel' (e : ℕ) (T : Theory L) [T.Δ₁] : ArithmeticSentence := ∼(T.restrictedProvable e)/[⌜restrictedGödel e T⌝] private lemma restrictedGödel'_si...

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

Undecidability first order logic

LO.FirstOrder.Arithmetic.undecidability_first_order_logic

Project documentation

Church's theorem: the set of (purely logically, i.e. -)provable sentences is not computable.

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

Unprovable flon

LO.FirstOrder.ProvabilityAbstraction.unprovable_flon

Project documentation

Formalized law of noncontradiction cannot be proved. Alternative formulation of Gödel's second incompleteness theorem.

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record