Documentation

Foundation.FirstOrder.Internal.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
          @[simp]
          @[simp]
          theorem LO.ISigma1.Metamath.termSubst_func {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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.ISigma1.Metamath.len_termSubstVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {w k ts : V} (hts : IsUTermVec L k ts) :
          len (termSubstVec L k w ts) = k
          @[simp]
          theorem LO.ISigma1.Metamath.nth_termSubstVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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.ISigma1.Metamath.termSubstVec_cons {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {w k t ts : V} (ht : IsUTerm L t) (hts : IsUTermVec L k ts) :
          termSubstVec L (k + 1) w (cons t ts) = cons (termSubst L w t) (termSubstVec L k w ts)
          @[simp]
          theorem LO.ISigma1.Metamath.termSubstVec_cons₂ {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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₂]
          @[simp]
          theorem LO.ISigma1.Metamath.termSubst_termSubst {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {l n w v t : V} (hv : IsSemitermVec L l n v) (ht : IsSemiterm L l t) :
          termSubst L w (termSubst L v t) = termSubst L (termSubstVec L l w v) t
          theorem LO.ISigma1.Metamath.termSubst_eq_self {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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
              @[simp]
              theorem LO.ISigma1.Metamath.termShift_func {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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]
              @[simp]
              theorem LO.ISigma1.Metamath.nth_termShiftVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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)
              theorem LO.ISigma1.Metamath.termShiftVec_cons {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {k t ts : V} (ht : IsUTerm L t) (hts : IsUTermVec L k ts) :
              termShiftVec L (k + 1) (cons t ts) = cons (termShift L t) (termShiftVec L k ts)
              @[simp]
              @[simp]
              theorem LO.ISigma1.Metamath.termShiftVec_cons₂ {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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
                  @[simp]
                  theorem LO.ISigma1.Metamath.termBShift_func {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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]
                  @[simp]
                  theorem LO.ISigma1.Metamath.nth_termBShiftVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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)
                  theorem LO.ISigma1.Metamath.termBShiftVec_cons {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {k t ts : V} (ht : IsUTerm L t) (hts : IsUTermVec L k ts) :
                  termBShiftVec L (k + 1) (cons t ts) = cons (termBShift L t) (termBShiftVec L k ts)
                  @[simp]
                  @[simp]
                  theorem LO.ISigma1.Metamath.termBShiftVec_cons₂ {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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
                    @[simp]
                    theorem LO.ISigma1.Metamath.len_qVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {k w : V} (h : IsUTermVec L k w) :
                    len (qVec L w) = k + 1
                    theorem LO.ISigma1.Metamath.bShift_substs {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {n m w t : V} (ht : IsSemiterm L n t) (hw : IsSemitermVec L n m w) :
                    theorem LO.ISigma1.Metamath.substs_qVec_bShift {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {n t m w : V} (ht : IsSemiterm L n t) (hw : IsSemitermVec L n m w) :
                    termSubst L (qVec L w) (termBShift L t) = termBShift L (termSubst L w t)
                    theorem LO.ISigma1.Metamath.termSubstVec_qVec_qVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.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)
                    theorem LO.ISigma1.Metamath.termShift_qVec {V : Type u_1} [ORingStruc V] [V ⊧ₘ* 𝐈𝚺₁] {L : FirstOrder.Language} [L.Encodable] [L.LORDefinable] {n m w : V} (hw : IsSemitermVec L n m w) :
                    termShiftVec L (n + 1) (qVec L w) = qVec L (termShiftVec L n w)
                    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]
                            @[simp]
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              Instances For
                                Equations
                                • One or more equations did not get rendered due to their size.
                                Instances For