<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a-san</author_name>
  <author_url>https://blog.hatena.ne.jp/a-san/</author_url>
  <blog_title>a-sanの日記</blog_title>
  <blog_url>https://a-san.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>プログラムが必ず終了するか？ 無限ループにならないか？ の証明。 これであってるのかな？ 例題：階乗。言語はVDMで。 階乗: nat +&gt; nat 階乗(n) == if n=0 then 1 else n*階乗(n-1); n=0のとき 停止するか？：階乗(0) 停止するか？：if 0=0 then 1 else 0*階乗(0-1); 停止するか？：1 停止するか？：YES n=kのとき、階乗(k)は停止すると仮定する。 n=k+1のとき 停止するか？：階乗(k+1) 停止するか？：if (k+1)=0 then 1 else (k+1)*階乗((k+1)-1); 停止するか？：(k+1)…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa-san.hatenadiary.org%2Fentry%2F20090729%2Fp1&quot; title=&quot; 停止性の証明？ - a-sanの日記&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>2009-07-29 00:00:00</published>
  <title> 停止性の証明？</title>
  <type>rich</type>
  <url>https://a-san.hatenadiary.org/entry/20090729/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
