<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshihiro503</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshihiro503/</author_url>
  <blog_title>にわとり小屋でのプログラミング</blog_title>
  <blog_url>https://yosh.hateblo.jp/</blog_url>
  <categories>
    <anon>Coq</anon>
    <anon>CPDT</anon>
  </categories>
  <description>変数全体の集合varを{}というように自然数の対応で与えられると考え、式expを以下のように定義する。 Inductive exp : Set := | Var : var -&gt; exp | Const : nat -&gt; exp | Binop : binop -&gt; exp -&gt; exp -&gt; exp. ここで binop型の値は二項演算子(binary operation)の種類(＋または×)を表すものとして以下で定義されるものとし、定数項は簡単のため自然数(nat)に限るとする。 Inductive binop : Set := Plus | Times. つまり、この定義のもとでは以下の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyosh.hateblo.jp%2Fentry%2F20100522%2Fp1&quot; title=&quot;Coqで多変数多項式の簡約 - にわとり小屋でのプログラミング&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-05-22 00:00:00</published>
  <title>Coqで多変数多項式の簡約</title>
  <type>rich</type>
  <url>https://yosh.hateblo.jp/entry/20100522/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
