Documentation

Foundation.FirstOrder.Bootstrapping.Syntax.Term.Functions

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              @[simp]
              theorem LO.FirstOrder.Arithmetic.Bootstrapping.termSubst_func {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {w k f v : V} (hkf : L.IsFunc k f) (hv : IsUTermVec L k v) :
              termSubst L w (qqFunc k f v) = qqFunc k f (termSubstVec L k w v)
              @[simp]
              theorem LO.FirstOrder.Arithmetic.Bootstrapping.nth_termSubstVec {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {w k ts i : V} (hts : IsUTermVec L k ts) (hi : i < k) :
              nth (termSubstVec L k w ts) i = termSubst L w (nth ts i)
              theorem LO.FirstOrder.Arithmetic.Bootstrapping.termSubstVec_cons {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {w k t ts : V} (ht : IsUTerm L t) (hts : IsUTermVec L k ts) :
              termSubstVec L (k + 1) w (adjoin t ts) = adjoin (termSubst L w t) (termSubstVec L k w ts)
              @[simp]
              theorem LO.FirstOrder.Arithmetic.Bootstrapping.termSubstVec_cons₂ {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {w t₁ t₂ : V} (ht₁ : IsUTerm L t₁) (ht₂ : IsUTerm L t₂) :
              termSubstVec L 2 w ?[t₁, t₂] = ?[termSubst L w t₁, termSubst L w t₂]
              theorem LO.FirstOrder.Arithmetic.Bootstrapping.termSubst_eq_self {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {n w t : V} (ht : IsSemiterm L n t) (H : i < n, nth w i = qqBvar i) :
              termSubst L w t = t
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        @[simp]
                        theorem LO.FirstOrder.Arithmetic.Bootstrapping.termShift_func {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {k f v : V} (hkf : L.IsFunc k f) (hv : IsUTermVec L k v) :
                        termShift L (qqFunc k f v) = qqFunc k f (termShiftVec L k v)
                        @[simp]
                        theorem LO.FirstOrder.Arithmetic.Bootstrapping.nth_termShiftVec {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {k ts i : V} (hts : IsUTermVec L k ts) (hi : i < k) :
                        nth (termShiftVec L k ts) i = termShift L (nth ts i)
                        @[simp]
                        theorem LO.FirstOrder.Arithmetic.Bootstrapping.termShiftVec_cons₂ {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {t₁ t₂ : V} (ht₁ : IsUTerm L t₁) (ht₂ : IsUTerm L t₂) :
                        termShiftVec L 2 ?[t₁, t₂] = ?[termShift L t₁, termShift L t₂]
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              • One or more equations did not get rendered due to their size.
                              Instances For
                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For
                                  @[simp]
                                  theorem LO.FirstOrder.Arithmetic.Bootstrapping.termBShift_func {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {k f v : V} (hkf : L.IsFunc k f) (hv : IsUTermVec L k v) :
                                  termBShift L (qqFunc k f v) = qqFunc k f (termBShiftVec L k v)
                                  @[simp]
                                  theorem LO.FirstOrder.Arithmetic.Bootstrapping.nth_termBShiftVec {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {k ts i : V} (hts : IsUTermVec L k ts) (hi : i < k) :
                                  nth (termBShiftVec L k ts) i = termBShift L (nth ts i)
                                  @[simp]
                                  theorem LO.FirstOrder.Arithmetic.Bootstrapping.termBShiftVec_cons₂ {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {t₁ t₂ : V} (ht₁ : IsUTerm L t₁) (ht₂ : IsUTerm L t₂) :
                                  termBShiftVec L 2 ?[t₁, t₂] = ?[termBShift L t₁, termBShift L t₂]
                                  Equations
                                  • One or more equations did not get rendered due to their size.
                                  Instances For
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      @[simp]
                                      theorem LO.FirstOrder.Arithmetic.Bootstrapping.termSubstVec_qVec_qVec {V : Type u_1} [ORingStructure V] [V ⊧ₘ* 𝗜𝚺₁] {L : Language} [L.Encodable] [L.LORDefinable] {v w l n m : V} (hv : IsSemitermVec L l n v) (hw : IsSemitermVec L n m w) :
                                      termSubstVec L (l + 1) (qVec L w) (qVec L v) = qVec L (termSubstVec L l w v)
                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For
                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For
                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For
                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For
                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                Equations
                                                • One or more equations did not get rendered due to their size.
                                                Instances For
                                                  Equations
                                                  • One or more equations did not get rendered due to their size.
                                                  Instances For