view src/three_plus_one.agda @ 50:37a832dff044

Add DeltaM example
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Sun, 15 Feb 2015 17:56:51 +0900
parents de3397af1f8d
children
line wrap: on
line source

open import Relation.Binary.PropositionalEquality
open import nat
open import nat_add

module three_plus_one where

3+1 : (S (S (S O)))  +  (S O) ≡ (S (S (S (S O))))
3+1 = refl