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 terms,*⟫) | (⟪$term:term⟫) => (_ term2) => `(⟪term2⟫) | _ => throw () lemma pair_graph {a b c : V} : c = ⟪a, b⟫ ↔ (a...
Source project: Foundation
Person-level attribution pending.