Documentation

LeanPool.Incompleteness.Arithmetization.ISigmaOne.Metamath.Formula.Iteration

Iteration #

def LO.FirstOrder.Semiformula.replicate {L : Language} {ξ : Type u_1} {n : } (p : Semiformula L ξ n) :
Semiformula L ξ n

Imported declaration from the Incompleteness formalization.

Equations
Instances For
    theorem LO.FirstOrder.Semiformula.replicate_zero {L : Language} {ξ : Type u_1} {n : } (p : Semiformula L ξ n) :
    p.replicate 0 = p
    theorem LO.FirstOrder.Semiformula.replicate_succ {L : Language} {ξ : Type u_1} {n : } (p : Semiformula L ξ n) (k : ) :
    p.replicate (k + 1) = p p.replicate k
    def LO.FirstOrder.Semiformula.weight {L : Language} {ξ : Type u_1} {n : } (k : ) :

    Imported declaration from the Incompleteness formalization.

    Equations
    Instances For

      Imported declaration from the Incompleteness formalization.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Imported declaration from the Incompleteness formalization.

        Equations
        Instances For
          noncomputable def LO.Arith.qqConj {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (ps : V) :
          V

          Imported declaration from the Incompleteness formalization.

          Equations
          Instances For

            Imported declaration from the Incompleteness formalization.

            Equations
            Instances For
              @[simp]
              theorem LO.Arith.qqConj_cons {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (p ps : V) :
              qqConj (cons p ps) = qqAnd p (qqConj ps)

              Imported declaration from the Incompleteness formalization.

              Equations
              Instances For
                instance LO.Arith.qqConj_definable' {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] {Γ : SigmaPiDelta} {m : } :
                { Γ := Γ, rank := m + 1 }-Function₁ qqConj
                @[simp]
                theorem LO.Arith.qqConj_semiformula {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] {L : Arith.Language V} {pL : FirstOrder.Arith.LDef} [L.Defined pL] {n ps : V} :
                L.IsSemiformula n (qqConj ps) i < len ps, L.IsSemiformula n (nth ps i)
                @[simp]
                theorem LO.Arith.len_le_conj {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (ps : V) :
                len ps qqConj ps

                Imported declaration from the Incompleteness formalization.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Imported declaration from the Incompleteness formalization.

                  Equations
                  Instances For
                    noncomputable def LO.Arith.qqDisj {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (ps : V) :
                    V

                    Imported declaration from the Incompleteness formalization.

                    Equations
                    Instances For

                      Imported declaration from the Incompleteness formalization.

                      Equations
                      Instances For
                        @[simp]
                        theorem LO.Arith.qqDisj_cons {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (p ps : V) :
                        qqDisj (cons p ps) = qqOr p (qqDisj ps)

                        Imported declaration from the Incompleteness formalization.

                        Equations
                        Instances For
                          instance LO.Arith.qqDisj_definable' {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] {m : } (Γ : SigmaPiDelta) :
                          { Γ := Γ, rank := m + 1 }-Function₁ qqDisj
                          @[simp]
                          theorem LO.Arith.qqDisj_semiformula {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] {L : Arith.Language V} {pL : FirstOrder.Arith.LDef} [L.Defined pL] {n ps : V} :
                          L.IsSemiformula n (qqDisj ps) i < len ps, L.IsSemiformula n (nth ps i)

                          Imported declaration from the Incompleteness formalization.

                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            Imported declaration from the Incompleteness formalization.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              noncomputable def LO.Arith.Formalized.substItr {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (w p k : V) :
                              V

                              Imported declaration from the Incompleteness formalization.

                              Equations
                              Instances For
                                @[simp]
                                theorem LO.Arith.Formalized.substItr_zero {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (w p : V) :
                                substItr w p 0 = 0
                                @[simp]
                                theorem LO.Arith.Formalized.substItr_succ {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (w p k : V) :
                                substItr w p (k + 1) = cons (⌜ℒₒᵣ⌝.substs (cons (numeral k) w) p) (substItr w p k)

                                Imported declaration from the Incompleteness formalization.

                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For
                                  @[simp]
                                  theorem LO.Arith.Formalized.len_substItr {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (w p k : V) :
                                  len (substItr w p k) = k
                                  @[simp]
                                  theorem LO.Arith.Formalized.substItr_nth {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (w p k : V) {i : V} (hi : i < k) :
                                  nth (substItr w p k) i = ⌜ℒₒᵣ⌝.substs (cons (numeral (k - (i + 1))) w) p
                                  noncomputable def LO.Arith.qqVerums {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (k : V) :
                                  V

                                  Imported declaration from the Incompleteness formalization.

                                  Equations
                                  Instances For
                                    @[simp]
                                    theorem LO.Arith.le_qqVerums {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (k : V) :

                                    Imported declaration from the Incompleteness formalization.

                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      instance LO.Arith.qqVerums_definable' {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] {Γ : SigmaPiDelta} {m : } :
                                      { Γ := Γ, rank := m + 1 }-Function₁ qqVerums
                                      @[simp]
                                      theorem LO.Arith.qqVerums_succ {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈Sg1] (k : V) :