Documentation

Foundation.FirstOrder.Bootstrapping.Syntax.Formula.Iteration

def LO.FirstOrder.Semiformula.replicate {L : Language} {ξ : Type u_1} {n : } (p : Semiformula L ξ n) :
Semiformula L ξ n
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
    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

                Disjunction of sequential substution #

                disjSeqSubst w p k = subst (k ∷ w) p ^⋎ ⋯ ^⋎ subst (0 ∷ w) p ^⋎ ⊥

                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]
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For